|
[Sponsors] |
Implementation of new convective discretization scheme |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 5, 2022, 08:07 |
Implementation of new convective discretization scheme
|
#1 |
New Member
Jesus
Join Date: Sep 2021
Posts: 11
Rep Power: 5 |
Hello everyone,
I would like to implement a new discretization scheme for the convective term. For each cell of my domain, I have the corresponding coefficients for the north, south, west and east cells gathered on a file (.txt, .csv or in OpenFOAM format as a new internalField). I would like to construct the matrix of coefficients using these custom convective coefficients rather than using the tradicional Upwind or QUICK coefficients. Anyone could give me some guidelines or some examples to implement this modification? Thank you in advance. |
|
September 5, 2022, 10:02 |
|
#2 |
Senior Member
|
For theory: https://link.springer.com/book/10.10...-3-319-16874-6
For implementation/coding: https://github.com/UnnamedMoose/Basi...OFtutorial15.H |
|
Tags |
convective term, custom scheme, discretization schemes, implementation |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
discretization of convective terms of Spalart Allmaras equations | Abolfazl_cfd | Main CFD Forum | 10 | April 9, 2019 04:47 |
uniform discretization scheme on non-uniform grid | holgerbre | Main CFD Forum | 4 | March 27, 2019 14:39 |
Implementation of QUICK scheme | Romuald Skoda | Main CFD Forum | 11 | November 6, 2017 22:20 |
FEM Implementation of pressure-correction scheme | Markus | Main CFD Forum | 4 | January 6, 2007 02:53 |
VOF Discretization Scheme | soy | FLUENT | 1 | June 26, 2006 07:46 |