mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
90 lines
1.8 KiB
Plaintext
Executable File
90 lines
1.8 KiB
Plaintext
Executable File
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.4 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
|
|
root "";
|
|
case "";
|
|
instance "";
|
|
local "";
|
|
|
|
class dictionary;
|
|
object couplingProperties;
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
//===========================================================================//
|
|
// sub-models & settings
|
|
|
|
modelType A;
|
|
|
|
couplingInterval 10;
|
|
|
|
voidFractionModel divided; // centre; //
|
|
|
|
locateModel standard;
|
|
|
|
meshMotionModel noMeshMotion;
|
|
|
|
regionModel allRegion;
|
|
|
|
IOModel basicIO;
|
|
|
|
probeModel off;
|
|
|
|
dataExchangeModel oneWayVTK;
|
|
|
|
averagingModel dense;
|
|
|
|
clockModel off;
|
|
|
|
smoothingModel off;
|
|
|
|
forceModels
|
|
(
|
|
noDrag
|
|
);
|
|
|
|
momCoupleModels
|
|
(
|
|
off
|
|
);
|
|
|
|
turbulenceModelType "turbulenceProperties";
|
|
|
|
//===========================================================================//
|
|
// sub-model properties
|
|
|
|
oneWayVTKProps
|
|
{
|
|
DEMts 0.0001;
|
|
relativePath "../DEM/post";
|
|
couplingFilename "liggghts_init%4.4d.vtk";
|
|
maxNumberOfParticles 30000;
|
|
}
|
|
|
|
centreProps
|
|
{
|
|
alphaMin 0.10;
|
|
}
|
|
|
|
dividedProps
|
|
{
|
|
alphaMin 0.1;
|
|
scaleUpVol 1;
|
|
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|