public class CookWallGasTemperature extends Object implements WallGasTemperatureProvider
Constructor and Description |
---|
CookWallGasTemperature(ExtendedAtmosphere atmos,
AlphaProvider alpha,
double surfaceTemp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getWallGasTemperature(SpacecraftState state,
Vector3D relativeVelocity,
double theta)
Compute wall gas temperature.
|
public CookWallGasTemperature(ExtendedAtmosphere atmos, AlphaProvider alpha, double surfaceTemp)
atmos
- atmospherealpha
- alpha coefficientsurfaceTemp
- surface 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 © 2023 CNES. All rights reserved.