| Package | Description |
|---|---|
| com.github.jbgust.jsrm.application.result |
| Modifier and Type | Method and Description |
|---|---|
static PortToThroatAreaWarning |
PortToThroatAreaWarning.fromPortToThroat(double portToThroatArea) |
PortToThroatAreaWarning |
JSRMResult.getPortToThroatAreaWarning() |
static PortToThroatAreaWarning |
PortToThroatAreaWarning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortToThroatAreaWarning[] |
PortToThroatAreaWarning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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,
PortToThroatAreaWarning portToThroatAreaWarning,
double portToThroatArea) |
Copyright © 2021. All rights reserved.