You are viewing the documentation for an older COMSOL version. The latest version is
available here
.
MeshControlDomains
Define mesh control domains.
Syntax
model.component(
<ctag>
).geom(
<tag>
).create(
<ftag>
,"MeshControlDomains");
model.component(
<ctag>
).geom(
<tag>
).feature(
<ftag>
).selection(
property
);
model.component(
<ctag>
).geom(
<tag>
).feature(
<ftag>
).set(
property
,
<value>
);
model.component(
<ctag>
).geom(
<tag>
).feature(
<ftag>
).get
Type
(
property
);
Description
Use
model.component(
<ctag>
).geom(
<tag>
).create(
<ftag>
,"MeshControlDomains")
to define mesh control domains.
Use
model.component(
<ctag>
).geom(
<tag>
).feature(
<ftag>
).selection("input")
to select the domains to include. The default selection is empty.
The feature creates a composite domain by removing all faces (in 3D) or edges (in 2D) between the selected domains and adjacent domains. The removed entities are kept for mesh control.
The following property is available:
Table 3-76:
Valid Properties
Name
Value
Default
Description
input
Selection
Edges to ignore.
See Also
MeshControlFaces
,
MeshControlEdges