Files
CFDEMcoupling-PFM/tutorials/cfdemSolverIB/twoSpheresGlowinskiMPI/CFD/constant/couplingProperties
Christoph Goniva, DCS Computing GmbH 409283acc3 release on 2014-11-10_07-57-15
2014-11-10 07:57:15 +01:00

130 lines
2.3 KiB
Plaintext

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / 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 none;
couplingInterval 10;
depth 0;
voidFractionModel IB;//bigParticle;//centre; //
locateModel engineIB;//standard;//
meshMotionModel noMeshMotion;
regionModel allRegion;
dataExchangeModel twoWayMPI;//twoWayFiles;
IOModel basicIO;
probeModel off;
averagingModel dilute;
clockModel off;
smoothingModel off;
forceModels
(
ShirgaonkarIB
ArchimedesIB
);
momCoupleModels
(
);
turbulenceModelType RASProperties;//LESProperties; //
//===========================================================================//
// sub-model properties
ShirgaonkarIBProps
{
velFieldName "U";
pressureFieldName "p";
verbose;
}
ArchimedesIBProps
{
gravityFieldName "g";
voidfractionFieldName "voidfractionNext";
}
twoWayFilesProps
{
maxNumberOfParticles 10000;
DEMts 0.00003;
}
twoWayMPIProps
{
maxNumberOfParticles 10100;
liggghtsPath "../DEM/in.liggghts_run";
}
IBProps
{
maxCellsPerParticle 1000;
alphaMin 0.30;
scaleUpVol 1.0;
}
bigParticleProps
{
maxCellsPerParticle 1000;
alphaMin 0.30;
scaleUpVol 1.0;
}
centreProps
{
alphaMin 0.30;
}
dividedProps
{
alphaMin 0.05;
scaleUpVol 1.2;
}
engineIBProps
{
engineProps
{
treeSearch false;
}
zSplit 8;
xySplit 16;
}
// ************************************************************************* //