National Marine Renewable Energy Center Upgrades - LUPA
Department of Energy
@usgov.doe_gov_national_marine_renewable_energy_center_upgrad_c3b1b96f
Department of Energy
@usgov.doe_gov_national_marine_renewable_energy_center_upgrad_c3b1b96f
The data provided is part of a power take off damping optimization study. The power take off damping coefficient was swept from 0 to approximately 7000 N/m/s during a single regular wave test with a real time control of the motor/generator. The generated power from the LUPA (Lab Upgrade Point Absorber) wave energy converter is reported by the motor drive in watts. The csv files in this submission are the corresponding raw time series outputs for each mode of operation of LUPA (one body heave only, two body heave only, and two body six degrees of freedom). Data comes from testing in the Large WaveFlume (LWF) at the O.H. Hinsdale Wave Research Laboratory in Corvallis, OR.
Organization: Department of Energy
Last updated: 2025-01-11T23:45:25.584574
Tags: damping-optimization, energy, excel, experiment, hydrokinetic, lupa, marine, mhk, point-absorber, power, processed-data, raw-data, technology, wec
CREATE TABLE onebodyheaveonly (
"time_s" DOUBLE,
"pto_damping_npermpers" DOUBLE,
"power_w" DOUBLE
);CREATE TABLE twobodysixdof (
"time_s" DOUBLE,
"pto_damping_npermpers" BIGINT,
"power_w" DOUBLE
);Anyone who has the link will be able to view this.