public interface SolidPropellant
| Modifier and Type | Method and Description |
|---|---|
double |
getBurnRateCoefficient(double chamberPressure) |
double |
getChamberTemperature() |
String |
getDescription() |
double |
getEffectiveMolecularWeight() |
double |
getIdealMassDensity() |
double |
getK() |
double |
getK2Ph() |
double |
getPressureExponent(double chamberPressure) |
String getDescription()
double getIdealMassDensity()
double getK2Ph()
double getK()
double getEffectiveMolecularWeight()
double getChamberTemperature()
double getBurnRateCoefficient(double chamberPressure)
throws ChamberPressureOutOfBoundException
chamberPressure - in [Mpa]ChamberPressureOutOfBoundException - if a pressure data is not finddouble getPressureExponent(double chamberPressure)
throws ChamberPressureOutOfBoundException
chamberPressure - in [Mpa]ChamberPressureOutOfBoundException - if a pressure data is not findCopyright © 2019. All rights reserved.