| Package | Description |
|---|---|
| com.github.jbgust.jsrm.application.result |
| Modifier and Type | Method and Description |
|---|---|
MotorClassification |
JSRMResult.getMotorClassification() |
static MotorClassification |
MotorClassification.getMotorClassification(double totalImpulseInNewtonSecond) |
static MotorClassification |
MotorClassification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MotorClassification[] |
MotorClassification.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 averageChamberPressure,
double thrustTimeInSecond,
MotorClassification motorClassification,
List<ThrustResult> thrustResults,
Nozzle nozzle,
long averageThrustInNewton) |
Copyright © 2019. All rights reserved.