|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Max Vorstadt
Join Date: May 2016
Posts: 28
Rep Power: 11 ![]() |
Hi! I'm trying to achieve convergence in my kwSST simulation and one of the parameters that I want to change is the div(phi,U). I have checked on Openfoam's website and apparently the only thing that has to be added on fvSchemes is:
Code:
divSchemes
{
div(phi,U) Gauss DEShybrid
linear // scheme 1
linearUpwind grad(U) // scheme 2
0.65 // DES coefficient, typically = 0.65
30 // Reference velocity scale
2 // Reference length scale
0 // Minimum sigma limit (0-1)
1; // Maximum sigma limit (0-1)
}
Code:
--> FOAM FATAL IO ERROR: Unknown discretisation scheme DEShybrid Valid schemes are: ... Thanks in advance! |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Jan
Join Date: Jul 2009
Location: Hamburg
Posts: 145
Rep Power: 21 ![]() |
Hi,
you have to include the library (where the Scheme is located in) in your controlDict. Best regards, Jan |
|
|
|
|
|
|
|
|
#3 | |
|
Member
Gang Wang
Join Date: Oct 2019
Location: China
Posts: 64
Rep Power: 9 ![]() |
Quote:
Hi! Have u solved your problem? Because I also encounter this.... |
||
|
|
|
||
|
|
|
#4 | |
|
New Member
Balaji
Join Date: May 2013
Posts: 21
Rep Power: 14 ![]() |
Quote:
libs (turbulenceModelSchemes); application pimpleFoam; startFrom startTime; startTime 0.; stopAt endTime; endTime 0.005; deltaT 0.0001; writeControl adjustableRunTime; |
||
|
|
|
||
![]() |
| Tags |
| des, error, files, fvschemes, kwsstmodel |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Steady-State and Transient Solvers | 70m1 | OpenFOAM Running, Solving & CFD | 21 | May 8, 2021 08:09 |
| Free Surface Ship Flow | timfranke | OpenFOAM Running, Solving & CFD | 322 | March 3, 2021 10:04 |
| 2nd Order Convergence Problem for 3D Airfoil | turkmengokce | OpenFOAM Running, Solving & CFD | 1 | September 10, 2015 08:20 |
| bounded Gauss upwind Scheme | deepinheart | OpenFOAM Running, Solving & CFD | 1 | February 23, 2015 06:57 |
| solution diverges when linear upwind interpolation scheme is used | subash | OpenFOAM | 0 | May 29, 2010 02:23 |