TUT: overset: add new tutorials and update existing tutorials

This commit is contained in:
sergio
2022-08-09 14:07:21 +01:00
committed by Kutalmis Bercin
parent 2a406bbb25
commit b48fd4f38a
108 changed files with 3894 additions and 127 deletions

View File

@ -0,0 +1,27 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 3;
method hierarchical;
coeffs
{
n (3 1 1);
}
// ************************************************************************* //