public final class AeroProperty extends Object implements IPartProperty
This property has to be applied to Main part only.
Constructor and Description |
---|
AeroProperty(double epsilonIn,
double wallTemperatureIn,
AlphaProvider alphaIn)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public AeroProperty(double epsilonIn, double wallTemperatureIn, AlphaProvider alphaIn)
epsilonIn
- specular reemission percentage in [0; 1]wallTemperatureIn
- wall temperaturealphaIn
- alphapublic double getEpsilon()
public double getWallTemperature()
public AlphaProvider getAlpha()
public PropertyType getType()
getType
in interface IPartProperty
Copyright © 2018 CNES. All Rights Reserved.