mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
activating explicit and implicit forcing in couplingProperties
This commit is contained in:
@ -98,12 +98,14 @@ gradPForceProps
|
||||
voidfractionFieldName "voidfraction";
|
||||
velocityFieldName "U";
|
||||
interpolation true;
|
||||
treatForceExplicit;
|
||||
}
|
||||
|
||||
viscForceProps
|
||||
{
|
||||
velocityFieldName "U";
|
||||
interpolation true;
|
||||
treatForceExplicit;
|
||||
}
|
||||
|
||||
BeetstraDragProps
|
||||
@ -113,6 +115,7 @@ BeetstraDragProps
|
||||
rhoParticle 1500.;
|
||||
voidfractionFieldName "voidfraction";
|
||||
interpolation true;
|
||||
implForceDEM;
|
||||
}
|
||||
|
||||
gravityEffProps
|
||||
@ -128,6 +131,7 @@ staticPressureProps
|
||||
rhoPart 1500; //particle density
|
||||
DomainSolidVolumeFraction 0.05; // mass loading
|
||||
g_DEM (0 0 -9.81); //gravity vector compatible with the gravity direction in "g"
|
||||
treatForceExplicit;
|
||||
}
|
||||
|
||||
constDiffSmoothingProps
|
||||
|
||||
Reference in New Issue
Block a user