23. PROBE Namelist
23.1. Overview
The PROBE namelist is used to define the location in the computational domain where the value of specific solution quantities will be recorded at every time step. The data is written to a standard multi-column text file specified by the namelist. The solution time is written to the first column and the specified solution quantities to the remaining columns. Useful metadata about the probe is written to the first fewlines of the file. These lines begin with a # character and would be treated as comment lines by many post-processors. As many probes as desired may be defined, but each must write to a different file.
23.2. PROBE Namelist Features
23.3. Components
coord
coord_scale_factor
data
“temperature - Cell-centered temperature
“pressure” - Cell-centered fluid pressure
“velocity” - Cell-centered fluid velocity
“vol-frac-name - Cell-centered volume fraction of material or phase name. Name may also be the reserved name “VOID”.