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
EnergyFlowCalculator.h
1#pragma once
2
4#include <steamModeler/SteamSystemModelerTool.h>
5
7 public:
8 double calc(const double massFlow, const Boiler& boiler) const;
9
10 double calc(const double massFlow,
11 const SteamSystemModelerTool::SteamPropertiesOutput& steamPropertiesOutput) const;
12
13 double calc(const double massFlow, const double specificEnthalpy) const;
14};
15
Calculator for boiler.