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
include
steamModeler
domain
PrvWithDesuperheatingFactory.h
1
#ifndef TOOLS_SUITE_PRVWITHDESUPERHEATINGFACTORY_H
2
#define TOOLS_SUITE_PRVWITHDESUPERHEATINGFACTORY_H
3
4
#include <steamModeler/api/HeaderInput.h>
5
#include <
steamModeler/PRV.h
>
6
#include <steamModeler/SteamProperties.h>
7
8
class
PrvWithDesuperheatingFactory
{
9
public
:
10
PrvWithDesuperheating
make(
const
SteamSystemModelerTool::FluidProperties
& remainingSteam,
const
double
massFlow,
11
const
std::shared_ptr<HeaderNotHighestPressure>& headerNotHighestPressure,
12
const
double
feedwaterPressure)
const
;
13
};
14
15
#endif
// TOOLS_SUITE_PRVWITHDESUPERHEATINGFACTORY_H
PRV.h
Calculator for the steam properties after after a pressure drop for steam systems.
PrvWithDesuperheatingFactory
Definition
PrvWithDesuperheatingFactory.h:8
PrvWithDesuperheating
Definition
PRV.h:181
SteamSystemModelerTool::FluidProperties
Definition
SteamSystemModelerTool.h:98
Generated by
1.9.8