Kerbal Space Program
1.12.4
|
This data class is used to store DeltaV Calculations. More...
Public Member Functions | |
DeltaVCalc () | |
DeltaVCalc (double dVinVac, double dVatASL, double dVActual, double time, List< DeltaVEngineInfo > activeEngines, double ispVAC, double ispASL, double ispActual, float TWRVac, float TWRASL, float TWRActual, float startMass, float endMass, double thrustVac, double thrustASL, double thrustActual) | |
Constructor. More... | |
Public Attributes | |
List< DeltaVEngineInfo > | activeEngines |
A list of the Engines involved in the calculation More... | |
double | dVActual |
DeltaV Actual (active vessel in flight) More... | |
double | dVatASL |
DeltaV At Sea Level More... | |
double | dVinVac |
DeltaV in Vacuum More... | |
float | endMass |
The Ending Mass at the end of the calculation. More... | |
double | ispActual |
The ISP Actual (active vessel in flight) More... | |
double | ispASL |
The ISP At Sea Level More... | |
double | ispVAC |
The ISP in Vacuum More... | |
float | startMass |
The Starting Mass at the start of the calculation. More... | |
double | thrustActual |
The thrust produced Actual (active vessel in flight) More... | |
double | thrustASL |
The thrust produced At Sea Level. More... | |
double | thrustVac |
The thrust produced in Vacuum. More... | |
double | time |
The Time engines burn to produce the DeltaV More... | |
float | TWRActual |
The Thrust to Weight Ratio More... | |
float | TWRASL |
The Thrust to Weight Ratio More... | |
float | TWRVac |
The Thrust to Weight Ratio More... | |
This data class is used to store DeltaV Calculations.
|
inline |
|
inline |
Constructor.
dVinVac | The precalculated delta V in Vacuum |
dVatASL | The precalculated delta V At Sea Level |
dVActual | The precalculated delta V Actual value for vessel active in flight |
time | The time step for the calculation. |
activeEngines | A list of EngineInfo for engines that were active during the calculation. |
ispVAC | The ISP in Vacuum. |
ispASL | The ISP ASL. |
ispActual | The ISP for a vessel active during flight. |
TWRVac | The Thrust to Weight Ratio in Vacuum |
TWRASL | The Thrust to Weight Ratio ASL |
TWRActual | The Thrust to Weight Ration Actual (for in-flight active vessel) |
startMass | The starting Mass of the vessel/ship at the start of the calculation. |
endMass | The ending Mass of the vessel/ship at the start of the calculation. |
thrustVac | The thrust in Vacuum |
thrustASL | The thrust At Sea Level |
thrustActual | The actual thrust produced for vessel active in flight. |
List<DeltaVEngineInfo> DeltaVCalc.activeEngines |
A list of the Engines involved in the calculation
double DeltaVCalc.dVActual |
DeltaV Actual (active vessel in flight)
double DeltaVCalc.dVatASL |
DeltaV At Sea Level
double DeltaVCalc.dVinVac |
DeltaV in Vacuum
float DeltaVCalc.endMass |
The Ending Mass at the end of the calculation.
double DeltaVCalc.ispActual |
The ISP Actual (active vessel in flight)
double DeltaVCalc.ispASL |
The ISP At Sea Level
double DeltaVCalc.ispVAC |
The ISP in Vacuum
float DeltaVCalc.startMass |
The Starting Mass at the start of the calculation.
double DeltaVCalc.thrustActual |
The thrust produced Actual (active vessel in flight)
double DeltaVCalc.thrustASL |
The thrust produced At Sea Level.
double DeltaVCalc.thrustVac |
The thrust produced in Vacuum.
double DeltaVCalc.time |
The Time engines burn to produce the DeltaV
float DeltaVCalc.TWRActual |
The Thrust to Weight Ratio
float DeltaVCalc.TWRASL |
The Thrust to Weight Ratio
float DeltaVCalc.TWRVac |
The Thrust to Weight Ratio