Class SeparatorFireExposure.FireExposureResult

java.lang.Object
neqsim.process.util.fire.SeparatorFireExposure.FireExposureResult
Enclosing class:
SeparatorFireExposure

public static final class SeparatorFireExposure.FireExposureResult extends Object
Result bundle that exposes all fire-related calculations for a separator timestep.
  • Field Details

    • wettedArea

      private final double wettedArea
    • unwettedArea

      private final double unwettedArea
    • poolFireHeatLoad

      private final double poolFireHeatLoad
    • radiativeHeatFlux

      private final double radiativeHeatFlux
    • unwettedRadiativeHeat

      private final double unwettedRadiativeHeat
    • flareRadiativeFlux

      private final double flareRadiativeFlux
    • flareRadiativeHeat

      private final double flareRadiativeHeat
    • totalFireHeat

      private final double totalFireHeat
    • wettedWall

    • unwettedWall

    • vonMisesStressPa

      private final double vonMisesStressPa
    • ruptureMarginPa

      private final double ruptureMarginPa
    • ruptureLikely

      private final boolean ruptureLikely
  • Constructor Details

  • Method Details

    • wettedArea

      public double wettedArea()
    • unwettedArea

      public double unwettedArea()
    • poolFireHeatLoad

      public double poolFireHeatLoad()
    • radiativeHeatFlux

      public double radiativeHeatFlux()
    • unwettedRadiativeHeat

      public double unwettedRadiativeHeat()
    • flareRadiativeFlux

      public double flareRadiativeFlux()
      Radiative heat flux from the flare flame at the specified distance (W/m2).
    • flareRadiativeHeat

      public double flareRadiativeHeat()
      Heat from flare radiation incident on the separator shell using the inner surface area as the exposure area approximation (W).
    • totalFireHeat

      public double totalFireHeat()
      Combined pool-fire and radiative heat acting on the separator (W).
      Returns:
      total fire heat load in watts
    • wettedWall

    • unwettedWall

    • vonMisesStressPa

      public double vonMisesStressPa()
    • ruptureMarginPa

      public double ruptureMarginPa()
    • isRuptureLikely

      public boolean isRuptureLikely()