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