From 6f86ad2099b63b5fc5fc67d0e80a3df6f9c91cbc Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 20 Mar 2015 16:59:01 +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 3274bdc1..1953c742 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 3274bdc1..1953c742 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 3274bdc1..1953c742 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 ); } );