public class ConstantWallGasTemperature extends Object implements WallGasTemperatureProvider
Constructor and Description |
---|
ConstantWallGasTemperature(double temp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getWallGasTemperature(SpacecraftState state,
Vector3D relativeVelocity,
double theta)
Compute wall gas temperature.
|
public ConstantWallGasTemperature(double temp)
temp
- wall gas temperaturepublic double getWallGasTemperature(SpacecraftState state, Vector3D relativeVelocity, double theta)
getWallGasTemperature
in interface WallGasTemperatureProvider
state
- spacecraft staterelativeVelocity
- relative velocity with respect to gastheta
- angle between facet and relative velocity (atmosphere / satellite)Copyright © 2017 CNES. All rights reserved.