• R/O
  • SSH

提交列表

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. 时间 作者
6c2d5fb1f669 2007-12-08 02:02:30 iselllo

I updated plot_statistics.py: it now also works out the radius of
gyration of the aggregate.

4287fff98f5b 2007-12-08 02:01:21 iselllo

I added the cose test_interaction.tcl which includes an interaction
potential in the system (see test.tcl for an idea of the corresponding
case without interaction potential).

8b4222acf1f0 2007-12-06 23:41:32 iselllo

I updated plot_statistics.py; now the code is also able to calculate the
velocity autocorrelation function.

cd60708cc67b 2007-12-04 21:34:22 iselllo

I added test-section2.py, basically the same as test-section.py but it
also shows how to read files from the output of the DNS code.

88cc5e8bb2bf 2007-12-04 05:37:05 iselllo

I added a code which is able to generate some random (scalar) velocity
and plot it on a circular domain.

f86ada8e2610 2007-12-03 19:41:45 iselllo

I added the code plot-vector.R. It is taken from R mailing list and it
shows how to draw a vector field using R.

c40653e4f964 2007-11-21 02:06:23 iselllo

I added plot_statistics.py which reads and takes some basic statistics
of the output of test.tcl and read_test.tcl.

451a4306fe74 2007-11-21 01:42:35 iselllo

I added the code read_test.tcl which specifically reads the output
(velocities and positions) of test.tcl.

5651476b69b5 2007-11-21 01:34:27 iselllo

Now test.tcl uses a blockfile to save both the velocities and the
positions which are read and manipulated simultaneaously.

f09838000143 2007-11-20 02:38:32 iselllo

Now test.tcl saves also the initial particle configuration and does
start saving the results after evolving the system for the 1st time
step.

541d5f73c5fe 2007-11-20 01:37:45 iselllo

I modified read_1_particle_kind.tcl which is now able to read and save
(from the configuration blockfiles) all the particles coordinates at
different times in a format suitable for R and Python.

9e91fa3006a3 2007-11-19 21:29:56 iselllo

I modified mytest_1_particle_kind.tcl (cleaned up a bit the code, but
not 100% sure of what I did...in case revert to the previous version to
find out what happened) and added test.tcl, which evolves and saves some
statistics for a set of Brownian particles.

138006e4acd4 2007-11-10 09:39:51 iselllo

I modified the labels along the y axis in the code
statistic_and_arrows.R.

9f70ca393e02 2007-11-10 02:23:28 iselllo

I introduced the scientific notation in the plots in
lognormal_binning.R.

01e8736b52e1 2007-11-10 02:11:41 iselllo

I added 3D_R_plotting_quick.R which implements also the scientific
notation along the y axis.

ac5b7796cf7c 2007-11-08 23:46:42 iselllo

I added some features to plot_potential.py which are mainly related to
some quanties of the Lennard Jones potential (minimum, time scale,
etc...).

5f3b4941f448 2007-11-06 18:03:33 iselllo

I added the code dolfin_demo.py which solves Poisson equation on a 2D
box using the finite-element code dolfin.

298da147ec24 2007-10-26 19:17:06 iselllo

I corrected some SERIOUS bugs in the code smoluchowski2.py. Some air
properties, e.g. cond_air(t) are defined as a function of t, though they
depend on T(t), but were called in the code as cond_air(T(t)), which was
leading to some serious problems.

2d14b85fe0d8 2007-10-24 07:56:12 iselllo

I added the code plot_potential.py which calculates and plots some of
the interaction potentials used by Espresso.

59952e80c0b8 2007-10-24 07:55:03 iselllo

I modified mytest_1_particle_kind.tcl. I changed the parameters of the
lennard-jones potential, the time-step, the thermal noise etc...to be
able to use the lennard-jones potential to study agglomeration.
Now, I see complex structures not necessarily sphericals.

073836f160b7 2007-10-19 19:47:15 iselllo

I added the code mytest_3_particle_kind.tcl which simulates the dynamics
of two particles estabilishing a fene bond when they are close.

cf66a6ca9a83 2007-10-18 01:26:49 iselllo

I added new files in which I experiment with different potentials and
read the saved configurations.

0f4d28f35042 2007-10-17 07:03:09 iselllo

I added a linear interpolation on the boundary to estimate where the
particle gets deposited and also wrote a routine which saves only 2
positions (present and immediately precedent one) of a Brownian particle
to save memory.

f55b71d65be7 2007-10-15 18:55:12 iselllo

I modified some of the figures generated by
read_results_smoluchowsky_single_simulation.R. The modifications are
trivial and they involve simply a vertical line for the end of the
dynamical evolution of the number distribution for a 5m-long anaconda.

349221fe4fcd 2007-10-15 18:52:26 iselllo

I added some trivial modifications to 3D_R_plotting.R (they mainly
involve the figures I generate).

d75f64737be9 2007-10-15 17:13:11 iselllo

I added the code sde.py which solves the Brownian motion of a particle
in a 2D box and keeps track of the escaped particles and of the
statistics of where they leave.

c4ab96ad7cdc 2007-10-09 02:06:24 iselllo

I added a code which takes some statistic on the configurations saved by
mytest2.tcl.

0ddd418b9c37 2007-10-08 08:01:28 iselllo

I added the code statistic_and_arrows.R which shows how to add arrows to
an R plot and how to generate plots with 2 different scales on the y
axis.

99fae860e52b 2007-10-05 22:09:46 iselllo

I corrected a few typos and went on developing the code. The aim is to
calculate the time-dependent radial density function.

333392d74b58 2007-10-05 19:44:41 iselllo

I added a TCL code mytest2.tcl to calculate (as a test) the dynamic of
salt particles and visualize the results.