public class MotorParameters extends Object
| Constructor and Description |
|---|
MotorParameters(double timeSinceBurnStartInSecond,
double thrustInNewton,
double kn,
double chamberPressureInMPa,
double massFlowRateInKgPerSec) |
| Modifier and Type | Method and Description |
|---|---|
double |
getChamberPressureInMPa() |
double |
getKn() |
double |
getMassFlowRateInKgPerSec() |
double |
getThrustInNewton() |
double |
getTimeSinceBurnStartInSecond() |
public MotorParameters(double timeSinceBurnStartInSecond,
double thrustInNewton,
double kn,
double chamberPressureInMPa,
double massFlowRateInKgPerSec)
public double getThrustInNewton()
public double getTimeSinceBurnStartInSecond()
public double getKn()
public double getChamberPressureInMPa()
public double getMassFlowRateInKgPerSec()
Copyright © 2019. All rights reserved.