16 std::vector<Inlet> make(
const Boiler& boiler)
const;
18 Inlet make(
const std::shared_ptr<PrvWithoutDesuperheating>& prv)
const;
20 Inlet make(
const std::shared_ptr<Turbine>& turbine)
const;
22 Inlet make(
const std::shared_ptr<Turbine>& turbine,
const double pressure)
const;
24 Inlet makeFromOutletGas(
const std::shared_ptr<FlashTank>& flashTank)
const;
26 Inlet makeFromOutletLiquid(
const std::shared_ptr<FlashTank>& flashTank)
const;
30 Inlet makeWithTemperature(
const std::shared_ptr<HeatExchanger::Output>& output)
const;