Extrude1D, Extrude2D
Create a 1D or 2D extrude dataset for extruding data in postprocessing from 1D to 2D and from 2D to 3D.
Syntax
model.result().dataset().create(
<dtag>
,"Extrude1D");
model.result().dataset().create(
<dtag>
,"Extrude2D");
model.result().dataset(
<dtag>
).set(
property
,
<value>
);
Description
model.result().dataset().create(
<dtag>
,"Extrude2D")
creates a 2D extrude dataset with the name
<dtag>
.
The extrude dataset makes it possible to postprocess a 1D or 2D solution that is extruded into 2D or 3D.
The following properties are available:
Table 7-43:
Valid Properties for Extrude Datasets.
Property
Value
Default
Description
data
none
| dataset name
First compatible dataset
The solution dataset this feature refers to.
planemap
xy
|
xz
|
yz
xy
The extrusion direction as a plane to map the extrusion to: the xy-plane, xz-plane, or yz-plane (for extrusion 2D only).
res
integer, at least 2
10
The resolution as the number of layers in the extrusion.
seplevels
true
|
false
false
Separate the levels to visualize data for each equidistant point in time, for example.
ymin
double
0
The minimum for the extrusion 1D range.
ymax
double
1
The maximum for the extrusion 1D range.
yvar
String
extr1y
The name of the variable for the extrusion direction for a 1D extrusion.
zmin
double
0
The minimum for the extrusion 2D range.
zmax
double
1
The maximum for the extrusion 2D range.
zvar
String
extr1z
The name of the variable for the extrusion direction for a 2D extrusion.
wavenumber
integer
0
The out-of-plane wave number for a 2D extrusion.