Uses of Enum Class
com.github.jbgust.jsrm.application.result.PortToThroatAreaWarning
Packages that use PortToThroatAreaWarning
-
Uses of PortToThroatAreaWarning in com.github.jbgust.jsrm.application.result
Methods in com.github.jbgust.jsrm.application.result that return PortToThroatAreaWarningModifier and TypeMethodDescriptionstatic PortToThroatAreaWarningPortToThroatAreaWarning.fromPortToThroat(double portToThroatArea) JSRMResult.getPortToThroatAreaWarning()static PortToThroatAreaWarningReturns the enum constant of this class with the specified name.static PortToThroatAreaWarning[]PortToThroatAreaWarning.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.jbgust.jsrm.application.result with parameters of type PortToThroatAreaWarningModifierConstructorDescriptionJSRMResult(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)