Hi everyone
i am currently trying to use fix rigid to create rigid body to simulate the shape effect.
I used
fix 11 all rigid/nve/small molecule
compute t1 all temp/sphere
thermo_modify temp t1
fix 9 all press/berendsen x ${pstart} ${pend} ${pdamp} y ${pstart} ${pend} ${pdamp} z ${pstart} ${pend} ${pdamp}
therefore, my data file have the column of molecule, since my rigid body is made of small spherical grain, i therefore use the
atom_style sphere
but i got the error
Incorrect format in Atoms section of data file, i can see this problem is caused by the column of molecule, so what should we use when we only have rigid body (made of spherical grains).
besides, what we should do if we have mixtures,saying bpm package created clump and rigid body?
should we use bpm/sphere since this larger than atom_style sphere?
many thanks for the help, hope someone is happy for sharing any idea