thermo_log command

Warning

This command is deprecated use status_log instead

Syntax

thermo_log file keyword
  • file = name of new logfile

  • keyword = append if output should be appended to logfile (optional)

Examples

thermo_log log.thermo
thermo_log log.thermo append

Description

This command closes the current Aspherix® thermo-log file (if previously defined), opens a new file with the specified name, and begins logging the thermo_style information to it. If the specified file name is none, then no new log file is opened. If the optional keyword append is specified, then output will be appended to an existing log file, instead of overwriting it.

If multiple processor partitions are being used, the file name should be a variable, so that different processors do not attempt to write to the same log file.

By default there is no thermo-log file for a Aspherix® run and the information are only printed to the screen. The command can be also enabled by the -status command-line option.

Restrictions

none

Related commands: none

Default

There is no default thermo-log file.