interDyMFoam tutorials: use phiAbs for P BCs

This commit is contained in:
Henry
2012-08-02 16:33:32 +01:00
parent 03fa349157
commit c1d61707b6
8 changed files with 10 additions and 0 deletions

View File

@ -23,12 +23,14 @@ boundaryField
walls
{
type fixedFluxPressure;
phi phiAbs;
value uniform 0;
}
obstacle
{
type fixedFluxPressure;
phi phiAbs;
value uniform 0;
}

View File

@ -23,6 +23,7 @@ boundaryField
stationaryWalls
{
type fixedFluxPressure;
phi phiAbs;
value uniform 0;
}
atmosphere
@ -39,6 +40,7 @@ boundaryField
floatingObject
{
type fixedFluxPressure;
phi phiAbs;
value uniform 0;
}
}

View File

@ -31,6 +31,7 @@ boundaryField
walls
{
type fixedFluxPressure;
phi phiAbs;
value uniform 0;
}
}

View File

@ -31,6 +31,7 @@ boundaryField
walls
{
type fixedFluxPressure;
phi phiAbs;
value uniform 0;
}
}

View File

@ -23,6 +23,7 @@ boundaryField
walls
{
type fixedFluxPressure;
phi phiAbs;
value uniform 0;
}
}

View File

@ -23,6 +23,7 @@ boundaryField
walls
{
type fixedFluxPressure;
phi phiAbs;
value uniform 0;
}
}

View File

@ -23,6 +23,7 @@ boundaryField
walls
{
type fixedFluxPressure;
phi phiAbs;
value uniform 0;
}
}

View File

@ -23,6 +23,7 @@ boundaryField
walls
{
type fixedFluxPressure;
phi phiAbs;
value uniform 0;
}
}