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
include
steamModeler
domain
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>
6
#include <
steamModeler/Boiler.h
>
7
8
class
BoilerFactory
{
9
public
:
10
Boiler
make(
const
HeaderInput
& headerInput,
const
BoilerInput
& boilerInput,
double
massFlow)
const
;
11
};
12
13
#endif
// TOOLS_SUITE_BOILERFACTORY_H
Boiler.h
Calculator for boiler.
BoilerFactory
Definition
BoilerFactory.h:8
BoilerInput
Definition
BoilerInput.h:9
Boiler
Definition
Boiler.h:25
HeaderInput
Definition
HeaderInput.h:73
Generated by
1.9.8