mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
Merge pull request #219 from PhasicFlow/postprocessPhasicFlow
diameter -> distance for benchmarks
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user