public class StelaDragCoefInput extends Object implements Serializable
| Constructor and Description |
|---|
StelaDragCoefInput()
Constructor for constant drag coef.
|
StelaDragCoefInput(double velocity,
double temperature,
double molarMass)
Constructor for Cook drag coefficient.
|
StelaDragCoefInput(Vector3D position)
Constructor for variable drag coef.
|
StelaDragCoefInput(Vector3D position,
double velocity,
double temperature,
double molarMass)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getMolarMass()
Getter for mean molar mass of the atmosphere.
|
Vector3D |
getPosition()
Getter for the position.
|
double |
getTemperature()
Getter for temperature of the atmosphere.
|
double |
getVelocity()
Getter for the relative velocity of the spacecraft with respect to the atmosphere.
|
public StelaDragCoefInput(Vector3D position, double velocity, double temperature, double molarMass)
position - position (m)velocity - relative velocity of the spacecraft with respect to the atmosphere (m/s)temperature - temperature of the atmosphere (K)molarMass - mean molar mass of the atmospherepublic StelaDragCoefInput()
public StelaDragCoefInput(Vector3D position)
position - altitude (m)public StelaDragCoefInput(double velocity,
double temperature,
double molarMass)
velocity - relative velocity of the spacecraft with respect to the atmosphere (m/s)temperature - temperature of the atmosphere (K)molarMass - mean molar mass of the atmospherepublic Vector3D getPosition()
public double getVelocity()
public double getTemperature()
public double getMolarMass()
Copyright © 2025 CNES. All rights reserved.