espressomd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ESPResSo-devel] Particle Masses definition


From: Evyatar Arad
Subject: [ESPResSo-devel] Particle Masses definition
Date: Mon, 22 Jun 2015 14:34:58 +0300

Good week all,

I’ve noticed that in friction_thermo_langevin there are two different masses 
used in the langevin equation while calculating force:
      p->f.f[j] = langevin_pref1*p->m.v[j]*PMASS(*p) + 
langevin_pref2*gaussian_random()*massf;

What is the difference between PMASS(*p) and massf?
both are available even though MASS (mass per particle) is off.

Thanks,
Evyatar.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]