pair_style rheo command
Syntax
pair_style rheo cutoff keyword values
cutoff = global cutoff for kernel (distance units)
zero or more keyword/value pairs may be appended to args
keyword = rho/damp or artificial/visc or harmonic/means
rho/damp args = density damping prefactor \(\xi\) artificial/visc args = artificial viscosity prefactor \(\zeta\) harmonic/means args = none
Examples
pair_style rheo 3.0 rho/damp 1.0 artificial/visc 2.0
pair_coeff * *
Description
Added in version 29Aug2024.
Pair style rheo computes pressure and viscous forces between particles in the rheo package. If thermal evolution is turned on in fix rheo, then the pair style also calculates heat exchanged between particles.
The artificial/viscosity keyword is used to specify the magnitude
The rho/damp keyword is used to specify the magnitude
If particles have different viscosities or conductivities, the harmonic/means keyword changes how they are averaged before calculating pairwise forces or heat exchanges. By default, an arithmetic averaged is used, however, a harmonic mean may improve stability in systems with multiple fluid phases with large disparities in viscosities.
No coefficients are defined for each pair of atoms types via the pair_coeff command as in the examples above.
Mixing, shift, table, tail correction, restart, rRESPA info
This style does not support the pair_modify shift, table, and tail options.
This style does not write information to binary restart files. Thus, you need to re-specify the pair_style and pair_coeff commands in an input script that reads a restart file.
This style can only be used via the pair keyword of the run_style respa command. It does not support the inner, middle, outer keywords.
Restrictions
This fix is part of the RHEO package. It is only enabled if LAMMPS was built with that package. See the Build package page for more info.
Default
Density damping and artificial viscous forces are not calculated. Arithmetic means are used for mixing particle properties.