tutorials/multiphase/multiphaseEulerFoam/RAS/Grossetete: Rename and corrections

Renamed the bubblePipe tutorial to Grossetete after the study on which
the case is based. Also fixed the mapped patch setup.
This commit is contained in:
Will Bainbridge
2020-09-08 16:47:27 +01:00
parent 0efc492a77
commit ca0ed722a7
33 changed files with 33 additions and 43 deletions

View File

@ -33,7 +33,7 @@ boundaryField
inletValue $internalField;
value $internalField;
}
wall
walls
{
type copiedFixedValue;
sourceFieldName T.liquid;

View File

@ -33,7 +33,7 @@ boundaryField
inletValue $internalField;
value $internalField;
}
wall
walls
{
type zeroGradient;
}

View File

@ -25,9 +25,8 @@ boundaryField
{
type mapped;
field U.gas;
setAverage 0;
setAverage no;
average (0.916 0 0 );
interpolationScheme cell;
value $internalField;
}
outlet
@ -36,7 +35,7 @@ boundaryField
phi phi.gas;
value $internalField;
}
wall
walls
{
type slip;
}

View File

@ -25,9 +25,8 @@ boundaryField
{
type mapped;
field U.liquid;
setAverage 1;
setAverage yes;
average (0.916 0 0 );
interpolationScheme cell;
value $internalField;
}
outlet
@ -36,7 +35,7 @@ boundaryField
phi phi.liquid;
value $internalField;
}
wall
walls
{
type noSlip;
}

View File

@ -25,9 +25,8 @@ boundaryField
{
type mapped;
fieldName alpha.air;
setAverage 1;
setAverage yes;
average 0.0567;
interpolationScheme cell;
value $internalField;
}
outlet
@ -37,7 +36,7 @@ boundaryField
inletValue uniform 0;
value uniform 0;
}
wall
walls
{
type zeroGradient;
}

View File

@ -25,9 +25,8 @@ boundaryField
{
type mapped;
fieldName alpha.liquid;
setAverage 0;
setAverage no;
average 0.9433;
interpolationScheme cell;
value $internalField;
}
outlet
@ -37,7 +36,7 @@ boundaryField
inletValue uniform 1;
value uniform 1;
}
wall
walls
{
type zeroGradient;
}

View File

@ -31,7 +31,7 @@ boundaryField
type calculated;
value uniform 1e-8;
}
wall
walls
{
type compressible::alphatPhaseJayatillekeWallFunction;
Prt 0.85;

View File

@ -23,15 +23,15 @@ boundaryField
{
inlet
{
type fixedValue;
value uniform 0;
type calculated;
value uniform 1e-8;
}
outlet
{
type calculated;
value uniform 1e-08;
}
wall
walls
{
type compressible::alphatPhaseJayatillekeWallFunction;
Prt 0.85;

View File

@ -25,9 +25,8 @@ boundaryField
{
type mapped;
field epsilon.gas;
setAverage 0;
setAverage no;
average 0;
interpolationScheme cell;
value $internalField;
}
outlet
@ -35,8 +34,9 @@ boundaryField
type inletOutlet;
phi phi.gas;
inletValue $internalField;
value $internalField;
}
wall
walls
{
type epsilonWallFunction;
Cmu 0.09;

View File

@ -25,9 +25,8 @@ boundaryField
{
type mapped;
field epsilon.liquid;
setAverage 0;
setAverage no;
average 0;
interpolationScheme cell;
value $internalField;
}
outlet
@ -37,7 +36,7 @@ boundaryField
inletValue $internalField;
value $internalField;
}
wall
walls
{
type epsilonWallFunction;
Cmu 0.09;

View File

@ -25,9 +25,8 @@ boundaryField
{
type mapped;
field k.gas;
setAverage 0;
setAverage no;
average 0;
interpolationScheme cell;
value $internalField;
}
outlet
@ -37,7 +36,7 @@ boundaryField
inletValue $internalField;
value $internalField;
}
wall
walls
{
type kqRWallFunction;
value $internalField;

View File

@ -25,9 +25,8 @@ boundaryField
{
type mapped;
field k.liquid;
setAverage 0;
setAverage no;
average 0;
interpolationScheme cell;
value $internalField;
}
outlet
@ -37,7 +36,7 @@ boundaryField
inletValue $internalField;
value $internalField;
}
wall
walls
{
type kqRWallFunction;
value $internalField;

View File

@ -31,7 +31,7 @@ boundaryField
type calculated;
value $internalField;
}
wall
walls
{
type nutkWallFunction;
Cmu 0.09;

View File

@ -31,7 +31,7 @@ boundaryField
type calculated;
value $internalField;
}
wall
walls
{
type nutkWallFunction;
Cmu 0.09;

View File

@ -25,9 +25,8 @@ boundaryField
{
type mapped;
field omega.liquid;
setAverage 0;
setAverage no;
average 0;
interpolationScheme cell;
value $internalField;
}
outlet
@ -37,7 +36,7 @@ boundaryField
inletValue $internalField;
value $internalField;
}
wall
walls
{
type omegaWallFunction;
Cmu 0.09;

View File

@ -31,7 +31,7 @@ boundaryField
type calculated;
value $internalField;
}
wall
walls
{
type calculated;
value $internalField;

View File

@ -31,7 +31,7 @@ boundaryField
p $internalField;
value $internalField;
}
wall
walls
{
type fixedFluxPressure;
}

View File

@ -55,10 +55,10 @@ boundary
inlet
{
type mappedPatch;
sampleMode nearestCell;
sampleMode nearestPatchFace;
sampleRegion region0;
samplePatch none;
offset (0.05 0 0);
samplePatch outlet;
offset ($!backgroundMesh/length 0 0);
faces
(
(0 4 6 2)
@ -80,7 +80,6 @@ boundary
(4 5 7 6)
);
}
back
{
type symmetry;
@ -89,8 +88,7 @@ boundary
(0 1 3 2)
);
}
wall
walls
{
type wall;
faces