Skip to content
Snippets Groups Projects
Commit 82a0c2ae authored by henry's avatar henry
Browse files

Improved relaxation factors for the new buoyantSimpleFoam solver.

Note the reversal between the p and U factors for compressible flow.
parent a0e1aa54
Branches
Tags
No related merge requests found
......@@ -76,9 +76,9 @@ SIMPLE
relaxationFactors
{
rho 1;
p 0.3;
U 0.7;
h 0.1;
p 0.7;
U 0.2;
h 0.7;
k 0.7;
epsilon 0.7;
R 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