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
service
RestarterService.h
1
#pragma once
2
3
#include <memory>
4
5
#include <
steamModeler/Boiler.h
>
6
#include <
steamModeler/Turbine.h
>
7
11
class
RestarterService
{
12
public
:
13
void
restartIfNotEnoughSteam(
const
std::shared_ptr<Turbine>& turbine,
const
double
availableMassFlow,
14
const
Boiler
& boiler)
const
;
15
16
void
restartIfNotEnoughSteam(
const
double
additionalSteamNeeded,
const
Boiler
& boiler)
const
;
17
18
private
:
19
void
logMessage(
const
std::string& message)
const
;
20
};
21
Boiler.h
Calculator for boiler.
Turbine.h
Calculator for turbines for steam systems.
Boiler
Definition
Boiler.h:25
RestarterService
Definition
RestarterService.h:11
Generated by
1.9.8