Class ThermalDesignCalculator.ZoneDefinition

java.lang.Object
neqsim.process.mechanicaldesign.heatexchanger.ThermalDesignCalculator.ZoneDefinition
Enclosing class:
ThermalDesignCalculator

public static class ThermalDesignCalculator.ZoneDefinition extends Object
Defines a thermal zone for zone-by-zone analysis.
Version:
1.0
Author:
NeqSim Development Team
  • Field Details

    • zoneName

      public String zoneName
      Name of the zone (e.g., "desuperheating", "condensing", "subcooling").
    • dutyFraction

      public double dutyFraction
      Fraction of total duty in this zone (0 to 1).
    • totalDuty

      public double totalDuty
      Total heat duty (W).
    • lmtd

      public double lmtd
      LMTD for this zone (K).
    • tubeDensity

      public double tubeDensity
      Tube-side density (kg/m3).
    • tubeViscosity

      public double tubeViscosity
      Tube-side viscosity (Pa*s).
    • tubeCp

      public double tubeCp
      Tube-side heat capacity (J/(kg*K)).
    • tubeConductivity

      public double tubeConductivity
      Tube-side thermal conductivity (W/(m*K)).
    • shellDensity

      public double shellDensity
      Shell-side density (kg/m3).
    • shellViscosity

      public double shellViscosity
      Shell-side viscosity (Pa*s).
    • shellCp

      public double shellCp
      Shell-side heat capacity (J/(kg*K)).
    • shellConductivity

      public double shellConductivity
      Shell-side thermal conductivity (W/(m*K)).
  • Constructor Details

    • ZoneDefinition

      public ZoneDefinition()
      Default constructor for ZoneDefinition.