Skip to content
Snippets Groups Projects
Commit 5f98deb2 authored by Andrew Heather's avatar Andrew Heather
Browse files

TUT: Tutorial updates

parent d5ec4c6b
Branches
Tags
No related merge requests found
......@@ -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);
}
}
// ************************************************************************* //
......@@ -135,14 +135,6 @@ castellatedMeshControls
level (1 1);
faceType baffle;
}
cooling
{
level (1 1);
patchInfo
{
type patch;
}
}
inlet
{
level (1 1);
......
......@@ -14,8 +14,6 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libmodifiedInletOutlet.so");
application rhoPimpleFoam;
startFrom latestTime;
......
......@@ -23,7 +23,5 @@ coeffs
n (2 2 2);
}
preservePatches ();
// ************************************************************************* //
......@@ -6,6 +6,6 @@ restore0Dir
runApplication blockMesh
runApplication setFields
runApplication $(getApplication)
runApplication -s sample postProcess -func sample
runApplication -s sample postProcess -func sample -noZero
#------------------------------------------------------------------------------
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment