From e90cfe33c29050af7a0eb37a95b20aeb15afbd5d Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 25 Mar 2013 22:07:26 +0000 Subject: [PATCH] tutorials/multiphase: Set phi to appropriate phase-flux for inletOutlet conditions --- .../compressibleTwoPhaseEulerFoam/bubbleColumn/0/epsilon | 1 + .../multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/k | 1 + .../compressibleTwoPhaseEulerFoam/fluidisedBed/0/epsilon | 1 + .../multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/k | 1 + tutorials/multiphase/twoPhaseEulerFoam/bed/0/Theta | 1 + tutorials/multiphase/twoPhaseEulerFoam/bed/0/epsilon | 1 + tutorials/multiphase/twoPhaseEulerFoam/bed/0/k | 1 + tutorials/multiphase/twoPhaseEulerFoam/bed2/0/epsilon | 1 + tutorials/multiphase/twoPhaseEulerFoam/bed2/0/k | 1 + tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/Theta | 1 + tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/epsilon | 1 + tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/k | 1 + 12 files changed, 12 insertions(+) diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/epsilon b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/epsilon index d5ee15eb79..bb5b3e0a73 100644 --- a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/epsilon +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/epsilon @@ -29,6 +29,7 @@ boundaryField outlet { type inletOutlet; + phi phiwater; inletValue uniform 0.1; value uniform 0.1; } diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/k b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/k index a791cb824f..9701bd625c 100644 --- a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/k +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/k @@ -29,6 +29,7 @@ boundaryField outlet { type inletOutlet; + phi phiwater; inletValue uniform 1e-8; value uniform 1e-8; } diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/epsilon b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/epsilon index ee84cd4426..69b3e74c83 100644 --- a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/epsilon +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/epsilon @@ -31,6 +31,7 @@ boundaryField outlet { type inletOutlet; + phi phi2; inletValue uniform 10.0; value uniform 10.0; } diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/k b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/k index 45302e2a18..1ae05e468e 100644 --- a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/k +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/k @@ -31,6 +31,7 @@ boundaryField outlet { type inletOutlet; + phi phi2; inletValue uniform 1.0; value uniform 1.0; } diff --git a/tutorials/multiphase/twoPhaseEulerFoam/bed/0/Theta b/tutorials/multiphase/twoPhaseEulerFoam/bed/0/Theta index 3a4a3b6744..2ac308e7d1 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/bed/0/Theta +++ b/tutorials/multiphase/twoPhaseEulerFoam/bed/0/Theta @@ -30,6 +30,7 @@ boundaryField top { type inletOutlet; + phi phi1; inletValue uniform 1.0e-8; } diff --git a/tutorials/multiphase/twoPhaseEulerFoam/bed/0/epsilon b/tutorials/multiphase/twoPhaseEulerFoam/bed/0/epsilon index 79b3e97bad..79fe0eda3f 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/bed/0/epsilon +++ b/tutorials/multiphase/twoPhaseEulerFoam/bed/0/epsilon @@ -29,6 +29,7 @@ boundaryField top { type inletOutlet; + phi phi2; inletValue uniform 10.0; value uniform 10.0; } diff --git a/tutorials/multiphase/twoPhaseEulerFoam/bed/0/k b/tutorials/multiphase/twoPhaseEulerFoam/bed/0/k index ebc748ced1..188184e8b4 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/bed/0/k +++ b/tutorials/multiphase/twoPhaseEulerFoam/bed/0/k @@ -29,6 +29,7 @@ boundaryField top { type inletOutlet; + phi phi2; inletValue uniform 1.0; value uniform 1.0; } diff --git a/tutorials/multiphase/twoPhaseEulerFoam/bed2/0/epsilon b/tutorials/multiphase/twoPhaseEulerFoam/bed2/0/epsilon index ee88570d39..4ff943aac3 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/bed2/0/epsilon +++ b/tutorials/multiphase/twoPhaseEulerFoam/bed2/0/epsilon @@ -27,6 +27,7 @@ boundaryField outlet { type inletOutlet; + phi phi2; inletValue uniform 10.0; value uniform 10.0; } diff --git a/tutorials/multiphase/twoPhaseEulerFoam/bed2/0/k b/tutorials/multiphase/twoPhaseEulerFoam/bed2/0/k index 0d6e80afba..6b3ddf98cf 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/bed2/0/k +++ b/tutorials/multiphase/twoPhaseEulerFoam/bed2/0/k @@ -27,6 +27,7 @@ boundaryField outlet { type inletOutlet; + phi phi2; inletValue uniform 1.0; value uniform 1.0; } diff --git a/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/Theta b/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/Theta index e45304b834..523be90f32 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/Theta +++ b/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/Theta @@ -29,6 +29,7 @@ boundaryField outlet { type inletOutlet; + phi phi1; inletValue uniform 1.0e-7; value uniform 1.0e-7; } diff --git a/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/epsilon b/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/epsilon index d5ee15eb79..d54d0a402b 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/epsilon +++ b/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/epsilon @@ -29,6 +29,7 @@ boundaryField outlet { type inletOutlet; + phi phi2; inletValue uniform 0.1; value uniform 0.1; } diff --git a/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/k b/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/k index a791cb824f..bf8d7cc467 100644 --- a/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/k +++ b/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/k @@ -29,6 +29,7 @@ boundaryField outlet { type inletOutlet; + phi phi2; inletValue uniform 1e-8; value uniform 1e-8; }