| 111 | } |
| 112 | |
| 113 | boost::optional<double> BoilerSteam_Impl::optimumPartLoadRatio() const { |
| 114 | return getDouble(OS_Boiler_SteamFields::OptimumPartLoadRatio, true); |
| 115 | } |
| 116 | |
| 117 | boost::optional<double> BoilerSteam_Impl::coefficient1ofFuelUseFunctionofPartLoadRatioCurve() const { |
| 118 | return getDouble(OS_Boiler_SteamFields::Coefficient1ofFuelUseFunctionofPartLoadRatioCurve, true); |
no outgoing calls