thermo_style args to dump?

Hello LAMMPS users,

Is it possible to have termo_style output sent to a different file rather than a “log.lammps” file? It would be nice to have something similar to a “dump custom” command.

Thanks for your help,
Casey

Hello LAMMPS users,

Is it possible to have termo_style output sent to a different file rather
than a "log.lammps" file? It would be nice to have something similar to a

you can set the file name via the -log command line option
or the "log" command

"dump custom" command.

try: fix print

axel.

The Pizza.py log tool can also strip all thermo output out
of a log file(s), yielding just an array of values, e.g. for plotting,
etc.

Steve

I forgot this: the log tool is pre-packaged for
you in tools/python/log2txt.py in the tools
dir of the LAMMPS distro - it will extract
the thermo portion of the log files.

Steve