Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
329f3a99
Commit
329f3a99
authored
Jul 26, 2018
by
Mark Olesen
Browse files
TUT: remove extraneous '}' from dictionary input
parent
02ad76df
Changes
4
Hide whitespace changes
Inline
Side-by-side
tutorials/combustion/coldEngineFoam/freePiston/0/alphat
View file @
329f3a99
...
...
@@ -23,10 +23,7 @@ internalField uniform 0;
boundaryField
{
back
{
type wedge;
}
back { type wedge; }
front { $back; }
liner { $:wall.alphat; }
cylinderHead { $liner; }
...
...
tutorials/combustion/coldEngineFoam/freePiston/0/nut
View file @
329f3a99
...
...
@@ -23,16 +23,12 @@ internalField uniform 0;
boundaryField
{
back
{
type wedge;
}
back { type wedge; }
front { $back; }
liner { $:wall.nut; }
cylinderHead { $liner; }
piston { $liner; }
}
}
// ************************************************************************* //
tutorials/incompressible/overPimpleDyMFoam/cylinder/cylinderMesh/system/controlDict
View file @
329f3a99
...
...
@@ -45,6 +45,5 @@ timePrecision 6;
runTimeModifiable true;
}
// ************************************************************************* //
tutorials/incompressible/overSimpleFoam/aeroFoil/background_snappyHexMesh/system/controlDict
View file @
329f3a99
...
...
@@ -44,6 +44,5 @@ timePrecision 6;
runTimeModifiable true;
}
// ************************************************************************* //
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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