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#pragma once
2
3#include <steamModeler/api/BoilerInput.h>
4#include <steamModeler/api/HeaderInput.h>
6#include <steamModeler/Header.h>
7
9 public:
10 const Deaerator make(const BoilerInput& boilerInput, const double feedwaterMassFlow,
11 const SteamSystemModelerTool::FluidProperties& makeupWaterAndCondensateHeaderOutput,
12 const SteamSystemModelerTool::FluidProperties& inletHeaderOutput) const;
13};
14
Calculator for the deaerator for steam systems.