MHKiT-Software / MHKiT-Python

MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
47 stars 45 forks source link

Tidal Power Performance Functions #165

Closed rpauly18 closed 10 months ago

rpauly18 commented 2 years ago

Performance submodule

jmcvey3 commented 1 year ago

@ssolson @hivanov-nrel Dumb question (asking yall since my vscode has you plus Kelly listed as contributors): In mhkit/river/performance, the "circular" and "ducted" functions contain this line: projected_capture_area = 4.*np.pi*(equivalent_diameter**2) . Shouldn't that be projected_capture_area = (1/4)*np.pi*(equivalent_diameter**2)?

ssolson commented 1 year ago

@jmcvey3 I just took a look at the 62600-200 and I believe you are correct. I find the description here quite confusing but looking again it seems I made a mistake. image