public final class AeroFacetProperty extends Parameterizable implements IPartProperty
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
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 . |
Modifier and Type | Method and Description |
---|---|
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.
|
addAllParameters, addAllParameters, addParameter, getParameters, supportsParameter
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
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.public Facet getFacet()
public PropertyType getType()
getType
in interface IPartProperty
public IParamDiffFunction getTangentialCoef()
public IParamDiffFunction getNormalCoef()
Copyright © 2023 CNES. All rights reserved.