Package | Description |
---|---|
jahuwaldt.aero |
Modifier and Type | Class and Description |
---|---|
class |
AeroCoefXAft
A container for aerodynamic dimensionless coefficients such as lift coefficient
(CL), drag coefficient (CD), etc.
|
Modifier and Type | Method and Description |
---|---|
void |
AeroCoefXAft.add(AeroCoefficients B)
Add the given aero coefficients to those contained in this
object.
|
abstract void |
AeroCoefficients.add(AeroCoefficients B)
Add the given aero coefficients to those contained in this
object.
|
void |
AeroCoefXAft.subtract(AeroCoefficients B)
Subtract the given aero coefficients from those contained in
this object.
|
abstract void |
AeroCoefficients.subtract(AeroCoefficients B)
Subtract the given aero coefficients from those contained in
object.
|