Adding output option for reorganized peratom values

This commit is contained in:
jtclemm
2023-04-25 16:29:29 -06:00
parent 7fc916a1d4
commit be568d257d
27 changed files with 1443 additions and 449 deletions

View File

@ -60,8 +60,12 @@ FixRHEO::FixRHEO(LAMMPS *lmp, int narg, char **arg) :
if (igroup != 0)
error->all(FLERR,"fix rheo command requires group all");
if (atom->pressure_flag != 1)
error->all(FLERR,"fix rheo command requires atom_style with pressure");
if (atom->rho_flag != 1)
error->all(FLERR,"fix rheo command requires atom_style with density");
if (atom->viscosity_flag != 1)
error->all(FLERR,"fix rheo command requires atom_style with viscosity");
if (atom->status_flag != 1)
error->all(FLERR,"fix rheo command requires atom_style with status");