enhanced stochastic wall example

This commit is contained in:
Steve Plimpton
2020-01-14 13:20:35 -07:00
parent b9c6e0f700
commit ceeae57172
16 changed files with 893 additions and 52 deletions

View File

@ -116,7 +116,7 @@ FixWallReflectStochastic(LAMMPS *lmp, int narg, char **arg) :
// DIFFUSIVE = no accomodation coeffs
// MAXWELL = one for all dimensions
// CLL = one for each dimension
// CCL = one for each dimension
if (rstyle == CCL)
wallaccom[nwall][dir]= force->numeric(FLERR,arg[iarg+dir+6]);