mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Removing finiteArea lib from option file for reconstructPar.
Modifying relaxation factors for the angledDuct for rhoPimpleFoam
This commit is contained in:
@ -11,7 +11,6 @@ EXE_LIBS = \
|
|||||||
-lfiniteVolume \
|
-lfiniteVolume \
|
||||||
-lgenericPatchFields \
|
-lgenericPatchFields \
|
||||||
-llagrangian \
|
-llagrangian \
|
||||||
-lfiniteArea \
|
|
||||||
-ldynamicMesh \
|
-ldynamicMesh \
|
||||||
-lmeshTools \
|
-lmeshTools \
|
||||||
-lreconstruct \
|
-lreconstruct \
|
||||||
|
|||||||
@ -75,14 +75,14 @@ relaxationFactors
|
|||||||
{
|
{
|
||||||
fields
|
fields
|
||||||
{
|
{
|
||||||
"p.*" 1;
|
"p.*" 0.3;
|
||||||
"rho.*" 1;
|
"rho.*" 1;
|
||||||
}
|
}
|
||||||
equations
|
equations
|
||||||
{
|
{
|
||||||
"U.*" 0.9;
|
"U.*" 0.7;
|
||||||
"e.*" 0.7;
|
"e.*" 0.7;
|
||||||
"(k|epsilon|omega).*" 0.8;
|
"(k|epsilon|omega).*" 0.7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user