Class JSRMResult
java.lang.Object
com.github.jbgust.jsrm.application.result.JSRMResult
-
Constructor Summary
ConstructorsConstructorDescriptionJSRMResult(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, PortToThroatAreaWarning portToThroatAreaWarning, double portToThroatArea) -
Method Summary
Modifier and TypeMethodDescriptiondoublelongdoubledoublelongdoubledoubledouble
-
Constructor Details
-
JSRMResult
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, PortToThroatAreaWarning portToThroatAreaWarning, double portToThroatArea)
-
-
Method Details
-
getMaxThrustInNewton
public double getMaxThrustInNewton() -
getTotalImpulseInNewtonSecond
public double getTotalImpulseInNewtonSecond() -
getSpecificImpulseInSecond
public double getSpecificImpulseInSecond() -
getMaxChamberPressureInMPa
public double getMaxChamberPressureInMPa() -
getAverageChamberPressureInMPa
public double getAverageChamberPressureInMPa() -
getThrustTimeInSecond
public double getThrustTimeInSecond() -
getMotorClassification
-
getMotorParameters
-
getNozzle
-
getAverageThrustInNewton
public long getAverageThrustInNewton() -
getNumberOfKNCorrection
public long getNumberOfKNCorrection() -
getGrainMassInKg
-
getPortToThroatAreaWarning
-
getPortToThroatArea
-