anisotropy/openfoam/template/system/decomposeParDict

27 lines
925 B
Plaintext
Raw Normal View History

2021-02-18 15:28:14 +05:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2012 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object decomposeParDict;
2021-02-18 15:28:14 +05:00
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
2021-02-18 15:28:14 +05:00
method simple;
2021-02-18 15:28:14 +05:00
coeffs
{
n (2 2 1);
}
2021-02-18 15:28:14 +05:00
// ************************************************************************* //