Uses of Class
neqsim.process.util.fire.SeparatorFireExposure.FireExposureResult
Packages that use SeparatorFireExposure.FireExposureResult
-
Uses of SeparatorFireExposure.FireExposureResult in neqsim.process.equipment.separator
Methods in neqsim.process.equipment.separator that return SeparatorFireExposure.FireExposureResultModifier 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.FireExposureResult in neqsim.process.util.fire
Methods in neqsim.process.util.fire that return SeparatorFireExposure.FireExposureResultModifier 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.Methods in neqsim.process.util.fire with parameters of type SeparatorFireExposure.FireExposureResultModifier and TypeMethodDescriptionstatic doubleSeparatorFireExposure.applyFireHeating(Separator separator, SeparatorFireExposure.FireExposureResult fireState, double timeStepSeconds) Applies the calculated fire heat by setting the separator duty.