Beam
Add a beam dataset to visualize 3D geometries of beams.
Syntax
model.result().dataset().create(
<dtag>
,"Beam");
model.result().dataset(
<dtag>
).set(
property
,
<value>
);
Description
model.result().dataset().create(
<dtag>
,"Beam")
creates a beam dataset with the name
<dtag>
.
Beam datasets can be used with stored solutions from models with beam physics. Use it to visualize beam structures in 3D using the beams’ cross sections.
The following properties are available:
Table 7-18:
Valid Properties for Beam Datasets.
name
Value
Default
Description
data
none
| dataset name
First compatible dataset
The dataset this feature refers to.
physicsinterface
all
| physics interface name
all
The name of an applicable physics interface, or all for all applicable physics interfaces.
refinement
integer
2
The refinement of the cross section (1–5).
scale
double scalar
1
The scaling of the cross section.
spacevars
String array
Derived from feature name
The names of the space variables for the local beam coordinates.
See Also
Pipe