Uses of Class
com.github.jbgust.jsrm.application.result.Nozzle
Packages that use Nozzle
-
Uses of Nozzle in com.github.jbgust.jsrm.application.result
Methods in com.github.jbgust.jsrm.application.result that return NozzleConstructors in com.github.jbgust.jsrm.application.result with parameters of type NozzleModifierConstructorDescriptionJSRMResult(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)