From 7734d7ffd71fd7122c0257cc47c817b506b52bc0 Mon Sep 17 00:00:00 2001 From: Andrew Heather <a.heather@opencfd.co.uk> Date: Thu, 24 Nov 2016 12:11:43 +0000 Subject: [PATCH] ENH: Tutorial updates --- .../reactingTwoPhaseEulerFoam/RAS/wallBoiling/0/T.gas | 2 +- .../reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/0/T.gas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling/0/T.gas b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling/0/T.gas index dcc261ce40c..9cf3c15e7a9 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling/0/T.gas +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling/0/T.gas @@ -40,7 +40,7 @@ boundaryField wall2 { type copiedFixedValue; - sourceFieldName T.liquid; + sourceField T.liquid; value uniform 368; } defaultFaces diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/0/T.gas b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/0/T.gas index 31f188e880b..6046345c270 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/0/T.gas +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/0/T.gas @@ -40,7 +40,7 @@ boundaryField wall2 { type copiedFixedValue; - sourceFieldName T.liquid; + sourceField T.liquid; value uniform 368; } defaultFaces -- GitLab