Class MotorParameters
java.lang.Object
com.github.jbgust.jsrm.application.result.MotorParameters
-
Constructor Summary
ConstructorsConstructorDescriptionMotorParameters(double timeSinceBurnStartInSecond, double thrustInNewton, double kn, double chamberPressureInMPa, double massFlowRateInKgPerSec, double grainMassInKg) -
Method Summary
-
Constructor Details
-
MotorParameters
public MotorParameters(double timeSinceBurnStartInSecond, double thrustInNewton, double kn, double chamberPressureInMPa, double massFlowRateInKgPerSec, double grainMassInKg)
-
-
Method Details
-
getThrustInNewton
public double getThrustInNewton() -
getTimeSinceBurnStartInSecond
public double getTimeSinceBurnStartInSecond() -
getKn
public double getKn() -
getChamberPressureInMPa
public double getChamberPressureInMPa() -
getMassFlowRateInKgPerSec
public double getMassFlowRateInKgPerSec() -
getGrainMassInKg
public double getGrainMassInKg()
-