mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
Merge branch 'main' of github.com:PhasicFlow/phasicFlow
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 387 KiB |
BIN
benchmarks/rotatingDrum/images/phasicFlow_snapshot.png
Normal file
BIN
benchmarks/rotatingDrum/images/phasicFlow_snapshot.png
Normal file
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user