|
||||||||||
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.AeroFacetProperty
public final class AeroFacetProperty
This class is a facet property to use with the aerodynamic part property for the PATRIUS assembly.
This property is meant to be used in a LEO average precision aerodynamic context.
See the CNES TTVS book (2002 edition : Volume 3, Module XII, $2.4.1.2 ) for information.
Field Summary | |
---|---|
static String |
C_N
Default normal force coefficient parameter name. |
static String |
C_T
Default tangential force coefficient parameter name. |
static double |
DEFAULT_C_N
Default normal force coefficient value. |
static double |
DEFAULT_C_T
Default tangential force coefficient value. |
Constructor Summary | |
---|---|
AeroFacetProperty(Facet inFacet)
Constructor of this property for default coefficient values. |
|
AeroFacetProperty(Facet inFacet,
double normalCoef,
double tangentialCoef)
Constructor of this property. |
|
AeroFacetProperty(Facet inFacet,
IParamDiffFunction normalCoefFct,
IParamDiffFunction tangentialCoefFct)
Constructor of this property. |
|
AeroFacetProperty(Facet inFacet,
Parameter normalCoef,
Parameter tangentialCoef)
Constructor of this property using Parameter . |
Method Summary | |
---|---|
Facet |
getFacet()
Get the facet. |
IParamDiffFunction |
getNormalCoef()
Get the normal force parametrizable function. |
IParamDiffFunction |
getTangentialCoef()
Get the normal force parametrizable function. |
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 double DEFAULT_C_N
public static final double DEFAULT_C_T
public static final String C_N
public static final String C_T
Constructor Detail |
---|
public AeroFacetProperty(Facet inFacet)
inFacet
- The facet.public AeroFacetProperty(Facet inFacet, double normalCoef, double tangentialCoef)
normalCoef
- The value for the normal force coefficient of the part.tangentialCoef
- The value for the tangential force coefficient of the part.inFacet
- The facet.public AeroFacetProperty(Facet inFacet, Parameter normalCoef, Parameter tangentialCoef)
Parameter
.
normalCoef
- The parameter for the normal force coefficient of the part.tangentialCoef
- The parameter for the tangential force coefficient of the part.inFacet
- The facet.public AeroFacetProperty(Facet inFacet, IParamDiffFunction normalCoefFct, IParamDiffFunction tangentialCoefFct)
normalCoefFct
- The value for the normal force coefficient of the part.tangentialCoefFct
- The value for the tangential force coefficient of the part.inFacet
- The facet.Method Detail |
---|
public Facet getFacet()
public PropertyType getType()
IPartProperty
getType
in interface IPartProperty
public IParamDiffFunction getTangentialCoef()
public IParamDiffFunction getNormalCoef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |