Updated headers in case files in tutorials and added rhoCentralFoam tutorials

This commit is contained in:
Chris Greenshields
2008-06-25 15:21:31 +01:00
parent 02ffb9d8e0
commit c3ebc46ff0
926 changed files with 199040 additions and 13102 deletions

View File

@ -1,30 +1,21 @@
/*---------------------------------------------------------------------------*\
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.4 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "";
case "";
instance "";
local "";
class dictionary;
object motionProperties;
version 2.0;
format ascii;
class dictionary;
object motionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dynamicFvMesh dynamicRefineFvMesh;
// Refinement
dynamicRefineFvMeshCoeffs
{
@ -44,7 +35,6 @@ dynamicRefineFvMeshCoeffs
// - lowest level wins
// - cell closest to (0.5*minLevel + 0.5*maxLevel) wins
// Which cells to un/refine: based on point values (simple averaging).
// - refine pointCells of point value > refineLevel
// - unrefine pointCells of point value < unrefineLevel and that
@ -70,5 +60,4 @@ dynamicRefineFvMeshCoeffs
dumpLevel true;
}
// ************************************************************************* //