Dear LAMMPS users,
I am trying to shear Brownian particles interacting via WCA potential by applying Brownian Dynamics with implicit solvent using a combination of this commands
pair_style lj/cut 1.122462048
fix brownian …
fix deform wiggle … remap x
In order to calculate G’ and G’’ and study the rheology of the system.
In the past, I have already done simulations with DPD + fix deform remap v for a different project with good results, but I don’t know if I am doing things right in this case for Brownian Dynamics, as I am not very clear if LAMMPS is doing what I want or if I should use another combination of commands like fix/brownian + fix/addforce to apply the shear flow.
In my simulations I want to study different range of density values. Even if my system is a fluid I use “remap x” since the velocity in Brownian dynamics is not well defined and I think it would be a mistake to use “remap v”, however I am not very sure about this point, could you please confirm that this makes sense? Also, at high density when my system behaves like a solid (and according to the “deform” command guide) it is advisable to use “remap x” for these cases.
In other similar studies I have seen that the community uses their own codes with periodic Lees and Edwards conditions. In another answer in this forum they said these conditions are not implemented in LAMMPS but there is a combination of equivalent commands, but using nvt thermostat (Lees Edwards boundary conditions for shear flow). Since I use fix/brownian and fix/deform, is this a good combination to get these boundary conditions in LAMMPS?
Any help would be appreciated
Thanks
J