Skip to content
Snippets Groups Projects
Commit ef08bc56 authored by sergio's avatar sergio
Browse files

BUG: Removing finiteArea lib from option file for reconstructPar.

     Modifying relaxation factors for the angledDuct for rhoPimpleFoam
parent 7230b3dc
Branches
Tags
No related merge requests found
......@@ -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;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment