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

@ -30,9 +30,9 @@ inertSpecie air;
chemistryReader foamChemistryReader;
foamChemistryFile "$FOAM_CASE/constant/include/reactions.air";
foamChemistryFile "<constant>/include/reactions.air";
foamChemistryThermoFile "$FOAM_CASE/constant/include/thermo.air";
foamChemistryThermoFile "<constant>/include/thermo.air";
// ************************************************************************* //