2.2.23 thermo_style
Define which data to be written in the log file.
Syntax:
- style: custom
- args: step, press, temp, c_id, c_id[], c_id[][]
Examples:
compute 1 all centroid thermo_style step temp press c_1[0] c_1[1] c_1[2]
Description:
The compute results can be accessed by using c_id, c_id[], or c_id[][] for scalar, vector, or array,
respectively.