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

This commit is contained in:
sergio
2012-04-13 16:31:37 +01:00
85 changed files with 2471 additions and 8256 deletions

View File

@ -26,8 +26,8 @@ boundaryField
}
inlet
{
//type zeroGradient;
type mixed;
type zeroGradient;
//type mixed;
refValue uniform 110000;
refGradient uniform 0;
valueFraction uniform 0.3;

View File

@ -65,8 +65,9 @@ relaxationFactors
}
equations
{
p 1;
U 0.9;
h 0.8;
h 0.9;
k 0.9;
epsilon 0.9;
}