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