A colloidal dispersion under steady (DC) shear flow.

  • Simulation parameters
    • CFD Lattice: 128 x 128 x 128 mesh
    • Number of Particles: N = 500
    • Diameter of Particles: D = 8 mesh
    • Volume Fraction: Φ = 0.064
    • Temperature: kBT = 1
    • Shear Rate: 0.01
    • Number of Iteration Steps: 20,000
  • To reproduce this simulation
    • Input UDF file: fileshear_dc.udf
    • Command (Remove "./" if you use Windows command prompt. Replace ">&" with "2>" if you use sh, bash or Windows command prompt.)
   > mkdir ./avs_ch
   > mkdir ./avs_ch/avs
   > ./kapsel -Ishear_dc.udf -Ooutput.udf -Ddefine.udf -Rrestart.udf >& out1
  • Data plot
   > gnuplot
   ...
   gnuplot> plot "out1" u1:5 t "viscosity"
dc128_visco.jpg
  • Related Papers

A colloidal dispersion under oscillatory (AC) shear flow.

  • Simulation parameters
    • CFD Lattice: 128 x 128 x 128 mesh
    • Number of Particles: N = 500
    • Diameter of Particles: D = 8 mesh
    • Volume Fraction: Φ = 0.064
    • Temperature: 0.01
    • Shear Rate: 0.01
    • Frequency: 0.05
    • Number of Iteration Steps: 5,000
  • Files needed for reproducing this simulation
    • Input UDF file: fileshear_ac.udf
    • Command (Remove "./" if you use Windows command prompt. Replace ">&" with "2>" if you use sh, bash or Windows command prompt.)
   > mkdir ./avs_ch
   > mkdir ./avs_ch/avs
   > ./kapsel -Ishear_ac.udf -Ooutput.udf -Ddefine.udf -Rrestart.udf >& out2
  • Data plot
   > gnuplot
   ...
   gnuplot> plot "out2" u1:6 t "Shear stress", "out2" u1:2 t "Shear rate"
shea_ac.jpg
  • Related Papers
    • Takuya Iwashita, Ryoichi Yamamoto, Direct numerical simulations for non-Newtonian rheology of concentrated particle dispersions, cond-mat arXiv:0905.0130