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:
@ -10,7 +10,6 @@ FoamFile
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volVectorField;
|
||||
location "0";
|
||||
object U;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
@ -37,6 +36,7 @@ boundaryField
|
||||
{
|
||||
type slip;
|
||||
}
|
||||
|
||||
sides2
|
||||
{
|
||||
type slip;
|
||||
|
||||
@ -40,6 +40,7 @@ boundaryField
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
sides2
|
||||
{
|
||||
type zeroGradient;
|
||||
|
||||
@ -43,6 +43,7 @@ boundaryField
|
||||
type fixedFluxPressure;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
sides2
|
||||
{
|
||||
type fixedFluxPressure;
|
||||
|
||||
@ -67,7 +67,6 @@ functions
|
||||
setFormat raw;
|
||||
sets
|
||||
(
|
||||
|
||||
line1
|
||||
{
|
||||
type uniform;
|
||||
|
||||
Reference in New Issue
Block a user