mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: Tutorial updates
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user