Merge pull request #221 from wanqing0421/benchmarks
update phasicFlow snapshot
This commit is contained in:
commit
8b3530c289
Binary file not shown.
Before Width: | Height: | Size: 387 KiB |
Binary file not shown.
After Width: | Height: | Size: 335 KiB |
|
@ -15,7 +15,7 @@ This benchmark compares the performance of phasicFlow with a well-stablished com
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="./images/phasicFlow snapshot.png" style="width: 400px;" />
|
<img src="./images/phasicFlow_snapshot.png" style="width: 400px;" />
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<p>Figure 2. phasicFlow simulation snapshot</p>
|
<p>Figure 2. phasicFlow simulation snapshot</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -35,7 +35,7 @@ surfaces
|
||||||
|
|
||||||
radius2 0.2; // radius at p2
|
radius2 0.2; // radius at p2
|
||||||
|
|
||||||
resolution 24; // number of divisions
|
resolution 60; // number of divisions
|
||||||
|
|
||||||
material wallMat; // material name of this wall
|
material wallMat; // material name of this wall
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ positionParticles
|
||||||
|
|
||||||
orderedInfo
|
orderedInfo
|
||||||
{
|
{
|
||||||
distance 0.006; // minimum space between centers of particles
|
distance 0.004; // minimum space between centers of particles
|
||||||
|
|
||||||
numPoints 1000000; // number of particles in the simulation
|
numPoints 1000000; // number of particles in the simulation
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ surfaces
|
||||||
|
|
||||||
radius2 0.2; // radius at p2
|
radius2 0.2; // radius at p2
|
||||||
|
|
||||||
resolution 24; // number of divisions
|
resolution 60; // number of divisions
|
||||||
|
|
||||||
material wallMat; // material name of this wall
|
material wallMat; // material name of this wall
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ surfaces
|
||||||
|
|
||||||
radius2 0.2; // radius at p2
|
radius2 0.2; // radius at p2
|
||||||
|
|
||||||
resolution 24; // number of divisions
|
resolution 60; // number of divisions
|
||||||
|
|
||||||
material wallMat; // material name of this wall
|
material wallMat; // material name of this wall
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ positionParticles
|
||||||
|
|
||||||
orderedInfo
|
orderedInfo
|
||||||
{
|
{
|
||||||
distance 0.006; // minimum space between centers of particles
|
distance 0.003; // minimum space between centers of particles
|
||||||
|
|
||||||
numPoints 2000000; // number of particles in the simulation
|
numPoints 2000000; // number of particles in the simulation
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ surfaces
|
||||||
|
|
||||||
radius2 0.2; // radius at p2
|
radius2 0.2; // radius at p2
|
||||||
|
|
||||||
resolution 24; // number of divisions
|
resolution 60; // number of divisions
|
||||||
|
|
||||||
material wallMat; // material name of this wall
|
material wallMat; // material name of this wall
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ positionParticles
|
||||||
|
|
||||||
orderedInfo
|
orderedInfo
|
||||||
{
|
{
|
||||||
distance 0.006; // minimum space between centers of particles
|
distance 0.003; // minimum space between centers of particles
|
||||||
|
|
||||||
numPoints 4000000; // number of particles in the simulation
|
numPoints 4000000; // number of particles in the simulation
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ surfaces
|
||||||
|
|
||||||
radius2 0.2; // radius at p2
|
radius2 0.2; // radius at p2
|
||||||
|
|
||||||
resolution 24; // number of divisions
|
resolution 60; // number of divisions
|
||||||
|
|
||||||
material wallMat; // material name of this wall
|
material wallMat; // material name of this wall
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ positionParticles
|
||||||
|
|
||||||
orderedInfo
|
orderedInfo
|
||||||
{
|
{
|
||||||
distance 0.006; // minimum space between centers of particles
|
distance 0.005; // minimum space between centers of particles
|
||||||
|
|
||||||
numPoints 500000; // number of particles in the simulation
|
numPoints 500000; // number of particles in the simulation
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ surfaces
|
||||||
|
|
||||||
radius2 0.2; // radius at p2
|
radius2 0.2; // radius at p2
|
||||||
|
|
||||||
resolution 24; // number of divisions
|
resolution 60; // number of divisions
|
||||||
|
|
||||||
material wallMat; // material name of this wall
|
material wallMat; // material name of this wall
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ positionParticles
|
||||||
|
|
||||||
orderedInfo
|
orderedInfo
|
||||||
{
|
{
|
||||||
distance 0.006; // minimum space between centers of particles
|
distance 0.003; // minimum space between centers of particles
|
||||||
|
|
||||||
numPoints 6000000; // number of particles in the simulation
|
numPoints 6000000; // number of particles in the simulation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue