• 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. Tiempo Autor
6ae1cfa77201 2007-08-07 00:42:55 iselllo

I corrected a typo in 3D_R_plotting.R (I was misplacing a factor when
calculating the total mass).

439e6ed0d96a 2007-08-07 00:41:58 iselllo

Now lognormal_binning.R evaluates numerically the total volume in the
fitting of the final state taking into account the fact that the primary
size is non-zero and so I cannot really use the analytics (which require
an integration starting from zero).
However, the correction is actually rather small (~1%).

30739cf32536 2007-08-06 08:53:30 iselllo

I fixed a bug in 3D_R_plotting.R: since V_list is already the volume of
solid in each bin, it has to be multiplied by the primary (NOT the
effective) density to provide the mass in each bin.

c22ec535b2ff 2007-08-06 02:25:06 iselllo

now 3D_R_plotting.R plots also the mass distribution.

200cd3010d94 2007-08-06 02:22:17 iselllo

now lognormal_binning.R also saves the effective density centered in
each bin.

383681527db9 2007-08-06 01:42:25 iselllo

A minor modification: there is no header in the experimental data files,
so I have to read them with "header=FALSE", otherwise I leave out one of
them!

723a98687c3e 2007-08-05 22:42:44 iselllo

Now the code 3D_R_plotting.R calculates the distance (in a least-square
sense) between the fitting of the final state and the numerical result.

63cacdc9dd95 2007-08-05 22:38:44 iselllo

Now lognormal_binning.R saves the fitting of dN/dlogd [in units of
cm^-3] of the final state in a specific file. This is later read and
used for comparisons and estimates of the distance between the fitting
of the final state and the result of the simulation.
state

fcdbae37c02a 2007-08-05 08:50:36 iselllo

I added a derivated class (using inheritance) to the code object2.py.

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.