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
PrvWithoutDesuperheatingFactory.h
1#pragma once
2
3#include <steamModeler/api/HeaderInput.h>
4#include <steamModeler/PRV.h>
5
7 public:
8 PrvWithoutDesuperheating make(const SteamSystemModelerTool::FluidProperties& remainingSteam, const double massFlow,
9 const std::shared_ptr<HeaderNotHighestPressure>& headerNotHighestPressure) const;
10};
11
Calculator for the steam properties after after a pressure drop for steam systems.