TUT: additional and extra closing braces in dictionaries

This commit is contained in:
Mark Olesen
2018-06-18 14:05:49 +02:00
parent bcb2267920
commit e3d306d3cf
3 changed files with 4 additions and 8 deletions

View File

@ -1,11 +1,10 @@
/*---------------------------------------------------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus | | \\ / O peration | Version: plus |
| \\ / A nd | Web: http://www.OpenFOAM.com | | \\ / A nd | Web: http://www.OpenFOAM.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile
{ {
version 2.2; version 2.2;

View File

@ -1,20 +1,18 @@
/*---------------------------------------------------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus | | \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com | | \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format binary; format binary;
class dictionary; class dictionary;
location "constant"; location "constant";
object LESProperties; object turbulenceProperties;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType LES; simulationType LES;
@ -91,6 +89,7 @@ LES
} }
maxDeltaRatio 1.1; maxDeltaRatio 1.1;
} }
}
// ************************************************************************* // // ************************************************************************* //

View File

@ -45,6 +45,4 @@ timePrecision 6;
runTimeModifiable true; runTimeModifiable true;
}
// ************************************************************************* // // ************************************************************************* //