LayeredShell
Create a layered shell data set.
The LayeredShell data set requires a license for the Composite Materials Module, AC/DC Module, or Heat Transfer Module.
Syntax
model.result().dataset().create(
<dtag>
,"LayeredShell");
model.result().dataset(
<dtag>
).set(
property
,
<value>
);
model.result().dataset(
<dtag>
).selection(...);
Description
model.result().dataset().create(
<dtag>
,"LayeredShell")
creates a layered shell data set.
Layered shell data sets refer to another data set and are used to create a volume or domain (3D) data set corresponding to a layered shell physics defined using a surface or boundary (2D) geometry and a built-in extra dimension (1D) geometry. This data set is used to plot or evaluate the quantities on a domain level or its lower dimensions. This data set is called Layered Material in the Model Builder.
The following properties are available:
Table 7-50:
Valid Property/Value Pairs for LayeredShell Data Sets
Name
Value
Default
Description
data
none
| data set name
None
The data set that this data set refers to.
evaluatein
meshnodes
|
interfaces
|
layermidplanes
meshnodes
The location of layers to evaluate in: mesh nodes, interfaces, or layer midplanes.
resolution
Integer 1–10
1
Refinement level (1–10) when
evaluatein
is set to
meshnodes
.
scale
scalar
1
Scale factor for the layers.
seplevels
true
|
false
false
Separate the levels to create slices on the mesh nodes in the through-thickness direction when
evaluatein
is set to
meshnodes
.