TUT: Tutorial updates

This commit is contained in:
Andrew Heather
2019-06-25 09:59:20 +01:00
parent be7d7e7dbe
commit 1b2708226e
5 changed files with 10 additions and 14 deletions

View File

@ -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);
}
}
// ************************************************************************* //

View File

@ -135,14 +135,6 @@ castellatedMeshControls
level (1 1);
faceType baffle;
}
cooling
{
level (1 1);
patchInfo
{
type patch;
}
}
inlet
{
level (1 1);

View File

@ -14,8 +14,6 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libmodifiedInletOutlet.so");
application rhoPimpleFoam;
startFrom latestTime;

View File

@ -23,7 +23,5 @@ coeffs
n (2 2 2);
}
preservePatches ();
// ************************************************************************* //

View File

@ -6,6 +6,6 @@ restore0Dir
runApplication blockMesh
runApplication setFields
runApplication $(getApplication)
runApplication -s sample postProcess -func sample
runApplication -s sample postProcess -func sample -noZero
#------------------------------------------------------------------------------