BUG: Removing finiteArea lib from option file for reconstructPar.

Modifying relaxation factors for the angledDuct for rhoPimpleFoam
This commit is contained in:
sergio 2017-12-19 14:51:42 -08:00
parent 7230b3dc62
commit ef08bc56ba
2 changed files with 3 additions and 4 deletions

View File

@ -11,7 +11,6 @@ EXE_LIBS = \
-lfiniteVolume \
-lgenericPatchFields \
-llagrangian \
-lfiniteArea \
-ldynamicMesh \
-lmeshTools \
-lreconstruct \

View File

@ -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;
}
}