OUTPUT_SENSOR_PATH
Output
*OUTPUT_SENSOR_PATH
"Optional title"
coid, pid, pathid, $N$
"Optional title"
coid, pid, pathid, $N$
Parameter definition
Variable
Description
coid
Sensor ID
pid
Marks is the sensors are attached to specific part or if they are embedded in the CFD domain
pathid
ID of PATH along which the sensors are positioned
$N$
Number of sensors along the path $(N \geq 2)$
Description
This command defines a number of (equidistantly distributed) sensors along a pre-defined PATH. The sensors are either embedded in the CFD domain or attached to a specific part. CFD sensor signals are written to the binary file sensor_cfd_path.bout and FE signals to sensor_path.bout.
Finite Element path sensors sample and output coordinate, displacement, velocity, effective stress, pressure, effective plastic strain, temperature and surface pressure.
CFD path sensors output coordinate, pressure, density and temperature.
Example
Path sensor in CFD domain
Example with 20 sensors distributed along a straight path in a CFD domain.

*UNIT_SYSTEM
SI
*PARAMETER
L = 1.0, "CFD domain size"
R = 0.1, "Explosive charge radius"
dc = 0.005, "CFD cell size"
tend = 2.0e-4, "Termination time"
N = 20, "Number of sensors"
#
# --- TIME ---
#
*TIME
[%tend]
#
# --- OUTPUT ---
#
*OUTPUT
[%tend/5]
*OUTPUT_SENSOR_PATH
"Test"
10, CFD, 100, [%N]
*PATH
100
0, 0, 0
[%L], [0.5*%L], 0
#
# --- CFD ---
#
*CFD_DOMAIN
1
0, 0, [%dc], 1
0, 0, 0, [%L], [%L], [%L]
1, 1, 1, 0, 0, 0
*CFD_HE
"C4"
1
C4, 1
*GEOMETRY_SPHERE
1
0, 0, 0, [%R]
*CFD_DETONATION
1
0, 0, 0, 0
*END