model.bem(<tag>).selection(); defines the selection for single-sided BEM boundaries. In addition, the following variants are available for double-sided boundaries:
• Use model.bem(<tag>).selection("cont"); for a selection of double-sided boundaries where the field is continuous.
• Use model.bem(<tag>).selection("discont"); for a selection of double-sided boundaries where the field is allowed to be discontinuous.
•
Table 2-7: General properties for BEM
Table 2-8: equation coefficient properties for BEM
Table 2-9: Integration Order properties for BEM
Table 2-10: Symmetry properties for BEM
Table 2-11: Far-Field Approximation properties for BEM on | off on | off The following example shows how to solve for a Helmholtz equation with outgoing waves at infinity in the exterior of a geometry. The example requires that the dependent variables u and bemflux already exist on the exterior boundaries.model.bem("bem1").selection().geom("geom1", 2).set(<list of exterior boundary numbers>);model.bem('bem1').selection.geom('geom1', 2).set(<list of exterior boundary numbers>);