Merge pull request #219 from PhasicFlow/postprocessPhasicFlow
diameter -> distance for benchmarks
This commit is contained in:
commit
c0d12f4243
|
@ -27,7 +27,7 @@ positionParticles
|
||||||
|
|
||||||
orderedInfo
|
orderedInfo
|
||||||
{
|
{
|
||||||
diameter 0.004; // minimum space between centers of particles
|
distance 0.006; // minimum space between centers of particles
|
||||||
|
|
||||||
numPoints 1000000; // number of particles in the simulation
|
numPoints 1000000; // number of particles in the simulation
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ positionParticles
|
||||||
|
|
||||||
orderedInfo
|
orderedInfo
|
||||||
{
|
{
|
||||||
diameter 0.006; // minimum space between centers of particles
|
distance 0.006; // minimum space between centers of particles
|
||||||
|
|
||||||
numPoints 250000; // number of particles in the simulation
|
numPoints 250000; // number of particles in the simulation
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ positionParticles
|
||||||
|
|
||||||
orderedInfo
|
orderedInfo
|
||||||
{
|
{
|
||||||
diameter 0.003; // minimum space between centers of particles
|
distance 0.006; // minimum space between centers of particles
|
||||||
|
|
||||||
numPoints 2000000; // number of particles in the simulation
|
numPoints 2000000; // number of particles in the simulation
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ positionParticles
|
||||||
|
|
||||||
orderedInfo
|
orderedInfo
|
||||||
{
|
{
|
||||||
diameter 0.003; // minimum space between centers of particles
|
distance 0.006; // minimum space between centers of particles
|
||||||
|
|
||||||
numPoints 4000000; // number of particles in the simulation
|
numPoints 4000000; // number of particles in the simulation
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ positionParticles
|
||||||
|
|
||||||
orderedInfo
|
orderedInfo
|
||||||
{
|
{
|
||||||
diameter 0.005; // minimum space between centers of particles
|
distance 0.006; // minimum space between centers of particles
|
||||||
|
|
||||||
numPoints 500000; // number of particles in the simulation
|
numPoints 500000; // number of particles in the simulation
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ positionParticles
|
||||||
|
|
||||||
orderedInfo
|
orderedInfo
|
||||||
{
|
{
|
||||||
diameter 0.003; // minimum space between centers of particles
|
distance 0.006; // 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