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,40 +6,36 @@ 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
{
regionType box; // type of insertion region
regionType box; // type of insertion region
timeControl simulationTime;
timeControl simulationTime;
rate 4000; // insertion rate (particles/s)
rate 4000; // insertion rate (particles/s)
startTime 0; // Start time of Particles insertion (s)
startTime 0; // Start time of Particles insertion (s)
endTime 7; // End time of Particles insertion (s)
endTime 7; // End time of Particles insertion (s)
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)
{
min ( 0.48 0.58 0.01 ); // (m,m,m)
boxInfo
{
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)
}
setFields
{
velocity realx3 (0.0 -0.6 0.0); // initial velocity of inserted particles
}
setFields
{
velocity realx3 (0.0 -0.6 0.0); // initial velocity of inserted particles
}
mixture
{
sphere 1;
}
mixture
{
sphere 1;
}
}