Dear all,
I’m running the MD simulation about the viscoelasticity by NEMD. But result shows that the phase angle is negative. Attached are the simulation strain/stress result (which is wrong) and the theoretical right result. Could anyone tell me how to modify the code? Your help will be greatly appreciated!
Part of the input code is as below:
# turn on NEMD shear and equilibrate some more
reset_timestep 0
fix 4 all nvt/sllod temp {T} {T} ${tempdamp}
fix 5 all deform 1 xy wiggle 3 500 remap v
variable strain equal xy/lx
thermo 25
thermo_style custom step temp etotal press v_strain pxy density
thermo_modify norm no
run 50000