Files
CFDEMcoupling-PFM/tutorials/cfdemSolverPimple/PeriodicBox/CFD/system/decomposeParDict
2023-08-22 11:09:04 +02:00

29 lines
813 B
C++
Executable File

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 32;
method simple;
simpleCoeffs
{
n (8 4 1);
delta 0.001;
}
// ************************************************************************* //