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";
|
voidfractionFieldName "voidfraction";
|
||||||
velocityFieldName "U";
|
velocityFieldName "U";
|
||||||
interpolation true;
|
interpolation true;
|
||||||
|
treatForceExplicit;
|
||||||
}
|
}
|
||||||
|
|
||||||
viscForceProps
|
viscForceProps
|
||||||
{
|
{
|
||||||
velocityFieldName "U";
|
velocityFieldName "U";
|
||||||
interpolation true;
|
interpolation true;
|
||||||
|
treatForceExplicit;
|
||||||
}
|
}
|
||||||
|
|
||||||
BeetstraDragProps
|
BeetstraDragProps
|
||||||
@ -113,6 +115,7 @@ BeetstraDragProps
|
|||||||
rhoParticle 1500.;
|
rhoParticle 1500.;
|
||||||
voidfractionFieldName "voidfraction";
|
voidfractionFieldName "voidfraction";
|
||||||
interpolation true;
|
interpolation true;
|
||||||
|
implForceDEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
gravityEffProps
|
gravityEffProps
|
||||||
@ -128,6 +131,7 @@ staticPressureProps
|
|||||||
rhoPart 1500; //particle density
|
rhoPart 1500; //particle density
|
||||||
DomainSolidVolumeFraction 0.05; // mass loading
|
DomainSolidVolumeFraction 0.05; // mass loading
|
||||||
g_DEM (0 0 -9.81); //gravity vector compatible with the gravity direction in "g"
|
g_DEM (0 0 -9.81); //gravity vector compatible with the gravity direction in "g"
|
||||||
|
treatForceExplicit;
|
||||||
}
|
}
|
||||||
|
|
||||||
constDiffSmoothingProps
|
constDiffSmoothingProps
|
||||||
|
|||||||
Reference in New Issue
Block a user