Skip to content

TagDevc

lukas edited this page May 19, 2017 · 1 revision

Table of Contents

tag devc

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

description

Devices in single points or an area are defined.

examples

  • Define a simple device at position x, y, z that captures the quantities Q1, 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_analyse to trigger a single plot (only this quantity) and a locally grouped (name vx) 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'" />

Clone this wiki locally