Skip to content

Commit 8b3530c

Browse files
authored
Merge pull request #221 from wanqing0421/benchmarks
update phasicFlow snapshot
2 parents 4687302 + d8c3fc0 commit 8b3530c

File tree

14 files changed

+12
-12
lines changed

14 files changed

+12
-12
lines changed
-387 KB
Binary file not shown.
335 KB
Loading

benchmarks/rotatingDrum/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This benchmark compares the performance of phasicFlow with a well-stablished com
1515
</div>
1616

1717
<div align="center">
18-
<img src="./images/phasicFlow snapshot.png" style="width: 400px;" />
18+
<img src="./images/phasicFlow_snapshot.png" style="width: 400px;" />
1919
<div align="center">
2020
<p>Figure 2. phasicFlow simulation snapshot</p>
2121
</div>

benchmarks/rotatingDrum/rotatingDrum_1mParticles/settings/geometryDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ surfaces
3535

3636
radius2 0.2; // radius at p2
3737

38-
resolution 24; // number of divisions
38+
resolution 60; // number of divisions
3939

4040
material wallMat; // material name of this wall
4141

benchmarks/rotatingDrum/rotatingDrum_1mParticles/settings/particlesDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ positionParticles
2727

2828
orderedInfo
2929
{
30-
distance 0.006; // minimum space between centers of particles
30+
distance 0.004; // minimum space between centers of particles
3131

3232
numPoints 1000000; // number of particles in the simulation
3333

benchmarks/rotatingDrum/rotatingDrum_250kParticles/settings/geometryDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ surfaces
3535

3636
radius2 0.2; // radius at p2
3737

38-
resolution 24; // number of divisions
38+
resolution 60; // number of divisions
3939

4040
material wallMat; // material name of this wall
4141

benchmarks/rotatingDrum/rotatingDrum_2mParticles/settings/geometryDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ surfaces
3535

3636
radius2 0.2; // radius at p2
3737

38-
resolution 24; // number of divisions
38+
resolution 60; // number of divisions
3939

4040
material wallMat; // material name of this wall
4141

benchmarks/rotatingDrum/rotatingDrum_2mParticles/settings/particlesDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ positionParticles
2727

2828
orderedInfo
2929
{
30-
distance 0.006; // minimum space between centers of particles
30+
distance 0.003; // minimum space between centers of particles
3131

3232
numPoints 2000000; // number of particles in the simulation
3333

benchmarks/rotatingDrum/rotatingDrum_4mParticles/settings/geometryDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ surfaces
3535

3636
radius2 0.2; // radius at p2
3737

38-
resolution 24; // number of divisions
38+
resolution 60; // number of divisions
3939

4040
material wallMat; // material name of this wall
4141

benchmarks/rotatingDrum/rotatingDrum_4mParticles/settings/particlesDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ positionParticles
2727

2828
orderedInfo
2929
{
30-
distance 0.006; // minimum space between centers of particles
30+
distance 0.003; // minimum space between centers of particles
3131

3232
numPoints 4000000; // number of particles in the simulation
3333

0 commit comments

Comments
 (0)