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
BoilerFactory.h
1#ifndef TOOLS_SUITE_BOILERFACTORY_H
2#define TOOLS_SUITE_BOILERFACTORY_H
3
4#include <steamModeler/api/BoilerInput.h>
5#include <steamModeler/api/HeaderInput.h>
7
9 public:
10 Boiler make(const HeaderInput& headerInput, const BoilerInput& boilerInput, double massFlow) const;
11};
12
13#endif // TOOLS_SUITE_BOILERFACTORY_H
Calculator for boiler.