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::shared_ptr< FlashTank > | make (const HeaderInput &headerInput, const BoilerInput &boilerInput, const Boiler &boiler) const |
FlashTank | make (const double pressure, const Boiler &boiler) const |
FlashTank | make (const double pressure, const SteamSystemModelerTool::FluidProperties &condensate) const |
FlashTank | make (const std::shared_ptr< Header > &header, const std::shared_ptr< HeaderNotHighestPressure > &headerNotHighestPressure) const |
FlashTank | make (const SteamSystemModelerTool::FluidProperties &properties) const |
Definition at line 10 of file FlashTankFactory.h.