mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: fix use of "constant/triSurface" etc (#1887)
- use bracketed syntax (eg, "<constant>/triSurface") instead for implicit case resolution.
This commit is contained in:
@ -31,7 +31,7 @@ sourcePatches (movingWall);
|
||||
exposedPatchName movingWall;
|
||||
|
||||
// If construct from surface:
|
||||
surface "constant/triSurface/cylinder.vtk";
|
||||
surface "<constant>/triSurface/cylinder.vtk";
|
||||
|
||||
// Flip surface normals before usage. Valid only for extrude from surface or
|
||||
// patch.
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
constructFrom patch;
|
||||
sourceCase "$FOAM_CASE";
|
||||
sourceCase "<case>";
|
||||
|
||||
sourcePatches (back);
|
||||
exposedPatchName front;
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
constructFrom patch;
|
||||
sourceCase "$FOAM_CASE";
|
||||
sourceCase "<case>";
|
||||
|
||||
sourcePatches (back);
|
||||
exposedPatchName front;
|
||||
|
||||
Reference in New Issue
Block a user