Go to the source code of this file.
Modules | |
module | a2b_edge_mod |
The module 'a2b_edge' performs FV-consistent interpolation of pressure to corners. | |
Functions/Subroutines | |
subroutine, public | a2b_edge_mod::a2b_ord4 (qin, qout, gridstruct, npx, npy, is, ie, js, je, ng, replace) |
subroutine, public | a2b_edge_mod::a2b_ord2 (qin, qout, gridstruct, npx, npy, is, ie, js, je, ng, replace) |
real function | a2b_edge_mod::extrap_corner (p0, p1, p2, q1, q2) |
Variables | |
real, parameter | a2b_edge_mod::r3 = 1./3. |
real, parameter | a2b_edge_mod::a1 = 0.5625 |
9/16 More... | |
real, parameter | a2b_edge_mod::a2 = -0.0625 |
-1/16 More... | |
real, parameter | a2b_edge_mod::b1 = 7./12. |
0.58333333 More... | |
real, parameter | a2b_edge_mod::b2 = -1./12. |