Package | Description |
---|---|
jahuwaldt.aero |
Modifier and Type | Field and Description |
---|---|
protected AeroReference |
AeroCoefficients.ref
Aerodynamic reference quantities are stored here.
|
Modifier and Type | Method and Description |
---|---|
AeroReference |
AeroCoefficients.getRef()
Return the reference quantities used by this set of aero
coefficients.
|
Modifier and Type | Method and Description |
---|---|
void |
AeroCoefXAft.changeRef(AeroReference newReference)
Change the reference quantities used by this set of aero
coefficients to those given.
|
abstract void |
AeroCoefficients.changeRef(AeroReference newReference)
Change the reference quantities used by this set of aero
coefficients to those given.
|
Constructor and Description |
---|
AeroCoefficients(AeroReference refValues)
Creates an AeroCoefficients object with all the coefficients
set to zero and the aero reference quantities set to
the given values.
|
AeroCoefficients(AeroReference refValues,
double CN,
double CA,
double CYb,
double CMb,
double Cnb,
double Clb)
Creates an AeroCoefficients object with the coefficients
and reference quantities as specified.
|
AeroCoefXAft(AeroReference refValues)
Creates an AeroCoefXAft object with all the coefficients
set to zero and the aero reference quantities set to
the given values.
|
AeroCoefXAft(AeroReference refValues,
double CN,
double CA,
double CYb,
double CMb,
double Cnb,
double Clb)
Creates an AeroCoefXAft object with the body axis coefficients
and reference quantities as specified.
|