| 806 | } |
| 807 | |
| 808 | void SubSurface_Impl::resetAdjacentSubSurface() { |
| 809 | bool test = setString(OS_SubSurfaceFields::OutsideBoundaryConditionObject, ""); |
| 810 | OS_ASSERT(test); |
| 811 | |
| 812 | for (WorkspaceObject& wo : this->getSources(IddObjectType::OS_SubSurface)) { |
| 813 | test = wo.setString(OS_SubSurfaceFields::OutsideBoundaryConditionObject, ""); |
| 814 | OS_ASSERT(test); |
| 815 | } |
| 816 | } |
| 817 | |
| 818 | boost::optional<SurfacePropertyConvectionCoefficients> SubSurface_Impl::surfacePropertyConvectionCoefficients() const { |
| 819 | std::vector<SurfacePropertyConvectionCoefficients> spccs(model().getConcreteModelObjects<SurfacePropertyConvectionCoefficients>()); |