fix LATBOLTZ example

This commit is contained in:
Axel Kohlmeyer
2024-08-16 14:51:29 -04:00
parent e4a654c7cd
commit 4aaf7d7098
2 changed files with 4 additions and 2 deletions

View File

@ -457,9 +457,9 @@ mass *4 ${wheel_mass}
variable dx equal 1.0
variable density equal 0.001184
neighbor 0.5 bin
neighbor 0.5 bin
neigh_modify delay 0 every 1 check yes
comm_modify cutoff 3.0
comm_modify cutoff 3.0
pair_style lj/cut 1.2
pair_coeff * * 0.0 0.0

View File

@ -220,9 +220,11 @@ FixLbFluid::FixLbFluid(LAMMPS *lmp, int narg, char **arg) :
// Flags for fix references (i.e. quantities accessible via f_ID[n]
vector_flag = 1;
extvector = 0;
size_vector = 5;
scalar_flag = 1;
extscalar = 0;
int iarg = 6;
while (iarg < narg) {