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-plus
Commits
a88bfaba
Commit
a88bfaba
authored
Jun 25, 2019
by
Andrew Heather
Browse files
TUT: Tutorial updates
parent
9b4c637b
Changes
5
Hide whitespace changes
Inline
Side-by-side
tutorials/combustion/XiDyMFoam/annularCombustorTurbine/system/decomposeParDict
View file @
a88bfaba
...
@@ -23,7 +23,15 @@ coeffs
...
@@ -23,7 +23,15 @@ coeffs
n (6 1 1);
n (6 1 1);
}
}
preservePatches (cyclic0 cyclic1 ami0 ami1);
// Optional decomposition constraints
constraints
{
preservePatches
{
type preservePatches;
patches (cyclic0 cyclic1 ami0 ami1);
}
}
// ************************************************************************* //
// ************************************************************************* //
tutorials/combustion/XiDyMFoam/annularCombustorTurbine/system/snappyHexMeshDict
View file @
a88bfaba
...
@@ -135,14 +135,6 @@ castellatedMeshControls
...
@@ -135,14 +135,6 @@ castellatedMeshControls
level (1 1);
level (1 1);
faceType baffle;
faceType baffle;
}
}
cooling
{
level (1 1);
patchInfo
{
type patch;
}
}
inlet
inlet
{
{
level (1 1);
level (1 1);
...
...
tutorials/compressible/rhoPimpleFoam/RAS/aerofoilNACA0012/system/controlDict
View file @
a88bfaba
...
@@ -14,8 +14,6 @@ FoamFile
...
@@ -14,8 +14,6 @@ FoamFile
}
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libmodifiedInletOutlet.so");
application rhoPimpleFoam;
application rhoPimpleFoam;
startFrom latestTime;
startFrom latestTime;
...
...
tutorials/compressible/rhoSimpleFoam/gasMixing/injectorPipe/system/decomposeParDict
View file @
a88bfaba
...
@@ -23,7 +23,5 @@ coeffs
...
@@ -23,7 +23,5 @@ coeffs
n (2 2 2);
n (2 2 2);
}
}
preservePatches ();
// ************************************************************************* //
// ************************************************************************* //
tutorials/compressible/sonicFoam/laminar/shockTube/Allrun
View file @
a88bfaba
...
@@ -6,6 +6,6 @@ restore0Dir
...
@@ -6,6 +6,6 @@ restore0Dir
runApplication blockMesh
runApplication blockMesh
runApplication setFields
runApplication setFields
runApplication
$(
getApplication
)
runApplication
$(
getApplication
)
runApplication
-s
sample
postProcess
-func
sample
runApplication
-s
sample postProcess
-func
sample
-noZero
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
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