OUTPUT_SENSOR

Output

*OUTPUT_SENSOR
"Optional title"
coid, pid, $x_0$, $y_0$, $z_0$, $R$, csysid, ref, lagrange

Parameter definition

Variable
Description
coid
Sensor ID
pid
Sensor type or ID of part where the sensor is located
options: Part ID, DP (discrete particle), SPH, CFD or RB (rebar)
default: nearest part
$x_0$
Initial x-coordinate of sensor
$y_0$
Initial y-coordinate of sensor
$z_0$
Initial z-coordinate of sensor
$R$
Sensor sampling radius (DP) or maximum search distance (CFD)
csysid
Optional local coordinate system ID
ref
Reference system for velocity and displacement output
options:
0 $\rightarrow$ Output displacement/velocity relative local coordinate system
1 $\rightarrow$ Output displacement/velocity relative global origin
lagrange
CFD and DP sensor flag to let the sensor follow the material flow
options:
0 $\rightarrow$ Sensor fixed in space
1 $\rightarrow$ Sensor follows material

Description

This command is used to define Finite Element (FE), Discrete Particle (DP), Computational Fluid Dynamics (CFD) or Rebar (RB) sensors. Stresses, coordinates, displacements and velocities are output in the local coordinate system (if defined). Also the sensor location $(x_0, y_0, z_0)$ is defined in this local coordinate system.

Part ID (FE)

An FE sensor samples the local state at a material point initially located at coordinate $(x_0,y_0,z_0)$. The solver uses the nearest integration point and node (in the specified part) and outputs the sampled data to the ASCII file sensor.out.

Discrete particle (DP)

A DP sensor must be assigned a radius $R \gt 0$. The local density, velocity and pressure are estimated in an averaging process that requires many particles (preferrably more than 100). Data is written to the ASCII file particle_sensor.out.

Computational Fluid Dynamics (CFD)

CFD sensor signals are output to the ASCII file cfd_sensor.out. The radius $R$ is optional and it is only used if the CFD cell at $(x_0,y_0,z_0)$ is blocked by an overlapping Finite Element or SPH particle. The solver will then seach for, and pick up the signal from, the nearest unblocked (active) CFD cell.

Rebar (RB)

Rebar sensor data is written to rebar_sensor.out.