From cd425337dd713786d710348ff7f52ece60470640 Mon Sep 17 00:00:00 2001 From: Gerhard Holzinger Date: Wed, 27 Sep 2017 15:10:41 +0200 Subject: [PATCH] clean-up: remove all references to DEMbasedDrag There is force model named "DEMbasedDrag", thus all references to it in the tutorials can be removed. It is not even mentioned in the documentation. --- .../ErgunTestMPI/CFD/constant/couplingProperties | 6 ------ .../ErgunTestMPI/CFD/constant/couplingProperties | 6 ------ 2 files changed, 12 deletions(-) diff --git a/tutorials/cfdemSolverPiso/ErgunTestMPI/CFD/constant/couplingProperties b/tutorials/cfdemSolverPiso/ErgunTestMPI/CFD/constant/couplingProperties index ea14da15..a2dabecd 100644 --- a/tutorials/cfdemSolverPiso/ErgunTestMPI/CFD/constant/couplingProperties +++ b/tutorials/cfdemSolverPiso/ErgunTestMPI/CFD/constant/couplingProperties @@ -61,7 +61,6 @@ forceModels gradPForce viscForce KochHillDrag - //DEMbasedDrag //RongDrag //Archimedes //volWeightedAverage @@ -140,11 +139,6 @@ GidaspowDragProps interpolation true; phi 1; } -DEMbasedDragProps -{ - velFieldName "U"; - voidfractionFieldName "voidfraction"; -} DiFeliceDragProps { diff --git a/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/constant/couplingProperties b/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/constant/couplingProperties index 160d6023..fe393283 100644 --- a/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/constant/couplingProperties +++ b/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/constant/couplingProperties @@ -61,7 +61,6 @@ forceModels gradPForce viscForce //KochHillDrag - //DEMbasedDrag //RongDrag //Archimedes //volWeightedAverage @@ -162,11 +161,6 @@ GidaspowDragProps interpolation true; phi 1; } -DEMbasedDragProps -{ - velFieldName "U"; - voidfractionFieldName "voidfraction"; -} DiFeliceDragProps {