public class JSRMResult extends Object
| Constructor and Description |
|---|
JSRMResult(double maxThrustInNewton,
double totalImpulseInNewtonSecond,
double specificImpulseInSecond,
double maxChamberPressureInMPa,
double averageChamberPressureInMPa,
double thrustTimeInSecond,
MotorClassification motorClassification,
List<MotorParameters> motorParameters,
Nozzle nozzle,
long averageThrustInNewton) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageChamberPressureInMPa() |
long |
getAverageThrustInNewton() |
double |
getMaxChamberPressureInMPa() |
double |
getMaxThrustInNewton() |
MotorClassification |
getMotorClassification() |
List<MotorParameters> |
getMotorParameters() |
Nozzle |
getNozzle() |
double |
getSpecificImpulseInSecond() |
double |
getThrustTimeInSecond() |
double |
getTotalImpulseInNewtonSecond() |
public JSRMResult(double maxThrustInNewton,
double totalImpulseInNewtonSecond,
double specificImpulseInSecond,
double maxChamberPressureInMPa,
double averageChamberPressureInMPa,
double thrustTimeInSecond,
MotorClassification motorClassification,
List<MotorParameters> motorParameters,
Nozzle nozzle,
long averageThrustInNewton)
public double getMaxThrustInNewton()
public double getTotalImpulseInNewtonSecond()
public double getSpecificImpulseInSecond()
public double getMaxChamberPressureInMPa()
public double getAverageChamberPressureInMPa()
public double getThrustTimeInSecond()
public MotorClassification getMotorClassification()
public List<MotorParameters> getMotorParameters()
public Nozzle getNozzle()
public long getAverageThrustInNewton()
Copyright © 2019. All rights reserved.