UF-Coastal-Geotech / BlueDrop_Analysis_Lib

0 stars 3 forks source link

Missing inputs for calc_air_drop_dyn_bearing #5

Open WaveHello opened 3 weeks ago

WaveHello commented 3 weeks ago

The pffp_velocity and frontal area that are needed to calc the drag force wasn't being passed into

qDyn = calc_air_drop_dyn_bearing(...)

This function is called by a wrapping function

def calc_dyn_bearing_capacity(...):
WaveHello commented 3 weeks ago

Correction has been made but hasn't been tested yet.