| 118 | } |
| 119 | |
| 120 | double SpaceInfiltrationFlowCoefficient_Impl::windCoefficient() const { |
| 121 | boost::optional<double> value = getDouble(OS_SpaceInfiltration_FlowCoefficientFields::WindCoefficient, true); |
| 122 | OS_ASSERT(value); |
| 123 | return value.get(); |
| 124 | } |
| 125 | |
| 126 | bool SpaceInfiltrationFlowCoefficient_Impl::setWindCoefficient(double windCoefficient) { |
| 127 | bool result = setDouble(OS_SpaceInfiltration_FlowCoefficientFields::WindCoefficient, windCoefficient); |