17 std::vector<Inlet> make(
const Boiler& boiler)
const;
19 Inlet make(
const std::shared_ptr<PrvWithoutDesuperheating>& prv)
const;
21 Inlet make(
const std::shared_ptr<Turbine>& turbine)
const;
23 Inlet make(
const std::shared_ptr<Turbine>& turbine,
const double pressure)
const;
25 Inlet makeFromOutletGas(
const std::shared_ptr<FlashTank>& flashTank)
const;
27 Inlet makeFromOutletLiquid(
const std::shared_ptr<FlashTank>& flashTank)
const;
31 Inlet makeWithTemperature(
const std::shared_ptr<HeatExchanger::Output>& output)
const;