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