mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
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.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user