[lammps-users] FW: Questions to the lammps forum

Hi All,

Please help me on the below -

1- controlling particles quantity –

I would like to know how do I control the quantity of particles in my simulation and if you can send me the command with an example it will be great.

2- Adding particle acceleration to output –

I would like to add acceleration to simulation output (I think it should be in dump command but I’m not sure).

Can someone help me and send an example?

3- Compiling lammps on visual studio 2008 –

I am working with visual studio 2008.

Did someone compiled lammps with it? Can you send me a solution which do so with all the libs and dll’s needed for this task.

Is there any IDE for GCC if this is not applicable (for windows XP 32 bit)?

I’m hoping that you can help me J

Best regards,

Igal.

The information contained in this electronic mail transmission 
may be privileged and confidential, and therefore, protected 
from disclosure. If you have received this communication in 
error, please notify us immediately by replying to this 
message and deleting it from your computer without copying 
or disclosing it.

Comments below.

Steve

Hi All,

Please help me on the below -

1- controlling particles quantity –

I would like to know how do I control the quantity of particles in my
simulation and if you can send me the command with an example it will be
great.

You create the particles (read_data, create_atoms, read_restart), so
you control directly how many you create.

2- Adding particle acceleration to output –

I would like to add acceleration to simulation output (I think it should be
in dump command but I’m not sure).

Dump custom can output the force on each atom (a = F/m)

Can someone help me and send an example?

3- Compiling lammps on visual studio 2008 –

I am working with visual studio 2008.

Did someone compiled lammps with it? Can you send me a solution which do so
with all the libs and dll’s needed for this task.

In src/MAKE/Windows there are notes from users on using Windows
to build LAMMPS. There is also a Win executable for direct download
on the LAMMPS download site.