Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
ef08bc56
Commit
ef08bc56
authored
Dec 19, 2017
by
sergio
Browse files
BUG: Removing finiteArea lib from option file for reconstructPar.
Modifying relaxation factors for the angledDuct for rhoPimpleFoam
parent
7230b3dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/utilities/parallelProcessing/reconstructPar/Make/options
View file @
ef08bc56
...
...
@@ -11,7 +11,6 @@ EXE_LIBS = \
-lfiniteVolume \
-lgenericPatchFields \
-llagrangian \
-lfiniteArea \
-ldynamicMesh \
-lmeshTools \
-lreconstruct \
...
...
tutorials/compressible/rhoPimpleFoam/RAS/angledDuct/system/fvSolution
View file @
ef08bc56
...
...
@@ -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
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment