• R/O
  • SSH

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

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

RSS
Rev. Hora Autor
60bc2c641093 2007-08-05 00:38:59 iselllo

I added object2.py which is a very simple code calculating the area of a
rectangle using classes and instantiation.

75ac6881efda 2007-08-04 00:52:51 iselllo

I simply set to 1300 the particle density in smoluchowski2.py.

61722630e136 2007-08-03 21:46:16 iselllo

Now the code 3D_R_plotting.R has some extra functionalities and the
legend is positioned automatically.

6d4c2cd9589e 2007-08-03 19:49:05 iselllo

I added an extra line to simulations_script to call an extra .R code for
data post-processing.

6ff6201290fa 2007-08-01 18:57:43 iselllo

Now the code lognormal_binning.R also plots the affective density as a
function of the aggregate size.

19d839ecad4b 2007-07-31 02:08:12 iselllo

I added some extra features to 3D_R_plotting.R (which is now geared at
the graphics one can obtain by post-processing the results of
smoluchowski2.py simulations).

d7bca660a618 2007-07-31 00:47:55 iselllo

I corrected a bug in the 3D plot generated by
read_results_smoluchowsky_single_simulation.R.

788db3b15b31 2007-07-30 21:18:37 iselllo

I changed the name of the directory where the results are saved in code
smoluchowski2.py and I added a few lines which calculate the time-scales
of the problem.

6072430bd76f 2007-07-30 21:17:37 iselllo

I corrected a typo in create_dir.py.

e12c452e920f 2007-07-30 21:16:44 iselllo

I modified lognormal_binning.R. Now the code saves the average volume
and arithmetic diameter of the particle which are both used to calculate
the time-scales in the smoluchowski2.py code.

b5df8df89710 2007-07-29 19:22:30 iselllo

I added the code 3D_R_plotting.R which correctly uses the lattice
package for 3D plots in R and properly save the figure in a file.

8f44f41ea645 2007-07-29 19:19:48 iselllo

I modified the aspect ratio of the 3D plot in the code
read_results_smoluchowsky_single_simulation.R.

815a256c93a4 2007-07-29 04:43:38 iselllo

I modified the code read_results_smoluchowsky_single_simulation.R. It
now plots and prints correctly the 3D evolution of the number-size
distribution. One needs to use a set of specific commands to save the
figure and a has to use a command sort(decreasing=FALSE) on the time
vector when constructing the space-time grid.
constructing the

52319bf6b3af 2007-07-27 19:48:41 iselllo

I added the code pylab_tex.py which shows some of the pylab's
capabilities to use Tex in figures.

cfd508b1a2b9 2007-07-27 19:01:44 iselllo

I added the file 3D_gnuplot.plt which can be used to read a matrix of
data and plot them. However, this is not done yet [I do not know yet
how to impose my own labels on the x and y axis and how to choose the
kind of font and so on].

6aed024cbebe 2007-07-27 08:03:11 iselllo

I added the file pylab_3D.py which gives an example of pylab
possibilities with 3D plots.

b67ef8b1139c 2007-07-26 06:38:32 iselllo

I removed the first plot from the code plot_section.py and now the plot
of the scalar (namely the axial velocity) along a cross section is fine.

41bc3d2d98c1 2007-07-14 01:08:46 iselllo

I made some of the plotting options (e.g. the kind of colormap) a bit
more explicit in plot_section.py.

be6c9da93b74 2007-07-14 00:01:33 iselllo

I added to plot plot_section.py the capability to make bilinear
interpolations to smooth the contour plot.

984b2e295e24 2007-07-13 23:02:20 iselllo

I added the code plot_section.py, which is useful to plot e.g. a
countour plot of the axial velocity along a cross section of the tube.
As an input, it simply needs a snapshot of v_z along the whole pipe (or
directly along a cross-section of the pipe).

a9e32a8d3ded 2007-07-10 23:27:12 iselllo

Now main_output has an extra entry for a new correction in case particle
losses are found to be significant.

21b2dfb07ac5 2007-07-10 23:26:17 iselllo

Now simulations_script calls an extra Python code which creates some
directories.

f0face7a90e6 2007-07-10 23:25:19 iselllo

Now lognormal_binning.R saves its plots in a specific folder.

57cd6b62ff05 2007-07-10 23:24:31 iselllo

Now read_results_smoluchowsky_single_simulation.R saves its output in a
specific folder

987749725f31 2007-07-10 23:23:54 iselllo

Now nls-LM-read-and-plot-soldati.R saves its output plots in a specific
folder.

113d5185806c 2007-07-10 23:22:35 iselllo

Slight modifications to smoluchowski2.py, mainly needed to save the
output plots in a specific folder.

be27b5118aa0 2007-07-10 23:21:44 iselllo

Now air-mean-free-path.py calculated the total and time-dependent
thermophoretic deposition efficiency assuming a specific representative
size for the particles involved. Also the plots are now saved in a
specific directory.

8eb0114540a0 2007-07-10 23:18:54 iselllo

I added create_dir.py which is useful to create a set of directories to
have a cleaner output of the plots I create with my simulations (namely
smoluchowski2.py) .

1c7612b8ce92 2007-07-10 08:05:26 iselllo

I removed the vela simulations (binary files).

e93c8b3ac4cb 2007-07-10 08:01:12 iselllo

I added an input file corresponding to the script simulations_script.