Update particleInsertion
This commit is contained in:
parent
c4c6c2fc45
commit
0820e003fc
|
@ -6,11 +6,8 @@ objectName particleInsertion;
|
|||
objectType dicrionary;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
active yes; // is insertion active -> yes or no
|
||||
|
||||
/*
|
||||
one region is considered for inserting particles.
|
||||
*/
|
||||
active yes; // is insertion active -> yes or no
|
||||
|
||||
topRegion
|
||||
{
|
||||
|
@ -26,10 +23,9 @@ topRegion
|
|||
|
||||
insertionInterval 0.025; // Time Interval between each insertion (s)
|
||||
|
||||
boxInfo // Coordinates of BoxRegion (m,m,m)
|
||||
boxInfo
|
||||
{
|
||||
min ( 0.48 0.58 0.01 ); // (m,m,m)
|
||||
|
||||
max ( 0.64 0.59 0.05 ); // (m,m,m)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue