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