-
Notifications
You must be signed in to change notification settings - Fork 3
TagDevc
lukas edited this page May 19, 2017
·
1 revision
Table of Contents
| attribute | role | description |
|---|---|---|
id |
required | identifier(s) of the device(s) |
q |
required | quantities of devices |
plot |
optional | type of output, choices are single, local:gn, global:gn, where gn is a free defined group name |
x, y, z |
optional | coordinates of the point where the devices are to be placed |
x1, y1, z1, x2, y2, z2 |
optional | coordinates of one corner (*1) and the opposing corner (*2) of the area where the devices are to be placed |
ior |
optional | device orientation |
Devices in single points or an area are defined.
- Define a simple device at position
x, y, zthat captures the quantitiesQ1, Q2, Q3. Therefore this results in three FDS devices in the FDS input file.
<devc id="'top_devc'" x="x" y="y" z="z" q="'Q1', 'Q2', 'Q3'" />- Add plotting information for
fgg_analyseto trigger a single plot (only this quantity) and a locally grouped (namevx) plot, where all devices in the same group will additionally be plotted.
<devc id="'top_vx'" x="1" y="y" z="y" q="'U-VELOCITY'" plot="'single', 'local:vx'" />