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