|
DCS
a Driven-Cavity Open source Simulator code
|
Partial Differential Equations solving library. More...
Collaboration diagram for Lib_PDE:Data Types | |
| interface | lib_pde::dudi_fv |
| Function for computing first partial derivative by means of Finite Volumes approach (Green's theorem). More... | |
Partial Differential Equations solving library.
| interface lib_pde::dudi_fv |
Function for computing first partial derivative by means of Finite Volumes approach (Green's theorem).
Using the Green's theorem the first partial derivative of
in
direction could be written as
being
the value of finite volume,
the outward unit normal of
face which area is
.
Definition at line 121 of file Lib_PDE.f90.
Private Member Functions | |
| pure real(r8p) function | dudi_fv_r8 (u, nsi, v) |
| Function for computing first partial derivative by means of Finite Volumes approach (Green's theorem). More... | |
|
private |
Function for computing first partial derivative by means of Finite Volumes approach (Green's theorem).
Using the Green's theorem the first partial derivative of
in
direction could be written as
being
the value of finite volume,
the outward unit normal of
face which area is
.
| [in] | u | Values of variable to be differentiated at each of 6 interfaces surrounding finite volume. |
| [in] | nsi | Area of 6 interfaces surrounding finite volume multiplied by normals projected along 'i'. |
| [in] | v | Value of finite volume. |
Definition at line 135 of file Lib_PDE.f90.