LBL logo

Buildings.Fluid.HeatExchangers.CoolingTowers.Correlations.BaseClasses

Package with base classes for Buildings.Fluid.HeatExchangers.CoolingTowers.Correlations

Information

This package contains base classes that are used to construct the models in Buildings.Fluid.HeatExchangers.CoolingTowers.Correlations.

Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).

Package Content

NameDescription
Buildings.Fluid.HeatExchangers.CoolingTowers.Correlations.BaseClasses.Bounds Bounds Coefficient data record for properties of cooling tower model

Buildings.Fluid.HeatExchangers.CoolingTowers.Correlations.BaseClasses.Bounds Buildings.Fluid.HeatExchangers.CoolingTowers.Correlations.BaseClasses.Bounds

Coefficient data record for properties of cooling tower model

Information

This data record contains the bounds for the cooling tower correlations.

Extends from Modelica.Icons.Record (Icon for records).

Modelica definition

record Bounds 
  "Coefficient data record for properties of cooling tower model"
  extends Modelica.Icons.Record;
  Modelica.SIunits.Temperature TAirInWB_min 
    "Minimum air inlet wet bulb temperature";
  Modelica.SIunits.Temperature TAirInWB_max 
    "Maximum air inlet wet bulb temperature";
  Modelica.SIunits.Temperature TRan_min "Minimum range temperature";
  Modelica.SIunits.Temperature TRan_max "Minimum range temperature";
  Modelica.SIunits.Temperature TApp_min "Minimum approach temperature";
  Modelica.SIunits.Temperature TApp_max "Minimum approach temperature";
  Real FRWat_min(final min=0, final max=1) "Minimum water flow ratio";
  Real FRWat_max(final min=0) "Maximum water flow ratio";
  Real liqGasRat_max(final min=0) "Maximum liquid to gas ratio";

end Bounds;

Automatically generated Thu Oct 24 15:08:48 2013.