From 2df8133c2dc773606e08bc7e578cd9bc62b468fb Mon Sep 17 00:00:00 2001 From: ramin1728 Date: Sun, 2 Mar 2025 12:56:59 +0330 Subject: [PATCH] RotaryAirLockValve is Updated. --- .../RotaryAirLockValve/caseSetup/interaction | 2 +- .../caseSetup/particleInsertion | 4 +--- .../RotaryAirLockValve/settings/domainDict | 4 ++-- .../RotaryAirLockValve/settings/particlesDict | 22 +------------------ 4 files changed, 5 insertions(+), 27 deletions(-) diff --git a/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/interaction b/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/interaction index 5eb7deda..f25783ff 100644 --- a/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/interaction +++ b/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/interaction @@ -6,7 +6,7 @@ objectName interaction; objectType dicrionary; fileFormat ASCII; /*---------------------------------------------------------------------------*/ -materials (sphereMat wallMat); // a list of materials names +materials (sphereMat wallMat); // a list of materials names densities (1000 2500); // density of materials [kg/m3] diff --git a/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/particleInsertion b/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/particleInsertion index 3df724f7..b12d8665 100644 --- a/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/particleInsertion +++ b/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/particleInsertion @@ -8,8 +8,6 @@ fileFormat ASCII; /*---------------------------------------------------------------------------*/ active yes; // is insertion active -> yes or no -checkForCollision No; // is checked -> yes or no - /* one region is considered for inserting particles. */ @@ -42,6 +40,6 @@ topRegion mixture { - sphere 1; + sphere 1; } } diff --git a/tutorials/sphereGranFlow/RotaryAirLockValve/settings/domainDict b/tutorials/sphereGranFlow/RotaryAirLockValve/settings/domainDict index fd40293b..818757f4 100755 --- a/tutorials/sphereGranFlow/RotaryAirLockValve/settings/domainDict +++ b/tutorials/sphereGranFlow/RotaryAirLockValve/settings/domainDict @@ -8,9 +8,9 @@ fileFormat ASCII; /*---------------------------------------------------------------------------*/ globalBox // Simulation domain: every particles that goes outside this domain will be deleted { - min (0.397538 0.178212 0.00); + min (0.397538 0.178212 0.00); - max (0.725537 0.600214 0.06); + max (0.725537 0.600214 0.06); } boundaries diff --git a/tutorials/sphereGranFlow/RotaryAirLockValve/settings/particlesDict b/tutorials/sphereGranFlow/RotaryAirLockValve/settings/particlesDict index 04a44cae..29bf3bcb 100644 --- a/tutorials/sphereGranFlow/RotaryAirLockValve/settings/particlesDict +++ b/tutorials/sphereGranFlow/RotaryAirLockValve/settings/particlesDict @@ -50,25 +50,5 @@ setFields positionParticles // positions particles { - method ordered; // other options: random and empty - - orderedInfo - { - diameter 0.005; // diameter of particles - - numPoints 50000; // number of particles in the simulation - - axisOrder (z x y); // axis order for filling the space with particles - } - - regionType cylinder; // other options: box and sphere - - cylinderInfo // cylinder information for positioning particles - { - p1 (0.0 0.0 0.003); // begin point of cylinder axis - - p2 (0.0 0.0 0.22); // end point of cylinder axis - - radius 0.117; // radius of cylinder - } + method empty; // other options: random and ordered }