Update particleInsertion

This commit is contained in:
PhasicFlow 2025-03-02 16:20:56 +03:30 committed by GitHub
parent c4c6c2fc45
commit 0820e003fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 29 deletions

View File

@ -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)
} }