USER-DPD: Update the header files to properly document all error statements

Patch by Jim Larentzos.  Applied by Tim Mattox.
This commit is contained in:
Tim Mattox
2016-12-15 17:39:15 -05:00
parent fed629c23e
commit 0a90492c44
2 changed files with 8 additions and 0 deletions

View File

@ -50,6 +50,10 @@ Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: FixEOScv requires atom_style with internal temperature and energies (e.g. dpd)
Self-explanatory.
E: EOS cv must be > 0.0
The constant volume heat capacity must be larger than zero.

View File

@ -92,6 +92,10 @@ E: eos/table values are not increasing
The EOS must be a monotonically, increasing function
E: FixEOStable requires atom_style with internal temperature and energies (e.g. dpd)
Self-explanatory.
E: Internal temperature < zero
Self-explanatory. EOS may not be valid under current simulation conditions.