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
LowPressurePrvCalculator Class Reference

Public Member Functions

std::shared_ptr< PrvWithoutDesuperheatingcalc (const int headerCountInput, const HeaderWithHighestPressure &highPressureHeaderInput, const PressureTurbine &highToLowTurbineInput, const CondensingTurbine &condensingTurbineInput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const PressureTurbine &mediumToLowTurbineInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const HighPressureHeaderCalculationsDomain &highPressureHeaderCalculationsDomain, const std::shared_ptr< MediumPressureHeaderCalculationsDomain > &mediumPressureHeaderCalculationsDomain) const
 

Private Member Functions

double calcPrvMassFlow (const int headerCountInput, const HeaderWithHighestPressure &highPressureHeaderInput, const SteamSystemModelerTool::FluidProperties &highPressureHeader, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const CondensingTurbine &condensingTurbineInput, const std::shared_ptr< Turbine > &condensingTurbine, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const PressureTurbine &mediumToLowTurbineInput, const std::shared_ptr< MediumPressureHeaderCalculationsDomain > &mediumPressureHeaderCalculationsDomain) const
 
SteamSystemModelerTool::FluidProperties determineHeader (const int headerCountInput, const std::shared_ptr< MediumPressureHeaderCalculationsDomain > &mediumPressureHeaderCalculationsDomain, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput) const
 
std::shared_ptr< PrvWithoutDesuperheatingmakePrv (const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const SteamSystemModelerTool::FluidProperties &headerOutput, double prvMassFlow) const
 

Private Attributes

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

Detailed Description

Definition at line 12 of file LowPressurePrvCalculator.h.

Member Data Documentation

◆ prvWithDesuperheatingFactory

const PrvWithDesuperheatingFactory LowPressurePrvCalculator::prvWithDesuperheatingFactory = PrvWithDesuperheatingFactory()
private

Definition at line 24 of file LowPressurePrvCalculator.h.

◆ prvWithoutDesuperheatingFactory

const PrvWithoutDesuperheatingFactory LowPressurePrvCalculator::prvWithoutDesuperheatingFactory = PrvWithoutDesuperheatingFactory()
private

Definition at line 25 of file LowPressurePrvCalculator.h.


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