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,
Double grainMassInKg,
long numberOfKNCorrection) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageChamberPressureInMPa() |
long |
getAverageThrustInNewton() |
Double |
getGrainMassInKg() |
double |
getMaxChamberPressureInMPa() |
double |
getMaxThrustInNewton() |
MotorClassification |
getMotorClassification() |
List<MotorParameters> |
getMotorParameters() |
Nozzle |
getNozzle() |
long |
getNumberOfKNCorrection() |
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,
Double grainMassInKg,
long numberOfKNCorrection)
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()
public long getNumberOfKNCorrection()
public Double getGrainMassInKg()
Copyright © 2019. All rights reserved.