espressomd-users
[Top][All Lists]
Advanced

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

Re: [ESPResSo-users] Any output for tutorial5-1.tcl (streamline movie)??


From: Owen Hickey
Subject: Re: [ESPResSo-users] Any output for tutorial5-1.tcl (streamline movie)??
Date: Sat, 7 Sep 2013 16:19:46 +0200

Hey all,

I had thought that too but line 2061 of lbgpu has an if which just skips the kernel call:
   if (para.fluct){thermalize_modes(mode, index, &rng);}

One other thought about making movies is if one just wants a neat picture one can do the following:
for {set i 0} {$i<$N} {incr i} {
  part $i fix 1 1 1 mu_E $vx $vy $vz
}
where you have to give the velocity you expect $vx $vy $vz for particle $i. The particles themselves don't move but you can still get a reasonable looking flow field, assuming you have some idea what values to use for vx vy and vz.

Owen


On Sat, Sep 7, 2013 at 4:01 PM, Georg Rempfer <address@hidden> wrote:
Doen't that still carry out all the calculations and is therefore slower?

2013/9/7 Stefan Kesselheim <address@hidden>:
> Hi,
>
> On Sep 7, 2013, at 12:23 PM, Georg Rempfer <address@hidden> wrote:
>
>> If you want nice videos like the ones I sent you, you will have to
>> switch the thermalization off completely. You can achieve this with
>> "thermostat off" instead of "thermostat lb 1.".
>
> it could also be thermostat lb 0.
> Cheers
> Stefan



reply via email to

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