fr.cnes.sirius.patrius.assembly.models.cook
Class ConstantWallGasTemperature
java.lang.Object
fr.cnes.sirius.patrius.assembly.models.cook.ConstantWallGasTemperature
- All Implemented Interfaces:
- WallGasTemperatureProvider
public class ConstantWallGasTemperature
- extends Object
- implements WallGasTemperatureProvider
Constant wall gas temperature.
- Since:
- 3.3
- Version:
- $Id: ConstantWallGasTemperature.java 16614 2016-09-16 13:30:38Z bignon $
- Author:
- Emmanuel Bignon
- Concurrency :
- thread-safe
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantWallGasTemperature
public ConstantWallGasTemperature(double temp)
- Constructor.
- Parameters:
temp - wall gas temperature
getWallGasTemperature
public double getWallGasTemperature(SpacecraftState state,
Vector3D relativeVelocity,
double theta)
- Compute wall gas temperature.
- Specified by:
getWallGasTemperature in interface WallGasTemperatureProvider
- Parameters:
state - spacecraft staterelativeVelocity - relative velocity with respect to gastheta - angle between facet and relative velocity (atmosphere / satellite)
- Returns:
- atmosphericTemperature atmospheric temperature
Copyright © 2016 CNES. All Rights Reserved.