atzberg / mango-selm

Simulation methods for particle systems, materials, and complex fluids with fluctuating hydrodynamics approaches (stochastic immersed boundary methods, stochastic eulerian-lagrangian methods) [interfaces with LAMMPS MD package]
http://atzberger.org/
10 stars 2 forks source link

Units : warning LAMMPS #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Units real in lammps use non-derived scaling fir energy, force, etc...  This 
could cause issues if Selm does not take scaling into account.  Instead should 
use "units si" in lammps to avoid conversion factors.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by atzb...@gmail.com on 3 Mar 2012 at 4:38

GoogleCodeExporter commented 9 years ago
We have changed the Mango-Selm from LAMMPS "units real" to LAMMPS "units si" to 
avoid funny conversion factors between fundamental units and derived units.   
Technically non si units may be used, but consistency should now be ensured.

Original comment by atzb...@gmail.com on 4 Mar 2012 at 3:52