Skip to content

Commit

Permalink
Update following review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OresteMarquis committed Nov 19, 2024
1 parent bdaae50 commit c1feda2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ The physical properties section of the particles allows us to specify the differ
set diameter = 0.001
set number = 30000
set density particles = 1500
set young modulus particles = 1000000
set young modulus particles = 1e6
set poisson ratio particles = 0.3
set restitution coefficient particles = 0.2
set friction coefficient particles = 0.1
set rolling friction particles = 0.2
end
set young modulus wall = 1000000
set young modulus wall = 1e6
set poisson ratio wall = 0.3
set restitution coefficient wall = 0.2
set friction coefficient wall = 0.1
Expand Down Expand Up @@ -224,10 +224,7 @@ The simulation is run for 1 s with a time step of 0.002 s. The time scheme chose
subsection simulation control
set method = bdf1
set number mesh adapt = 0
set output name = cfd_dem
set output frequency = 10
set startup time scaling = 0.6
set time end = 1
set time step = 0.001
set output path = ./output/
Expand Down Expand Up @@ -322,7 +319,7 @@ Since we are calculating the void fraction using the packed bed of the DEM simul
set l2 smoothing factor = 0.000005
set l2 lower bound = 0
set l2 upper bound = 1
set bound void fraction = true
set bound void fraction = false
end
CFD-DEM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ The physical properties section of the particles allows us to specify the differ
set diameter = 0.0025
set number = 31050
set density particles = 2526
set young modulus particles = 1000000
set young modulus particles = 1e6
set poisson ratio particles = 0.25
set restitution coefficient particles = 0.97
set friction coefficient particles = 0.4
set rolling friction particles = 0.3
end
set young modulus wall = 1000000
set young modulus wall = 1e6
set poisson ratio wall = 0.25
set restitution coefficient wall = 0.33
set friction coefficient wall = 0.2
Expand Down Expand Up @@ -218,10 +218,7 @@ The simulation is run for 5 s with a time step of 0.0001 s. The time scheme chos
subsection simulation control
set method = bdf1
set number mesh adapt = 0
set output name = cfd-dem
set output frequency = 50
set startup time scaling = 0.6
set time end = 5
set time step = 0.0001
set subdivision = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ set dimension = 3

subsection simulation control
set method = bdf1
set number mesh adapt = 0
set output name = cfd_dem
set output frequency = 10
set startup time scaling = 0.6
set time end = 1.
set time step = 0.001
set output path = ./output/
Expand Down Expand Up @@ -63,7 +60,7 @@ subsection void fraction
set l2 smoothing factor = 0.000005
set l2 lower bound = 0
set l2 upper bound = 1
set bound void fraction = true
set bound void fraction = false
end

#---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ set dimension = 3

subsection simulation control
set method = bdf1
set number mesh adapt = 0
set output name = cfd-dem
set output frequency = 50
set startup time scaling = 0.6
set time end = 5
set time step = 0.0001
set subdivision = 1
Expand Down

0 comments on commit c1feda2

Please sign in to comment.