Returns nondimensional time (duration) based on input wind speed, duration, and gravitational acceleration.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=realkind), | intent(in) | :: | wspd | Wind speed at reference height [m/s] |
||
real(kind=realkind), | intent(in) | :: | time | Time [s] |
||
real(kind=realkind), | intent(in) | :: | grav | Gravitational acceleration [m/s^2] |