espressomd-users
[Top][All Lists]
Advanced

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

Re: [ESPResSo-users] Plotting data


From: Konrad Breitsprecher
Subject: Re: [ESPResSo-users] Plotting data
Date: Tue, 21 Apr 2015 13:49:36 +0200

Hi Milena,
i guess you could simply add a
fprintf(stderr,"P %d: vel=(%.3e,%.3e,%.3e)\n", p->p.identity, p->m.v[0],p->m.v[1],p->m.v[2]);
in the thermostat.hpp to manually print the velocities.
The feature #define THERMO_DEBUG will give you the forces.
Regards,
Konrad



2015-04-21 13:29 GMT+02:00 Milena Smiljanic <address@hidden>:
Hi,

Is it possible to plot particle velocity from thermostat.hpp, code instead from ESPResSo tcl script? How it should be implemented?

Many thanks,

Milena



reply via email to

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