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
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
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
Calculator for the steam properties after after a pressure drop for steam systems.