mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
compressibleTwoPhaseEulerFoam/bubbleColumn: Updated phase names
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user