From 7e14e5b71e9a611580ef5c36b8b79c38596bde5d Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 20 Mar 2015 16:56:48 +0000 Subject: [PATCH] tutorials/multiphase/twoPhaseEulerFoam/laminar: corrected setFieldsDict Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1579 --- .../laminar/bubbleColumn/system/setFieldsDict | 4 ++-- .../laminar/bubbleColumnIATE/system/setFieldsDict | 4 ++-- .../twoPhaseEulerFoam/laminar/injection/system/setFieldsDict | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumn/system/setFieldsDict b/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumn/system/setFieldsDict index 85996cf96..93d742ba7 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumn/system/setFieldsDict +++ b/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumn/system/setFieldsDict @@ -17,7 +17,7 @@ FoamFile defaultFieldValues ( - volScalarFieldValue alpha1 1 + volScalarFieldValue alpha.air 1 ); regions @@ -27,7 +27,7 @@ regions box (0 0 -0.1) (0.15 0.701 0.1); fieldValues ( - volScalarFieldValue alphaair 0 + volScalarFieldValue alpha.air 0 ); } ); diff --git a/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumnIATE/system/setFieldsDict b/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumnIATE/system/setFieldsDict index 85996cf96..93d742ba7 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumnIATE/system/setFieldsDict +++ b/tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumnIATE/system/setFieldsDict @@ -17,7 +17,7 @@ FoamFile defaultFieldValues ( - volScalarFieldValue alpha1 1 + volScalarFieldValue alpha.air 1 ); regions @@ -27,7 +27,7 @@ regions box (0 0 -0.1) (0.15 0.701 0.1); fieldValues ( - volScalarFieldValue alphaair 0 + volScalarFieldValue alpha.air 0 ); } ); diff --git a/tutorials/multiphase/twoPhaseEulerFoam/laminar/injection/system/setFieldsDict b/tutorials/multiphase/twoPhaseEulerFoam/laminar/injection/system/setFieldsDict index 85996cf96..93d742ba7 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/laminar/injection/system/setFieldsDict +++ b/tutorials/multiphase/twoPhaseEulerFoam/laminar/injection/system/setFieldsDict @@ -17,7 +17,7 @@ FoamFile defaultFieldValues ( - volScalarFieldValue alpha1 1 + volScalarFieldValue alpha.air 1 ); regions @@ -27,7 +27,7 @@ regions box (0 0 -0.1) (0.15 0.701 0.1); fieldValues ( - volScalarFieldValue alphaair 0 + volScalarFieldValue alpha.air 0 ); } );