diff --git a/tutorials/iterateGeometry/inclinedScrewConveyor/caseSetup/interaction b/tutorials/iterateGeometry/inclinedScrewConveyor/caseSetup/interaction index 45fe8f50..d3100ba3 100755 --- a/tutorials/iterateGeometry/inclinedScrewConveyor/caseSetup/interaction +++ b/tutorials/iterateGeometry/inclinedScrewConveyor/caseSetup/interaction @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName interaction; objectType dicrionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ materials (wallMat); // a list of materials names densities (1000.0); // density of materials [kg/m3] diff --git a/tutorials/iterateGeometry/inclinedScrewConveyor/settings/geometryDict b/tutorials/iterateGeometry/inclinedScrewConveyor/settings/geometryDict index cb16a115..a2a373d5 100644 --- a/tutorials/iterateGeometry/inclinedScrewConveyor/settings/geometryDict +++ b/tutorials/iterateGeometry/inclinedScrewConveyor/settings/geometryDict @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName geometryDict; objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // motion model: rotating object around an axis motionModel rotatingAxisMotion; diff --git a/tutorials/iterateGeometry/inclinedScrewConveyor/settings/settingsDict b/tutorials/iterateGeometry/inclinedScrewConveyor/settings/settingsDict index 48c5fed2..c4307d71 100644 --- a/tutorials/iterateGeometry/inclinedScrewConveyor/settings/settingsDict +++ b/tutorials/iterateGeometry/inclinedScrewConveyor/settings/settingsDict @@ -4,6 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName settingsDict; objectType dictionary;; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ run inclinedScrewConveyor; @@ -31,6 +33,8 @@ domain integrationMethod AdamsBashforth2; // integration method +writeFormat ascii; + timersReport Yes; // report timers? timersReportInterval 0.01; // time interval for reporting timers diff --git a/tutorials/postprocessPhasicFlow/segregation/caseSetup/interaction b/tutorials/postprocessPhasicFlow/segregation/caseSetup/interaction index a95b6075..43943550 100755 --- a/tutorials/postprocessPhasicFlow/segregation/caseSetup/interaction +++ b/tutorials/postprocessPhasicFlow/segregation/caseSetup/interaction @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName interaction; objectType dicrionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ materials (prop1); // a list of materials names densities (1000.0); // density of materials [kg/m3] diff --git a/tutorials/postprocessPhasicFlow/segregation/caseSetup/particleInsertion b/tutorials/postprocessPhasicFlow/segregation/caseSetup/particleInsertion index eec7b7f9..76835952 100755 --- a/tutorials/postprocessPhasicFlow/segregation/caseSetup/particleInsertion +++ b/tutorials/postprocessPhasicFlow/segregation/caseSetup/particleInsertion @@ -2,10 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName particleInsertion; objectType dicrionary; - +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ active no; // is insertion active? diff --git a/tutorials/postprocessPhasicFlow/segregation/caseSetup/sphereShape b/tutorials/postprocessPhasicFlow/segregation/caseSetup/sphereShape index 15060c08..ffe420d8 100755 --- a/tutorials/postprocessPhasicFlow/segregation/caseSetup/sphereShape +++ b/tutorials/postprocessPhasicFlow/segregation/caseSetup/sphereShape @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName sphereDict; objectType sphereShape; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ names (smallSphere largeSphere); // names of shapes diameters (0.003 0.005); // diameter of shapes diff --git a/tutorials/postprocessPhasicFlow/segregation/settings/geometryDict b/tutorials/postprocessPhasicFlow/segregation/settings/geometryDict index 7a2667f7..46d4025b 100644 --- a/tutorials/postprocessPhasicFlow/segregation/settings/geometryDict +++ b/tutorials/postprocessPhasicFlow/segregation/settings/geometryDict @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName geometryDict; objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // motion model: rotating object around an axis motionModel rotatingAxisMotion; diff --git a/tutorials/postprocessPhasicFlow/segregation/settings/particlesDict b/tutorials/postprocessPhasicFlow/segregation/settings/particlesDict index 2dcd1599..e32d8182 100644 --- a/tutorials/postprocessPhasicFlow/segregation/settings/particlesDict +++ b/tutorials/postprocessPhasicFlow/segregation/settings/particlesDict @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName particlesDict; objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // positions particles positionParticles diff --git a/tutorials/postprocessPhasicFlow/segregation/settings/postprocessDict b/tutorials/postprocessPhasicFlow/segregation/settings/postprocessDict index 10ac3c80..d065122a 100644 --- a/tutorials/postprocessPhasicFlow/segregation/settings/postprocessDict +++ b/tutorials/postprocessPhasicFlow/segregation/settings/postprocessDict @@ -4,6 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName postprocessDict; objectType dictionary;; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ rectMesh { diff --git a/tutorials/postprocessPhasicFlow/segregation/settings/settingsDict b/tutorials/postprocessPhasicFlow/segregation/settings/settingsDict index e6e2d9b9..b5d3129b 100644 --- a/tutorials/postprocessPhasicFlow/segregation/settings/settingsDict +++ b/tutorials/postprocessPhasicFlow/segregation/settings/settingsDict @@ -4,6 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName settingsDict; objectType dictionary;; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ run rotatingDrumSmall; @@ -31,6 +33,8 @@ domain integrationMethod AdamsBashforth2; // integration method +writeFormat ascii; + timersReport Yes; // report timers? timersReportInterval 0.01; // time interval for reporting timers diff --git a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/interaction b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/interaction index f01b3196..fc7dc5a1 100644 --- a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/interaction +++ b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/interaction @@ -4,7 +4,9 @@ \* ------------------------------------------------------------------------- */ objectName interaction; objectType dicrionary; -/*----------------------------------------------------------------------------*/ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ + // a list of materials names materials (lightMat heavyMat wallMat); // density of materials [kg/m3] diff --git a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/particleInsertion b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/particleInsertion index 68712a02..86ecbdd9 100644 --- a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/particleInsertion +++ b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/particleInsertion @@ -4,6 +4,7 @@ \* ------------------------------------------------------------------------- */ objectName particleInsertion; objectType dicrionary; +fileFormat ASCII; /*---------------------------------------------------------------------------*/ // is insertion active? diff --git a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/sphereShape b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/sphereShape index 714e1b9a..c9960912 100644 --- a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/sphereShape +++ b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/sphereShape @@ -4,7 +4,9 @@ \* ------------------------------------------------------------------------- */ objectName sphereDict; objectType sphereShape; +fileFormat ASCII; /*---------------------------------------------------------------------------*/ + // names of shapes names (smallSphere largeSphere); // diameter of shapes (m) diff --git a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/geometryDict b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/geometryDict index bb372bce..5485c307 100644 --- a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/geometryDict +++ b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/geometryDict @@ -4,7 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName geometryDict; objectType dictionary; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // motion model: all surfaces are fixed motionModel rotatingAxisMotion; diff --git a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/particlesDict b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/particlesDict index 4be2a5c3..6e03ca5d 100644 --- a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/particlesDict +++ b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/particlesDict @@ -4,7 +4,9 @@ \* ------------------------------------------------------------------------- */ objectName particlesDict; objectType dictionary; +fileFormat ASCII; /*---------------------------------------------------------------------------*/ + setFields { defaultValue diff --git a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/settingsDict b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/settingsDict index 5216b07c..2fffee5b 100644 --- a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/settingsDict +++ b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/settingsDict @@ -2,24 +2,30 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName settingsDict; -objectType dictionary;; +objectType dictionary; +fileFormat ASCII; /*---------------------------------------------------------------------------*/ + run RotatingDrumwithBaffles; // time step for integration (s) - dt 0.00001; +dt 0.00001; + // start time for simulation - startTime 0; +startTime 0; + // end time for simulation - endTime 10; +endTime 10; + // time interval for saving the simulation - saveInterval 0.05; +saveInterval 0.05; + // maximum number of digits for time folder - timePrecision 6; +timePrecision 6; + // gravity vector (m/s2) - g (0 -9.8 0); +g (0 -9.8 0); /*Simulation domain*/ /* Every particles that goes outside this domain is deleted.*/ @@ -28,9 +34,15 @@ domain min (-0.328 0.095 -0.025); max (-0.068 0.355 0.125); } + // integration method - integrationMethod AdamsBashforth3; +integrationMethod AdamsBashforth3; + +// binary or ascii for saving data +writeFormat ascii; + // report timers? - timersReport Yes; +timersReport Yes; + // time interval for reporting timers - timersReportInterval 0.01; +timersReportInterval 0.01; diff --git a/tutorials/sphereGranFlow/V-blender/caseSetup/interaction b/tutorials/sphereGranFlow/V-blender/caseSetup/interaction index 1b9d0835..709fe23e 100644 --- a/tutorials/sphereGranFlow/V-blender/caseSetup/interaction +++ b/tutorials/sphereGranFlow/V-blender/caseSetup/interaction @@ -4,7 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName interaction; objectType dicrionary; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // a list of materials names materials (wallMat lightMat); diff --git a/tutorials/sphereGranFlow/V-blender/caseSetup/particleInsertion b/tutorials/sphereGranFlow/V-blender/caseSetup/particleInsertion index 3515f535..682830c5 100644 --- a/tutorials/sphereGranFlow/V-blender/caseSetup/particleInsertion +++ b/tutorials/sphereGranFlow/V-blender/caseSetup/particleInsertion @@ -4,7 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName particleInsertion; objectType dicrionary; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // is insertion active? active yes; diff --git a/tutorials/sphereGranFlow/V-blender/caseSetup/sphereShape b/tutorials/sphereGranFlow/V-blender/caseSetup/sphereShape index b09f3164..71a9880d 100644 --- a/tutorials/sphereGranFlow/V-blender/caseSetup/sphereShape +++ b/tutorials/sphereGranFlow/V-blender/caseSetup/sphereShape @@ -4,7 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName sphereDict; objectType sphereShape; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // names of particles names (smallSphere largeSphere); diff --git a/tutorials/sphereGranFlow/V-blender/settings/geometryDict b/tutorials/sphereGranFlow/V-blender/settings/geometryDict index 74fd0455..bbb9bfea 100644 --- a/tutorials/sphereGranFlow/V-blender/settings/geometryDict +++ b/tutorials/sphereGranFlow/V-blender/settings/geometryDict @@ -4,7 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName geometryDict; objectType dictionary; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // motion model: rotating object around an axis motionModel rotatingAxisMotion; diff --git a/tutorials/sphereGranFlow/V-blender/settings/particlesDict b/tutorials/sphereGranFlow/V-blender/settings/particlesDict index 9cee31d8..20f0f595 100644 --- a/tutorials/sphereGranFlow/V-blender/settings/particlesDict +++ b/tutorials/sphereGranFlow/V-blender/settings/particlesDict @@ -4,7 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName particlesDict; objectType dictionary; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ setFields { diff --git a/tutorials/sphereGranFlow/V-blender/settings/settingsDict b/tutorials/sphereGranFlow/V-blender/settings/settingsDict index 46692780..4dab1980 100644 --- a/tutorials/sphereGranFlow/V-blender/settings/settingsDict +++ b/tutorials/sphereGranFlow/V-blender/settings/settingsDict @@ -4,7 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName settingsDict; objectType dictionary; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ run rotatingVblender; @@ -40,6 +41,8 @@ domain // integration method integrationMethod AdamsBashforth2; +writeFormat ascii; + // report timers? timersReport Yes; diff --git a/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/interaction b/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/interaction index 5e5909e9..79aef8f9 100755 --- a/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/interaction +++ b/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/interaction @@ -2,9 +2,11 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ +objectName interaction; +objectType dicrionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ -objectName interaction; -objectType dicrionary; materials (prop1); // a list of materials names densities (1000.0); // density of materials [kg/m3] diff --git a/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/particleInsertion b/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/particleInsertion index eec7b7f9..dbbc4709 100755 --- a/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/particleInsertion +++ b/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/particleInsertion @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - -objectName particleInsertion; -objectType dicrionary; +objectName particleInsertion; +objectType dicrionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ active no; // is insertion active? diff --git a/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/sphereShape b/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/sphereShape index 15060c08..ffe420d8 100755 --- a/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/sphereShape +++ b/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/sphereShape @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName sphereDict; objectType sphereShape; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ names (smallSphere largeSphere); // names of shapes diameters (0.003 0.005); // diameter of shapes diff --git a/tutorials/sphereGranFlow/binarySystemOfParticles/settings/geometryDict b/tutorials/sphereGranFlow/binarySystemOfParticles/settings/geometryDict index 7a2667f7..46d4025b 100644 --- a/tutorials/sphereGranFlow/binarySystemOfParticles/settings/geometryDict +++ b/tutorials/sphereGranFlow/binarySystemOfParticles/settings/geometryDict @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName geometryDict; objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // motion model: rotating object around an axis motionModel rotatingAxisMotion; diff --git a/tutorials/sphereGranFlow/binarySystemOfParticles/settings/particlesDict b/tutorials/sphereGranFlow/binarySystemOfParticles/settings/particlesDict index 71a463fd..f53fb9b6 100644 --- a/tutorials/sphereGranFlow/binarySystemOfParticles/settings/particlesDict +++ b/tutorials/sphereGranFlow/binarySystemOfParticles/settings/particlesDict @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName particlesDict; objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // positions particles positionParticles diff --git a/tutorials/sphereGranFlow/binarySystemOfParticles/settings/settingsDict b/tutorials/sphereGranFlow/binarySystemOfParticles/settings/settingsDict index 5e633b90..3df9af04 100644 --- a/tutorials/sphereGranFlow/binarySystemOfParticles/settings/settingsDict +++ b/tutorials/sphereGranFlow/binarySystemOfParticles/settings/settingsDict @@ -3,7 +3,10 @@ | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ objectName settingsDict; -objectType dictionary;; +objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ + run binarySystemofParticles; @@ -31,6 +34,8 @@ domain integrationMethod AdamsBashforth2; // integration method +writeFormat ascii; + timersReport Yes; // report timers? timersReportInterval 0.01; // time interval for reporting timers diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction index cea5227c..de2272e8 100755 --- a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction +++ b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName interaction; objectType dicrionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ materials (lightMat heavyMat wallMat); // a list of materials names densities (1000 1500.0 2500); // density of materials [kg/m3] diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/particleInsertion b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/particleInsertion index 97cf663d..ff00abb0 100755 --- a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/particleInsertion +++ b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/particleInsertion @@ -2,10 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName particleInsertion; objectType dicrionary; - +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ active yes; // is insertion active? diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/sphereShape b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/sphereShape index db80a19f..749d1f0c 100755 --- a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/sphereShape +++ b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/sphereShape @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName sphereDict; objectType sphereShape; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ names (lightSphere heavySphere); // names of shapes diameters (0.007 0.007); // diameter of shapes diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/settings/geometryDict b/tutorials/sphereGranFlow/layeredSiloFilling/settings/geometryDict index b3d427d3..fa71f7ba 100644 --- a/tutorials/sphereGranFlow/layeredSiloFilling/settings/geometryDict +++ b/tutorials/sphereGranFlow/layeredSiloFilling/settings/geometryDict @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName geometryDict; objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // motion model: all surfaces are fixed motionModel fixedWall; diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict b/tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict index fa3edaf3..8e014c06 100644 --- a/tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict +++ b/tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName particlesDict; objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ setFields { diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/settings/settingsDict b/tutorials/sphereGranFlow/layeredSiloFilling/settings/settingsDict index eb08a1d3..6f19dd6e 100644 --- a/tutorials/sphereGranFlow/layeredSiloFilling/settings/settingsDict +++ b/tutorials/sphereGranFlow/layeredSiloFilling/settings/settingsDict @@ -3,7 +3,9 @@ | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ objectName settingsDict; -objectType dictionary;; +objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ run layerdSiloFilling; @@ -31,6 +33,8 @@ domain integrationMethod AdamsBashforth3; // integration method +writeFormat ascii; + timersReport Yes; // report timers? timersReportInterval 0.01; // time interval for reporting timers diff --git a/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/interaction b/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/interaction index 5b063862..3a744122 100755 --- a/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/interaction +++ b/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/interaction @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName interaction; objectType dicrionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ materials (glassMat wallMat); // a list of materials names densities (2500.0 2500); // density of materials [kg/m3] diff --git a/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/particleInsertion b/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/particleInsertion index eec7b7f9..76835952 100755 --- a/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/particleInsertion +++ b/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/particleInsertion @@ -2,10 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName particleInsertion; objectType dicrionary; - +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ active no; // is insertion active? diff --git a/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/sphereShape b/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/sphereShape index eab9b617..fc596f2a 100755 --- a/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/sphereShape +++ b/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/sphereShape @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName sphereDict; objectType sphereShape; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ names (glassBead); // names of shapes diameters (0.003); // diameter of shapes diff --git a/tutorials/sphereGranFlow/rotatingDrumMedium/settings/geometryDict b/tutorials/sphereGranFlow/rotatingDrumMedium/settings/geometryDict index 862c60df..b2c6fa26 100644 --- a/tutorials/sphereGranFlow/rotatingDrumMedium/settings/geometryDict +++ b/tutorials/sphereGranFlow/rotatingDrumMedium/settings/geometryDict @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName geometryDict; objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // motion model: rotating object around an axis motionModel rotatingAxisMotion; diff --git a/tutorials/sphereGranFlow/rotatingDrumMedium/settings/particlesDict b/tutorials/sphereGranFlow/rotatingDrumMedium/settings/particlesDict index f6437a4d..e6e5c7eb 100644 --- a/tutorials/sphereGranFlow/rotatingDrumMedium/settings/particlesDict +++ b/tutorials/sphereGranFlow/rotatingDrumMedium/settings/particlesDict @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName particlesDict; objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ setFields { diff --git a/tutorials/sphereGranFlow/rotatingDrumMedium/settings/settingsDict b/tutorials/sphereGranFlow/rotatingDrumMedium/settings/settingsDict index f8d59407..aedf2a89 100644 --- a/tutorials/sphereGranFlow/rotatingDrumMedium/settings/settingsDict +++ b/tutorials/sphereGranFlow/rotatingDrumMedium/settings/settingsDict @@ -4,6 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName settingsDict; objectType dictionary;; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ run rotatingDrumMedium; @@ -31,6 +33,8 @@ domain integrationMethod AdamsBashforth3; // integration method +writeFormat binary; + timersReport Yes; // report timers? timersReportInterval 0.01; // time interval for reporting timers diff --git a/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/interaction b/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/interaction index 292d4722..32800a5c 100755 --- a/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/interaction +++ b/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/interaction @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName interaction; objectType dicrionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ materials (prop1); // a list of materials names densities (1000.0); // density of materials [kg/m3] diff --git a/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/particleInsertion b/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/particleInsertion index eec7b7f9..76835952 100755 --- a/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/particleInsertion +++ b/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/particleInsertion @@ -2,10 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName particleInsertion; objectType dicrionary; - +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ active no; // is insertion active? diff --git a/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/sphereShape b/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/sphereShape index 72192393..7a87b7ad 100755 --- a/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/sphereShape +++ b/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/sphereShape @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName sphereDict; objectType sphereShape; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ names (sphere1); // names of shapes diameters (0.004); // diameter of shapes diff --git a/tutorials/sphereGranFlow/rotatingDrumSmall/settings/geometryDict b/tutorials/sphereGranFlow/rotatingDrumSmall/settings/geometryDict index 7a2667f7..46d4025b 100644 --- a/tutorials/sphereGranFlow/rotatingDrumSmall/settings/geometryDict +++ b/tutorials/sphereGranFlow/rotatingDrumSmall/settings/geometryDict @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName geometryDict; objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // motion model: rotating object around an axis motionModel rotatingAxisMotion; diff --git a/tutorials/sphereGranFlow/rotatingDrumSmall/settings/particlesDict b/tutorials/sphereGranFlow/rotatingDrumSmall/settings/particlesDict index 261f6910..4ad57c22 100644 --- a/tutorials/sphereGranFlow/rotatingDrumSmall/settings/particlesDict +++ b/tutorials/sphereGranFlow/rotatingDrumSmall/settings/particlesDict @@ -2,9 +2,10 @@ | phasicFlow File | | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ - objectName particlesDict; objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ setFields { diff --git a/tutorials/sphereGranFlow/rotatingDrumSmall/settings/settingsDict b/tutorials/sphereGranFlow/rotatingDrumSmall/settings/settingsDict index dc202f23..7611fd2b 100644 --- a/tutorials/sphereGranFlow/rotatingDrumSmall/settings/settingsDict +++ b/tutorials/sphereGranFlow/rotatingDrumSmall/settings/settingsDict @@ -3,7 +3,9 @@ | copyright: www.cemf.ir | \* ------------------------------------------------------------------------- */ objectName settingsDict; -objectType dictionary;; +objectType dictionary; +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ run rotatingDrumSmall; @@ -31,6 +33,8 @@ domain integrationMethod AdamsBashforth2; // integration method +writeFormat ascii; + timersReport Yes; // report timers? timersReportInterval 0.01; // time interval for reporting timers diff --git a/tutorials/sphereGranFlow/toteblender/caseSetup/interaction b/tutorials/sphereGranFlow/toteblender/caseSetup/interaction index 6b4847dc..36ff43c5 100644 --- a/tutorials/sphereGranFlow/toteblender/caseSetup/interaction +++ b/tutorials/sphereGranFlow/toteblender/caseSetup/interaction @@ -4,7 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName interaction; objectType dicrionary; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // a list of materials names materials (solidProperty); diff --git a/tutorials/sphereGranFlow/toteblender/caseSetup/particleInsertion b/tutorials/sphereGranFlow/toteblender/caseSetup/particleInsertion index 45ca817c..d8e3f87f 100644 --- a/tutorials/sphereGranFlow/toteblender/caseSetup/particleInsertion +++ b/tutorials/sphereGranFlow/toteblender/caseSetup/particleInsertion @@ -4,7 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName particleInsertion; objectType dicrionary; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // is insertion active? active no; diff --git a/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape b/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape index b579d7c6..d895b1ee 100644 --- a/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape +++ b/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape @@ -4,7 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName sphereDict; objectType sphereShape; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // name of shapes names (sphere1); diff --git a/tutorials/sphereGranFlow/toteblender/settings/geometryDict b/tutorials/sphereGranFlow/toteblender/settings/geometryDict index b65854eb..9fbd80b3 100644 --- a/tutorials/sphereGranFlow/toteblender/settings/geometryDict +++ b/tutorials/sphereGranFlow/toteblender/settings/geometryDict @@ -4,7 +4,8 @@ \* ------------------------------------------------------------------------- */ objectName geometryDict; objectType dictionary; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ // motion model: rotating object around an axis motionModel rotatingAxisMotion; diff --git a/tutorials/sphereGranFlow/toteblender/settings/particlesDict b/tutorials/sphereGranFlow/toteblender/settings/particlesDict index 20f56227..c0e1b189 100644 --- a/tutorials/sphereGranFlow/toteblender/settings/particlesDict +++ b/tutorials/sphereGranFlow/toteblender/settings/particlesDict @@ -4,7 +4,9 @@ \* ------------------------------------------------------------------------- */ objectName particlesDict; objectType dictionary; -/* ------------------------------------------------------------------------- */ +fileFormat ASCII; +/*---------------------------------------------------------------------------*/ + setFields { /* diff --git a/tutorials/sphereGranFlow/toteblender/settings/settingsDict b/tutorials/sphereGranFlow/toteblender/settings/settingsDict index 34c287bb..224eb9a3 100644 --- a/tutorials/sphereGranFlow/toteblender/settings/settingsDict +++ b/tutorials/sphereGranFlow/toteblender/settings/settingsDict @@ -4,7 +4,9 @@ \* ------------------------------------------------------------------------- */ objectName settingsDict; objectType dictionary;; +fileFormat ASCII; /*---------------------------------------------------------------------------*/ + run toteBlender; // time step for integration (s) @@ -36,6 +38,8 @@ domain // integration method integrationMethod AdamsMoulton4; +writeFormat ascii; + // report timers? timersReport Yes;