This toturial has been modified for version 1.x of phasicFlow.

This commit is contained in:
Ramin Khodabandeh 2024-05-21 13:30:16 +04:30
parent 888343c655
commit 74833ce6a6
3 changed files with 10 additions and 16 deletions

View File

@ -6,16 +6,16 @@ objectName domainDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
globalBox
globalBox // Simulation domain: every particles that goes outside this domain will be deleted
{
min (-0.12 -0.12 0);
max (0.12 0.12 0.1);
}
decomposition
{
direction z;
}
boundaries
@ -25,12 +25,10 @@ boundaries
// of all boundaries in the simulation domain?
neighborListUpdateInterval 50;
// How often do you want to update the new changes in the
// boundary
// How often do you want to update the new changes in the boundary
updateInterval 10;
// The distance from the boundary plane within which particles are
// marked to be in the boundary list.
// The distance from the boundary plane within which particles are marked to be in the boundary list
neighborLength 0.004;
left
@ -40,26 +38,26 @@ boundaries
right
{
type exit;
type exit; // other options: periodict, reflective
}
bottom
{
type exit;
type exit; // other options: periodict, reflective
}
top
{
type exit;
type exit; // other options: periodict, reflective
}
rear
{
type exit;
type exit; // other options: periodict, reflective
}
front
{
type exit;
type exit; // other options: periodict, reflective
}
}

View File

@ -8,7 +8,7 @@ fileFormat ASCII;
/*---------------------------------------------------------------------------*/
motionModel rotatingAxis; // motion model can be rotatingAxis or stationary or vibrating
rotatingAxisInfo // information for rotatingAxisMotion motion model
rotatingAxisInfo // information for rotatingAxis motion model
{
rotAxis
{

View File

@ -20,10 +20,6 @@ timePrecision 6; // maximum number of digits for time f
g (0 -9.8 0); // gravity vector (m/s2)
/*
Simulation domain every particles that goes outside this domain is deleted
*/
// save necessary (i.e., required) data on disk
includeObjects (diameter);
// exclude unnecessary data from saving on disk