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
DeaeratorFactory.h
1#ifndef TOOLS_SUITE_DEAERATORFACTORY_H
2#define TOOLS_SUITE_DEAERATORFACTORY_H
3
4#include <steamModeler/api/BoilerInput.h>
5#include <steamModeler/api/HeaderInput.h>
7#include <steamModeler/Header.h>
8
10 public:
11 const Deaerator make(const BoilerInput& boilerInput, const double feedwaterMassFlow,
12 const SteamSystemModelerTool::FluidProperties& makeupWaterAndCondensateHeaderOutput,
13 const SteamSystemModelerTool::FluidProperties& inletHeaderOutput) const;
14};
15
16#endif // TOOLS_SUITE_DEAERATORFACTORY_H
Calculator for the deaerator for steam systems.