| 96 | } |
| 97 | |
| 98 | double SpaceInfiltrationFlowCoefficient_Impl::stackCoefficient() const { |
| 99 | boost::optional<double> value = getDouble(OS_SpaceInfiltration_FlowCoefficientFields::StackCoefficient, true); |
| 100 | OS_ASSERT(value); |
| 101 | return value.get(); |
| 102 | } |
| 103 | |
| 104 | bool SpaceInfiltrationFlowCoefficient_Impl::setStackCoefficient(double stackCoefficient) { |
| 105 | bool result = setDouble(OS_SpaceInfiltration_FlowCoefficientFields::StackCoefficient, stackCoefficient); |