MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
PrvCalculator Class Reference

Public Member Functions

PrvWithDesuperheating calcHighToMediumPrvWithDesuperheating (const HeaderWithHighestPressure &highPressureHeaderInput, const PressureTurbine &highToLowTurbineInput, const PressureTurbine &highToMediumTurbineInput, const CondensingTurbine &condensingTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToMediumPressureTurbine, const std::shared_ptr< Turbine > &condensingTurbine, const Boiler &boiler, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput) const
 
PrvWithoutDesuperheating calcHighToMediumPrvWithoutDesuperheating (const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const HeaderWithHighestPressure &highPressureHeaderInput, const PressureTurbine &highToLowTurbineInput, const PressureTurbine &highToMediumTurbineInput, const CondensingTurbine &condensingTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToMediumPressureTurbine, const std::shared_ptr< Turbine > &condensingTurbine, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput) const
 

Private Member Functions

double calcPrvMassFlow (const SteamSystemModelerTool::FluidProperties &highPressureHeader, const HeaderWithHighestPressure &highPressureHeaderInput, const PressureTurbine &highToLowTurbineInput, const PressureTurbine &highToMediumTurbineInput, const CondensingTurbine &condensingTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToMediumPressureTurbine, const std::shared_ptr< Turbine > &condensingTurbine) const
 
double getTurbineMassFlow (const std::shared_ptr< Turbine > &turbine, const std::string &turbineName) const
 

Private Attributes

const PrvWithDesuperheatingFactory prvWithDesuperheatingFactory = PrvWithDesuperheatingFactory()
 
const PrvWithoutDesuperheatingFactory prvWithoutDesuperheatingFactory = PrvWithoutDesuperheatingFactory()
 

Detailed Description

Definition at line 12 of file PrvCalculator.h.

Member Data Documentation

◆ prvWithDesuperheatingFactory

const PrvWithDesuperheatingFactory PrvCalculator::prvWithDesuperheatingFactory = PrvWithDesuperheatingFactory()
private

Definition at line 31 of file PrvCalculator.h.

◆ prvWithoutDesuperheatingFactory

const PrvWithoutDesuperheatingFactory PrvCalculator::prvWithoutDesuperheatingFactory = PrvWithoutDesuperheatingFactory()
private

Definition at line 32 of file PrvCalculator.h.


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