compressibleTwoPhaseEulerFoam/bubbleColumn: Updated phase names

This commit is contained in:
Henry
2013-01-09 14:32:10 +00:00
parent 53f17ac021
commit 438d82ec91
13 changed files with 36 additions and 2186 deletions

View File

@ -47,10 +47,10 @@ solvers
relTol 0;
}
"T.*"
"h.*"
{
solver PBiCG;
preconditioner DILU;
solver PCG; //PBiCG;
preconditioner DIC; //DILU;
tolerance 1e-8;
relTol 0;
}
@ -105,7 +105,7 @@ relaxationFactors
equations
{
"U.*" 1;
"T.*" 1;
"h.*" 1;
"alpha.*" 1;
"Theta.*" 1;
"k.*" 1;