|
[Sponsors] |
Where is the grad computed in SIMPLE source code? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 15, 2019, 06:07 |
Where is the grad computed in SIMPLE source code?
|
#1 |
New Member
zizhou huang
Join Date: Jul 2019
Posts: 18
Rep Power: 7 |
I have been trying to figure out how SIMPLE algorithm is implemented, but here: https://openfoamwiki.net/index.php/O...hm_in_OpenFOAM
it never mentions how the gradient of scalars is computed on an irregular mesh, and I haven't found where it is computed in source code. Is there anyone could tell me where is the function of grad computation? Thank you so much! |
|
September 16, 2019, 12:19 |
|
#2 |
New Member
Join Date: Dec 2015
Posts: 24
Rep Power: 10 |
The explicit calculation of gradients in OpenFOAM usually involve invoking Gauss theorem:
where is the surface normal facing outwards, and represents the outer product of with the tensor (for example, a rank 0 tensor, i.e. an scalar). This calculation is valid for arbitrary polyhedrons. The relevant piece of code is in gaussGrad.C (https://cpp.openfoam.org/v6/gaussGrad_8C_source.html). |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom Thermophysical Properties | wsmith02 | OpenFOAM | 4 | June 1, 2023 15:30 |
[Other] Adding solvers from DensityBasedTurbo to foam-extend 3.0 | Seroga | OpenFOAM Community Contributions | 9 | June 12, 2015 18:18 |
SparceImage v1.7.x Issue on MAC OS X | rcarmi | OpenFOAM Installation | 4 | August 14, 2014 07:42 |
OpenFOAM on MinGW crosscompiler hosted on Linux | allenzhao | OpenFOAM Installation | 127 | January 30, 2009 20:08 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |