Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
e3d306d3
Commit
e3d306d3
authored
Jun 18, 2018
by
Mark OLESEN
Browse files
TUT: additional and extra closing braces in dictionaries
parent
bcb22679
Changes
3
Hide whitespace changes
Inline
Side-by-side
tutorials/combustion/fireFoam/LES/compartmentFire/constant/thermophysicalProperties
View file @
e3d306d3
/*--------------------------------
---------
----------------------------------*\
/*--------------------------------
*- C++ -*
----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: http://www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.2;
...
...
tutorials/combustion/fireFoam/LES/compartmentFire/constant/turbulenceProperties
View file @
e3d306d3
/*--------------------------------
---------
----------------------------------*\
/*--------------------------------
*- 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 binary;
class dictionary;
location "constant";
object
LES
Properties;
object
turbulence
Properties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType LES;
...
...
@@ -91,6 +89,7 @@ LES
}
maxDeltaRatio 1.1;
}
}
// ************************************************************************* //
tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/controlDict
View file @
e3d306d3
...
...
@@ -45,6 +45,4 @@ timePrecision 6;
runTimeModifiable true;
}
// ************************************************************************* //
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment