Update particleInsertion minor changes
This commit is contained in:
parent
61f48ea654
commit
1b313779a1
|
@ -14,10 +14,9 @@ active yes;
|
||||||
collisionCheck No;
|
collisionCheck No;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
one layer of particles is added using an insertion step.
|
one region is considered for inserting particles.
|
||||||
*/
|
*/
|
||||||
//Insertion Layer
|
topRegion
|
||||||
layer0
|
|
||||||
{
|
{
|
||||||
|
|
||||||
// type of insertion region
|
// type of insertion region
|
||||||
|
@ -32,7 +31,7 @@ layer0
|
||||||
// End time of Particles insertion (s)
|
// End time of Particles insertion (s)
|
||||||
endTime 7;
|
endTime 7;
|
||||||
|
|
||||||
// Time Interval of Particles insertion (s)
|
// Time Interval between each insertion (s)
|
||||||
interval 0.025;
|
interval 0.025;
|
||||||
|
|
||||||
// Coordinates of BoxRegion (m,m,m)
|
// Coordinates of BoxRegion (m,m,m)
|
||||||
|
|
Loading…
Reference in New Issue