AMO-Tools-Suite  v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
All Classes Namespaces Files Functions Variables Enumerations Friends Macros Pages
Public Types | Public Member Functions | List of all members
SteamProperties Class Reference

Public Types

enum  ThermodynamicQuantity {
  TEMPERATURE, ENTHALPY, ENTROPY, QUALITY,
  TEMPERATURE, ENTHALPY, ENTROPY, QUALITY,
  TEMPERATURE, ENTHALPY, ENTROPY, QUALITY
}
 enum class for ThermodynamicQuantity
 
enum  ThermodynamicQuantity {
  TEMPERATURE, ENTHALPY, ENTROPY, QUALITY,
  TEMPERATURE, ENTHALPY, ENTROPY, QUALITY,
  TEMPERATURE, ENTHALPY, ENTROPY, QUALITY
}
 enum class for ThermodynamicQuantity
 
enum  ThermodynamicQuantity {
  TEMPERATURE, ENTHALPY, ENTROPY, QUALITY,
  TEMPERATURE, ENTHALPY, ENTROPY, QUALITY,
  TEMPERATURE, ENTHALPY, ENTROPY, QUALITY
}
 enum class for ThermodynamicQuantity
 

Public Member Functions

 SteamProperties (const double pressure, const ThermodynamicQuantity quantity, const double quantityValue)
 
SteamSystemModelerTool::SteamPropertiesOutput calculate ()
 
 SteamProperties (const double pressure, const ThermodynamicQuantity quantity, const double quantityValue)
 
SteamSystemModelerTool::SteamPropertiesOutput calculate ()
 
 SteamProperties (const double pressure, const ThermodynamicQuantity quantity, const double quantityValue)
 
SteamSystemModelerTool::SteamPropertiesOutput calculate ()
 

Detailed Description

Definition at line 9 of file SteamProperties.h.

Constructor & Destructor Documentation

◆ SteamProperties() [1/3]

SteamProperties::SteamProperties ( const double  pressure,
const ThermodynamicQuantity  quantity,
const double  quantityValue 
)
inline

Constructor for SteamProperties class

Parameters
pressuredouble, pressure in MPa
quantityValue,ThermodynamicProperty used for calculation- Temperature (K), Enthalpy (kJ/kg), Entropy (kJ/kg-K), or Quality (unitless)
quantityThermodynamicQuantity, the value type used to calculate steam properties (TEMPERATURE, ENTHALPY, etc.)

Definition at line 26 of file SteamProperties.h.

◆ SteamProperties() [2/3]

SteamProperties::SteamProperties ( const double  pressure,
const ThermodynamicQuantity  quantity,
const double  quantityValue 
)
inline

Constructor for SteamProperties class

Parameters
pressuredouble, pressure in MPa
quantityValue,ThermodynamicProperty used for calculation- Temperature (K), Enthalpy (kJ/kg), Entropy (kJ/kg-K), or Quality (unitless)
quantityThermodynamicQuantity, the value type used to calculate steam properties (TEMPERATURE, ENTHALPY, etc.)

Definition at line 26 of file SteamProperties.h.

◆ SteamProperties() [3/3]

SteamProperties::SteamProperties ( const double  pressure,
const ThermodynamicQuantity  quantity,
const double  quantityValue 
)
inline

Constructor for SteamProperties class

Parameters
pressuredouble, pressure in MPa
quantityValue,ThermodynamicProperty used for calculation- Temperature (K), Enthalpy (kJ/kg), Entropy (kJ/kg-K), or Quality (unitless)
quantityThermodynamicQuantity, the value type used to calculate steam properties (TEMPERATURE, ENTHALPY, etc.)

Definition at line 26 of file SteamProperties.h.

Member Function Documentation

◆ calculate() [1/3]

SteamSystemModelerTool::SteamPropertiesOutput SteamProperties::calculate ( )

Calculates the steam properties

Parameters
pressuredouble, pressure in MPa
quantityValueThermodynamicQuantity, the type of value that will be used to calculate the steam properties (TEMPERATURE,ENTHALPY, etc.)
Returns
SteamSystemModelerTool::SteamPropertiesOutput, steam properties

Definition at line 5 of file SteamProperties.cpp.

◆ calculate() [2/3]

SteamSystemModelerTool::SteamPropertiesOutput SteamProperties::calculate ( )

Calculates the steam properties

Parameters
pressuredouble, pressure in MPa
quantityValueThermodynamicQuantity, the type of value that will be used to calculate the steam properties (TEMPERATURE,ENTHALPY, etc.)
Returns
SteamSystemModelerTool::SteamPropertiesOutput, steam properties

◆ calculate() [3/3]

SteamSystemModelerTool::SteamPropertiesOutput SteamProperties::calculate ( )

Calculates the steam properties

Parameters
pressuredouble, pressure in MPa
quantityValueThermodynamicQuantity, the type of value that will be used to calculate the steam properties (TEMPERATURE,ENTHALPY, etc.)
Returns
SteamSystemModelerTool::SteamPropertiesOutput, steam properties

The documentation for this class was generated from the following files: