Skip to content

Commit

Permalink
Everything has been fully ported
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisb committed Oct 27, 2024
1 parent ee6b7d0 commit 1019f87
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ subsection simulation control
set method = bdf2
set number mesh adapt = 0
set output frequency = 0
set time end = 0.001
set time end = 0.005
set time step = 0.00025
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ end

subsection insertion info
set insertion method = volume
set inserted number of particles at each time step = 10000lethe-
set inserted number of particles at each time step = 10000
set insertion frequency = 100000
set insertion box points coordinates = -0.0144, -0.0590, -0.0144 : 0.0144, 0.21, 0.0144
set insertion distance threshold = 1.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This feature is useful in geometries with concave boundaries.
Finished initializing DEM parameters
DEM time-step is 5e-06 s

********************************************************************************
Transient iteration: 6 Time: 0.00125 Time step: 0.00025 CFL: 0.0354915
********************************************************************************
*******************************************************************************
Transient iteration: 22 Time: 0.00525 Time step: 0.00025 CFL: 0.054788
*******************************************************************************
--------------
Void Fraction
--------------
Expand All @@ -28,11 +28,11 @@ Volume-Averaged Fluid Dynamics
DEM
----
DEM contact search at dem step 0
DEM contact search at dem step 33
DEM contact search at dem step 32
DEM contact search at dem step 49
Finished 50 DEM iterations
---------------------------------------------------------------
Pressure drop: 22.2064 Pa
Total pressure drop: 22.2129 Pa
Global continuity equation error: -1.33592e-09 s^-1
Max local continuity error: 1.008e-06 s^-1
Pressure drop: 9.73912 Pa
Total pressure drop: 9.68964 Pa
Global continuity equation error: 5.47125e-11 s^-1
Max local continuity error: 2.94775e-06 s^-1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ subsection simulation control
set method = bdf2
set number mesh adapt = 0
set output frequency = 0
set time end = 0.00125
set time end = 0.00525
set time step = 0.00025
end

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0 0 10000 269 10000
0 0 10000 268 10000
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Simulation control
dt_0 0.00025
dt_1 0.00025
dt_2 0.00025
dt_3 0.00015
CFL 0.0354915
Time 0.001
Iter 5
dt_3 0.00025
CFL 0.054788
Time 0.005
Iter 21
Binary file not shown.
Binary file not shown.

0 comments on commit 1019f87

Please sign in to comment.