Uses of Class
com.github.jbgust.jsrm.application.JSRMConfigBuilder
Packages that use JSRMConfigBuilder
-
Uses of JSRMConfigBuilder in com.github.jbgust.jsrm.application
Methods in com.github.jbgust.jsrm.application that return JSRMConfigBuilderModifier and TypeMethodDescriptionJSRMConfigBuilder.withAmbiantPressureInMPa(double ambiantPressureInMPa) Change local barometric pressure.JSRMConfigBuilder.withCombustionEfficiencyRatio(double combustionEfficiencyRatio) Change combustion efficiency rationJSRMConfigBuilder.withDensityRatio(double densityRatio) Change density ratio (Grain actual density / Grain ideal density)JSRMConfigBuilder.withErosiveBurningAreaRatioThreshold(double erosiveBurningAreaRatioThreshold) Change ratio of core to throat cross-sectional areas, above which no erosive burning occursJSRMConfigBuilder.withErosiveBurningVelocityCoefficient(double erosiveBurningVelocityCoefficient) An empirical constant.JSRMConfigBuilder.withNozzleEfficiency(double nozzleEfficiency) Change nozzle efficiencyJSRMConfigBuilder.withNozzleErosionInMillimeter(double nozzleErosionInMillimeter) Change increase in throat diameter due to erosionJSRMConfigBuilder.withNozzleExpansionRatio(double nozzleExpansionRatio) Change ratio of cross-sectional areas of nozzle exit to throat.JSRMConfigBuilder.withNumberOfCalculationLine(int numberOfCalculationLine) Use to specify more or less line for calculationJSRMConfigBuilder.withOptimalNozzleDesign(boolean optimalNozzleDesign) Use automatic calculation to obtain the optimum nozzle expansion ratio.JSRMConfigBuilder.withSafeKNFailure(boolean safeKNFailure) If the computation failed, you can set it to true.