|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.parameter.Parameterizable fr.cnes.sirius.patrius.assembly.properties.AeroGlobalProperty
public final class AeroGlobalProperty
This class is a aero global property to use with the aerodynamic part property for the PATRIUS assembly.
Field Summary | |
---|---|
static String |
C_X
Default drag coefficient parameter name. |
static String |
C_Z
Default lift coefficient parameter name. |
static String |
S
Default surface parameter name. |
Constructor Summary | |
---|---|
AeroGlobalProperty(double dragCoef,
double liftCoef,
IParamDiffFunction surf)
This constructor shall be used for defining the surface as a ParamDiffFunction |
|
AeroGlobalProperty(IParamDiffFunction dragCoef,
IParamDiffFunction liftCoef,
double surf)
This constructor shall be used for defining the aero coefficients as ParamDiffFunction |
Method Summary | |
---|---|
IParamDiffFunction |
getDragCoef()
Get the drag coefficient |
IParamDiffFunction |
getLiftCoef()
Get the lift coefficient |
IParamDiffFunction |
getSurface()
Get the surface |
PropertyType |
getType()
Get the type of the property. |
Methods inherited from class org.orekit.parameter.Parameterizable |
---|
addParameter, getParameters, supportsParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String C_X
public static final String C_Z
public static final String S
Constructor Detail |
---|
public AeroGlobalProperty(double dragCoef, double liftCoef, IParamDiffFunction surf)
dragCoef
- constant drag coefficientliftCoef
- constant lift coefficientsurf
- function surfacepublic AeroGlobalProperty(IParamDiffFunction dragCoef, IParamDiffFunction liftCoef, double surf)
dragCoef
- function drag coefficientliftCoef
- function lift coefficientsurf
- constant surfaceMethod Detail |
---|
public PropertyType getType()
IPartProperty
getType
in interface IPartProperty
public IParamDiffFunction getDragCoef()
public IParamDiffFunction getLiftCoef()
public IParamDiffFunction getSurface()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |