mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Extended fines deposition model, fixed tutorial case.
This commit is contained in:
@ -38,7 +38,7 @@ meshMotionModel noMeshMotion;
|
||||
|
||||
regionModel allRegion;
|
||||
|
||||
IOModel "basicIO";
|
||||
IOModel "off";
|
||||
|
||||
dataExchangeModel twoWayMPI;//twoWayM2M;//twoWayFiles;//oneWayVTK;//
|
||||
|
||||
@ -55,7 +55,7 @@ forceModels
|
||||
dSauter
|
||||
Fines
|
||||
FanningDynFines
|
||||
ErgunStatFines
|
||||
BeetstraDragPoly
|
||||
gradPForce
|
||||
viscForce
|
||||
);
|
||||
@ -140,13 +140,14 @@ viscForceProps
|
||||
interpolation;
|
||||
}
|
||||
|
||||
ErgunStatFinesProps
|
||||
BeetstraDragProps
|
||||
{
|
||||
fines true;
|
||||
dFine 0.000388;
|
||||
velFieldName "U";
|
||||
granVelFieldName "Us";
|
||||
densityFieldName "rho";
|
||||
voidfractionFieldName "voidfraction";
|
||||
phi 1;
|
||||
}
|
||||
|
||||
FanningDynFinesProps
|
||||
@ -207,7 +208,7 @@ dividedProps
|
||||
{
|
||||
alphaMin 0.25;
|
||||
scaleUpVol 1.0;
|
||||
weight 1.0; //1.33;
|
||||
weight 1.0;
|
||||
verbose;
|
||||
}
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ FoamFile
|
||||
object blockMeshDict;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
#include "../../geometry"
|
||||
#include "../geometry"
|
||||
convertToMeters 1;
|
||||
|
||||
vertices #codeStream
|
||||
|
||||
@ -59,7 +59,7 @@ functions
|
||||
|
||||
volInt
|
||||
{
|
||||
type volRegion;
|
||||
type volFieldValue;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
writeControl timeStep;
|
||||
log true;
|
||||
@ -76,7 +76,7 @@ functions
|
||||
|
||||
inflow
|
||||
{
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl timeStep;
|
||||
log true;
|
||||
|
||||
@ -37,7 +37,7 @@ source1
|
||||
{
|
||||
active yes;
|
||||
selectionMode all;
|
||||
Tmin 288;
|
||||
Tmax 298;
|
||||
min 288;
|
||||
max 298;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user