• The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
* Sedimentation of spherical particles. [#k3528f27]

#youtube(B0sO5Z-M9n8)

- Yellow and Red particles are identical. Different colors are used just for visualization purpose.

- Simulation parameters
-- CFD Lattice: 256 x 256 x 512 mesh
-- Number of Particles: N = 3,204
-- Diameter of Particles: D = 10 mesh
-- Volume Fraction: Φ = 0.05
-- Particles Reynolds No.: Re ~ 1
-- Number of Iteration Steps: 25,000
-- Computation Time: 2.5 Days on Intel Core i7 (4-cores)
-- Compiler: Intel C++, MKL, OMP 
-- Computation Time: 2.5 Days on Intel Core-i7-3.2GHz (with ICC+MKL+OMP)

- To reproduce this simulation
-- Input UDF file: &ref(gravity.udf);
-- Command  (remove "./" if you use Windows command prompt)

    > mkdir ./avs_ch
    > mkdir ./avs_ch/avs
    > ./kapsel -Igravity.udf -Ooutput.udf -Ddefine.udf -Rrestart.udf

-- Visualization
--- You can make the same animation as above with ****.v to be loaded from AVS/Express.
--- Instead, you can make a similar animation with &ref(particleshow.py); to be loaded from Gourmet. Open "output.udf".

- Related Papers