TUT: added tutorial files (issue #671)

- also cleanup by using 0.orig/ directory.
- use foamListRegions to obtain region names
This commit is contained in:
Mark Olesen
2017-12-19 14:40:33 +01:00
parent 5713efede3
commit 8bf98e74da
46 changed files with 296 additions and 145 deletions

View File

@ -0,0 +1,22 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
SIMPLE
{
}
// ************************************************************************* //