|
[Sponsors] |
October 29, 2023, 17:58 |
Relaxation factor intervals
|
#1 |
New Member
Join Date: Oct 2023
Posts: 5
Rep Power: 3 |
I am trying to vary the velocity relaxation factor between 0.2 and 0.5 .
Here is my code, what is wrong with it Code:
relaxationFactors { // Conservative settings to solve reliably on bad // meshes equations { UEqn table ((0 0.2) (0 0.5)); k 0.5; omega 0.5; } fields { p 0.3; U table ((0 0.2) (0.5 0.5)); } } Code:
But I would like to vary it between intervals. |
|
October 30, 2023, 04:12 |
|
#2 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,238
Rep Power: 29 |
Hello,
What OpenFOAM version are you using? Regards, Yann |
|
October 30, 2023, 13:16 |
|
#3 |
New Member
Join Date: Oct 2023
Posts: 5
Rep Power: 3 |
||
October 31, 2023, 04:30 |
|
#4 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,238
Rep Power: 29 |
AFAIK you cannot use time variable relaxation factors in the foundation branch (openfoam.org, OpenFOAM 11).
It is only possible in the OpenCFD branch (openfoam.com) since version v2112 (see release notes here) Yann |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
solids4foam solidSolver fixed vs. Aitken relaxation | Xulia | OpenFOAM CC Toolkits for Fluid-Structure Interaction | 10 | April 13, 2023 07:34 |
Lets talk about relaxation factor optimization | chriss85 | OpenFOAM Running, Solving & CFD | 35 | June 21, 2019 10:54 |
Long output in terminal. | ssa_cfd | OpenFOAM Running, Solving & CFD | 1 | March 18, 2019 06:25 |
About equation relaxation | chriss85 | OpenFOAM Running, Solving & CFD | 1 | May 2, 2017 20:52 |
Relaxation and convergence | sammi | Phoenics | 0 | March 20, 2008 04:32 |