Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2013-09-11 09:32:09 +01:00
93 changed files with 625 additions and 899 deletions

View File

@ -23,7 +23,6 @@ boundaryField
walls
{
type fixedFluxPressure;
value uniform 1e5;
}
defaultFaces

View File

@ -30,14 +30,3 @@ boundaryField
p0 uniform 0;
value uniform 0;
}
walls
{
type fixedFluxPressure;
gradient uniform 0;
phi phiAbs;
value uniform 0;
}
}
// ************************************************************************* //

View File

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