83 lines
1.7 KiB
Plaintext
Executable File
83 lines
1.7 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 recProperties;
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
//===========================================================================//
|
|
// sub-models & settings
|
|
|
|
|
|
recModel standardRecModel;
|
|
|
|
recNorm sqrDiffNorm;
|
|
|
|
recPath simpleRandomPath;
|
|
|
|
volScalarFields
|
|
(
|
|
voidfractionMean
|
|
);
|
|
|
|
volVectorFields
|
|
(
|
|
UsMean
|
|
);
|
|
|
|
surfaceScalarFields
|
|
(
|
|
// phi
|
|
);
|
|
|
|
//verbose;
|
|
|
|
couplingSubStep 3;
|
|
|
|
|
|
//===========================================================================//
|
|
// sub-model properties
|
|
|
|
standardRecModelProps
|
|
{
|
|
velRecFieldName "U";
|
|
voidfractionRecFieldName "voidfraction";
|
|
granVelRecFieldName "Us";
|
|
phiRecFieldName "phi";
|
|
granPhiRecFieldName "phiS";
|
|
readPhi false;
|
|
readPhiS false;
|
|
|
|
}
|
|
|
|
sqrDiffNormProps
|
|
{
|
|
fieldType "volScalarField";
|
|
fieldName "voidfraction";
|
|
}
|
|
|
|
simpleRandomPathProps
|
|
{
|
|
|
|
}
|
|
|
|
// ************************************************************************* //
|