|
cloudy trunk
|
#include <wind.h>

Public Member Functions | |
| bool | lgStatic (void) const |
| bool | lgBallistic (void) const |
| Wind (void) | |
| void | setDefault (void) |
| void | setStatic (void) |
| void | setBallistic (void) |
Private Attributes | |
| bool | m_lgStatic |
| bool | m_lgBallistic |
|
inline |
Definition at line 80 of file wind.h.
References m_lgBallistic, m_lgStatic, and windv0.
|
inline |
test for model in ballistic approximation
Definition at line 31 of file wind.h.
References m_lgBallistic.
|
inline |
test for static model
Definition at line 24 of file wind.h.
References ASSERT, m_lgStatic, and windv0.
|
inline |
Definition at line 94 of file wind.h.
References m_lgBallistic, and m_lgStatic.
|
inline |
Definition at line 82 of file wind.h.
References m_lgBallistic, and m_lgStatic.
|
inline |
Definition at line 88 of file wind.h.
References m_lgBallistic, and m_lgStatic.
| realnum Wind::AccelAver |
| realnum Wind::AccelCont |
| realnum Wind::AccelElectron |
| realnum Wind::AccelGravity |
| realnum Wind::AccelMax |
| realnum Wind::AccelTotalOutward |
| realnum Wind::comass |
| realnum Wind::emdot |
| realnum Wind::fmul |
| bool Wind::lgVelPos |
| bool Wind::lgWindOK |
|
private |
Definition at line 103 of file wind.h.
Referenced by lgBallistic(), setBallistic(), setDefault(), setStatic(), and Wind().
|
private |
Definition at line 101 of file wind.h.
Referenced by lgStatic(), setBallistic(), setDefault(), setStatic(), and Wind().
| realnum Wind::windv |
| realnum Wind::windv0 |
initial wind velocity cm s-1, will be negative for D-critical flow
Definition at line 11 of file wind.h.
Referenced by lgStatic(), and Wind().