TUT: minor adjustments

This commit is contained in:
Mark Olesen
2021-03-05 12:51:39 +01:00
parent 6940b08822
commit 175d35de22
2 changed files with 27 additions and 1 deletions

View File

@ -36,7 +36,7 @@ vertices
blocks blocks
( (
hex (6 9 10 11 0 3 4 5 ) (20 40 1) simpleGrading (1 1 1) hex (6 9 10 11 0 3 4 5 ) (20 40 1) simpleGrading (1 1 1)
hex (7 8 9 6 1 2 3 0) (20 8 1) simpleGrading (1 1 1) hex (7 8 9 6 1 2 3 0) near (20 8 1) simpleGrading (1 1 1)
); );
boundary boundary

View File

@ -0,0 +1,26 @@
/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 8;
method simple;
coeffs
{
n (1 8 1);
}
// ************************************************************************* //