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
HeatLossFactory.h
1
#pragma once
2
3
#include <steamModeler/api/HeaderInput.h>
4
5
#include "steamModeler/Header.h"
6
#include "
steamModeler/HeatLoss.h
"
7
8
class
HeatLossFactory
{
9
public
:
10
const
HeatLoss
make(
const
HeaderWithHighestPressure
& highestPressureHeaderInput,
11
const
SteamSystemModelerTool::FluidProperties
& headerOutput)
const
;
12
13
const
HeatLoss
make(
const
std::shared_ptr<HeaderNotHighestPressure>& notHighestPressureHeaderInput,
14
const
SteamSystemModelerTool::FluidProperties
& headerOutput)
const
;
15
16
const
HeatLoss
make(
const
SteamSystemModelerTool::FluidProperties
& headerOutput,
17
const
double
percentHeatLoss)
const
;
18
};
19
HeatLoss.h
Calculator for the heat loss for steam systems.
HeaderWithHighestPressure
Definition
HeaderInput.h:36
HeatLossFactory
Definition
HeatLossFactory.h:8
HeatLoss
Definition
HeatLoss.h:24
SteamSystemModelerTool::FluidProperties
Definition
SteamSystemModelerTool.h:97
Generated by
1.9.8