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#pragma once
2
3#include <steamModeler/api/BoilerInput.h>
4#include <steamModeler/api/HeaderInput.h>
6
8 public:
9 Boiler make(const HeaderInput& headerInput, const BoilerInput& boilerInput, double massFlow) const;
10};
11
Calculator for boiler.