Hello all
I have made a random solid alloy in my LAMMPS script using a pre-existing potential file and need to equilibriate the system using an NPT ensemble, but I keep getting the error: “Non-numeric pressure -simulation unstable” all the time, each time with a different error code. My structure and the relaxation process are as follows:
units metal
boundary p p p
atom_style atomic
lattice fcc 4.64
region 5 block 0 32.49 0 32.49 0 32.49
create_box 5 5
create_atoms 1 box
create_atoms 2 box
create_atoms 3 box
create_atoms 4 box
create_atoms 5 box
set region 5 type/ratio 1 0.40 12345
set region 5 type/ratio 2 0.30 67890
set region 5 type/ratio 3 0.20 24680
set region 5 type/ratio 4 0.05 13579
set region 5 type/ratio 5 0.05 45678
pair_style eam/alloy
pair_coeff * * FeNiCrCoCu-heafixed.setfl Fe Ni Cr Co Cu
reset_timestep 0
timestep 0.001
fix 5 all npt temp 300.0 300.0 0.5 iso 0.0 0.0 10.0 drag 1.0
thermo_style custom time step temp ke pe press etotal
thermo 100
run 10000
Also, when I try to minimize the energy, it runs the first step and shows NaN for pressure and energies and won’t continue anymore.
thanks for your help in advance,
Ali