|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.cnes.sirius.patrius.assembly.properties.AeroProperty
public final class AeroProperty
Aero property.
This property has to be applied to Main part only.
Constructor Summary | |
---|---|
AeroProperty(double epsilonIn,
double wallTemperatureIn,
AlphaProvider alphaIn)
Constructor. |
Method Summary | |
---|---|
AlphaProvider |
getAlpha()
Getter for the alpha. |
double |
getEpsilon()
Getter for the specular reemission percentage. |
PropertyType |
getType()
Get the type of the property. |
double |
getWallTemperature()
Getter for the wall temperature. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AeroProperty(double epsilonIn, double wallTemperatureIn, AlphaProvider alphaIn)
epsilonIn
- specular reemission percentage in [0; 1]wallTemperatureIn
- wall temperaturealphaIn
- alphaMethod Detail |
---|
public double getEpsilon()
public double getWallTemperature()
public AlphaProvider getAlpha()
public PropertyType getType()
getType
in interface IPartProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |