compressibleTwoPhaseEulerFoam/bubbleColumn tutorial: make the inlet condition consistent with the standard bubbleColumn

This commit is contained in:
Henry 2011-09-05 19:10:46 +01:00
parent cff638a7da
commit 1c9da0d8e2
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [0 0 0 0 0 0 0];
internalField nonuniform List<scalar>
internalField nonuniform List<scalar>
1875
(
0
@ -1903,7 +1903,7 @@ boundaryField
inlet
{
type fixedValue;
value uniform 1;
value uniform 0.5;
}
outlet
{

View File

@ -23,7 +23,7 @@ boundaryField
inlet
{
type fixedValue;
value uniform 1;
value uniform 0.5;
}
outlet
{