Uses of Class
neqsim.process.util.fire.SeparatorFireExposure.FireScenarioConfig
Packages that use SeparatorFireExposure.FireScenarioConfig
-
Uses of SeparatorFireExposure.FireScenarioConfig in neqsim.process.equipment.separator
Methods in neqsim.process.equipment.separator with parameters of type SeparatorFireExposure.FireScenarioConfigModifier and TypeMethodDescriptionSeparator.evaluateFireExposure(SeparatorFireExposure.FireScenarioConfig config) Evaluates fire exposure using the separator geometry and process conditions.Separator.evaluateFireExposure(SeparatorFireExposure.FireScenarioConfig config, Flare flare, double flareGroundDistanceM) Evaluates fire exposure using separator geometry and process conditions while accounting for flare radiation based on the real flaring heat duty. -
Uses of SeparatorFireExposure.FireScenarioConfig in neqsim.process.util.fire
Methods in neqsim.process.util.fire that return SeparatorFireExposure.FireScenarioConfigModifier and TypeMethodDescriptionSeparatorFireExposure.FireScenarioConfig.setAllowableTensileStrengthPa(double allowableTensileStrengthPa) SeparatorFireExposure.FireScenarioConfig.setEmissivity(double emissivity) SeparatorFireExposure.FireScenarioConfig.setEnvironmentalFactor(double environmentalFactor) SeparatorFireExposure.FireScenarioConfig.setExternalFilmCoefficientWPerM2K(double externalFilmCoefficientWPerM2K) SeparatorFireExposure.FireScenarioConfig.setFireTemperatureK(double fireTemperatureK) SeparatorFireExposure.FireScenarioConfig.setThermalConductivityWPerMPerK(double thermalConductivityWPerMPerK) SeparatorFireExposure.FireScenarioConfig.setUnwettedInternalFilmCoefficientWPerM2K(double unwettedInternalFilmCoefficientWPerM2K) SeparatorFireExposure.FireScenarioConfig.setViewFactor(double viewFactor) SeparatorFireExposure.FireScenarioConfig.setWallThicknessM(double wallThicknessM) SeparatorFireExposure.FireScenarioConfig.setWettedInternalFilmCoefficientWPerM2K(double wettedInternalFilmCoefficientWPerM2K) Methods in neqsim.process.util.fire with parameters of type SeparatorFireExposure.FireScenarioConfigModifier and TypeMethodDescriptionSeparatorFireExposure.evaluate(Separator separator, SeparatorFireExposure.FireScenarioConfig config) Aggregates fire heat-load, wall-temperature, and rupture calculations for a separator timestep using only the separator and a simple configuration object.SeparatorFireExposure.evaluate(Separator separator, SeparatorFireExposure.FireScenarioConfig config, Flare flare, double flareGroundDistanceM) Aggregates fire heat-load, wall-temperature, and rupture calculations including optional flare radiation based on the actual flaring heat duty.