TUT: fix use of "constant/triSurface" etc (#1887)

- use bracketed syntax (eg, "<constant>/triSurface") instead for
  implicit case resolution.
This commit is contained in:
Mark Olesen
2020-10-24 13:16:24 +02:00
parent 5579e7a62b
commit 9eb73a92e2
19 changed files with 26 additions and 26 deletions

View File

@ -58,7 +58,7 @@ initialPoints
pointFileCoeffs
{
pointFile "constant/internalDelaunayVertices";
pointFile "<constant>/internalDelaunayVertices";
}
}

View File

@ -23,7 +23,7 @@ actions
source surfaceToCell;
sourceInfo
{
file "constant/triSurface/flange.obj";
file "<constant>/triSurface/flange.obj";
outsidePoints ((-0.026 -0.0275 -0.0235));
includeCut true;
includeInside true;