|
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.
|
Public Member Functions | |
| std::vector< Inlet > | make (const Boiler &boiler) const |
| Inlet | make (const std::shared_ptr< PrvWithoutDesuperheating > &prv) const |
| Inlet | make (const std::shared_ptr< Turbine > &turbine) const |
| Inlet | make (const std::shared_ptr< Turbine > &turbine, const double pressure) const |
| Inlet | makeFromOutletGas (const std::shared_ptr< FlashTank > &flashTank) const |
| Inlet | makeFromOutletLiquid (const std::shared_ptr< FlashTank > &flashTank) const |
| Inlet | makeWithEnthalpy (const SteamSystemModelerTool::FluidProperties &properties) const |
| Inlet | makeWithTemperature (const std::shared_ptr< HeatExchanger::Output > &output) const |
Definition at line 14 of file InletFactory.h.