|
Marine systems simulation
|
Public Types | |
| enum | ResistancCurves { RESISTANCE_SKIN_FRICTION =0 , RESISTANCE_RESIDUAL , RESISTANCE_SKIN_ROU_GHNESS , RESISTANCE_FORM_FACTOR , RESISTANCE_GENERAL_FN , RESISTANCE_GENERAL_RN } |
Public Member Functions | |
| double | GetResistance (double V) |
| void | SetResidualResistanceScale (double scale) |
| void | SetLength (double _Lpp) |
| void | SetBredth (float B) |
| void | SetDraughtAft (float T) |
| void | SetDraughtFore (float T) |
| void | SetBlockCoefficient (float Cb) |
| void | SetWetArea (double _S) |
| void | SetViscosity (double _Mu) |
| void | AddCurve (ResistanceCurve *curve, ResistanceCurve::CURVE type) |