Pipe
Syntax
model.result().dataset().create(
<dtag>
,"Pipe");
model.result().dataset(
<dtag>
).set(
property
,
<value>
);
Description
model.result().dataset().create(
<dtag>
,"Pipe")
creates a pipe dataset with the name
<dtag>
.
Pipe datasets can be used with stored solutions from models with pipe physics. Use it to visualize pipe structures in 3D using the pipes’ cross sections.
The following properties are available:
Table 7-108:
Valid Properties for Pipe 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 pipe coordinates.
wallstol
double scalar
1e-4
Walls relative tolerance.
See Also
Beam