BUG: Removing finiteArea lib from option file for reconstructPar.
Modifying relaxation factors for the angledDuct for rhoPimpleFoam
This commit is contained in:
parent
7230b3dc62
commit
ef08bc56ba
@ -11,7 +11,6 @@ EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lgenericPatchFields \
|
||||
-llagrangian \
|
||||
-lfiniteArea \
|
||||
-ldynamicMesh \
|
||||
-lmeshTools \
|
||||
-lreconstruct \
|
||||
|
@ -75,14 +75,14 @@ relaxationFactors
|
||||
{
|
||||
fields
|
||||
{
|
||||
"p.*" 1;
|
||||
"p.*" 0.3;
|
||||
"rho.*" 1;
|
||||
}
|
||||
equations
|
||||
{
|
||||
"U.*" 0.9;
|
||||
"U.*" 0.7;
|
||||
"e.*" 0.7;
|
||||
"(k|epsilon|omega).*" 0.8;
|
||||
"(k|epsilon|omega).*" 0.7;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user