mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: clean up multiphase tutorials
This commit is contained in:
@ -74,7 +74,6 @@ boundary
|
||||
( 9 13 12 8)
|
||||
);
|
||||
}
|
||||
|
||||
overset2
|
||||
{
|
||||
type overset;
|
||||
@ -86,7 +85,6 @@ boundary
|
||||
(17 21 20 16)
|
||||
);
|
||||
}
|
||||
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
@ -96,7 +94,6 @@ boundary
|
||||
(1 5 4 0)
|
||||
);
|
||||
}
|
||||
|
||||
inlet
|
||||
{
|
||||
type wall;
|
||||
@ -105,7 +102,6 @@ boundary
|
||||
(0 4 7 3)
|
||||
);
|
||||
}
|
||||
|
||||
outlet
|
||||
{
|
||||
type wall;
|
||||
@ -114,14 +110,12 @@ boundary
|
||||
(2 6 5 1)
|
||||
);
|
||||
}
|
||||
|
||||
// Populated by subsetMesh
|
||||
hole
|
||||
{
|
||||
type wall;
|
||||
faces ();
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
@ -131,7 +125,6 @@ boundary
|
||||
(4 5 6 7)
|
||||
);
|
||||
}
|
||||
|
||||
frontAndBack1
|
||||
{
|
||||
type empty;
|
||||
@ -141,7 +134,6 @@ boundary
|
||||
(12 13 14 15)
|
||||
);
|
||||
}
|
||||
|
||||
frontAndBack2
|
||||
{
|
||||
type empty;
|
||||
|
||||
@ -56,9 +56,12 @@ runTimeModifiable yes;
|
||||
adjustTimeStep yes;
|
||||
|
||||
maxCo 1.5;
|
||||
|
||||
maxAlphaCo 2.0;
|
||||
|
||||
maxDeltaT 1;
|
||||
|
||||
|
||||
functions
|
||||
{
|
||||
probes
|
||||
@ -83,7 +86,6 @@ functions
|
||||
(
|
||||
(0.0009999 0.0015 0.003)
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
alphaVol
|
||||
|
||||
@ -57,7 +57,10 @@ regions
|
||||
boxToCell
|
||||
{
|
||||
box ( -100 -100 -100 ) ( 100 0.005 100 );
|
||||
fieldValues ( volScalarFieldValue alpha.water 1 );
|
||||
fieldValues
|
||||
(
|
||||
volScalarFieldValue alpha.water 1
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -56,7 +56,6 @@ actions
|
||||
}
|
||||
|
||||
// Select box to remove from region 1 and 2
|
||||
|
||||
{
|
||||
name box;
|
||||
type cellSet;
|
||||
|
||||
Reference in New Issue
Block a user