mod_meanflow Module Reference
Functions/Subroutines | |
subroutine | read_meanflow |
subroutine | set_bndry_meanflow |
subroutine | bcond_meanflow |
subroutine | bracket (TMAP, STIME, L1, L2, FACT, BACT, IERR) |
Variables | |
integer | mf_rst_stcnt |
integer | inmf |
integer | intcell |
integer | intnode |
integer | intelel |
integer | intuv |
integer | nmfcell_gl |
integer | nmfcell |
integer | nmfcell_i |
integer, dimension(:), allocatable | mf_gl2loc |
integer, dimension(:), allocatable | i_mfcell_gl |
integer, dimension(:), allocatable | i_mfcell_n |
real(sp), dimension(:,:), allocatable | dmfqdis |
real(sp), dimension(:), allocatable | mfqdis |
real(sp), dimension(:,:), allocatable | mfdist |
real(sp), dimension(:), allocatable | anglemf |
real(sp), dimension(:), allocatable | mfarea |
real(sp), dimension(:), allocatable | vlctymf |
type(bc) | mf_tm |
real(sp), dimension(:,:), allocatable | rdismf |
integer, dimension(:,:), allocatable | node_mfcell |
Function/Subroutine Documentation
subroutine mod_meanflow::bcond_meanflow | ( | ) |
Here is the call graph for this function:
![](namespacemod__meanflow_af83020141605cfb31b52ae085fa40f16_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__meanflow_af83020141605cfb31b52ae085fa40f16_icgraph.png)
subroutine mod_meanflow::bracket | ( | type(bc), intent(in) | TMAP, |
real(sp), intent(in) | STIME, | ||
integer, intent(out) | L1, | ||
integer, intent(out) | L2, | ||
real(sp), intent(out) | FACT, | ||
real(sp), intent(out) | BACT, | ||
integer, intent(out) | IERR | ||
) |
Here is the caller graph for this function:
![](namespacemod__meanflow_a995d4c576b0243f8f2a3fdb1d54a9c84_icgraph.png)
subroutine mod_meanflow::read_meanflow | ( | ) |
Here is the caller graph for this function:
![](namespacemod__meanflow_ad850d025e7d56960499ff7443d13b57f_icgraph.png)
subroutine mod_meanflow::set_bndry_meanflow | ( | ) |
Here is the caller graph for this function:
![](namespacemod__meanflow_abb1a0c74b401332fc5f44f0fe4e49485_icgraph.png)
Variable Documentation
real(sp), dimension(:), allocatable mod_meanflow::anglemf |
real(sp), dimension(:,:), allocatable mod_meanflow::dmfqdis |
integer, dimension(:), allocatable mod_meanflow::i_mfcell_gl |
integer, dimension(:), allocatable mod_meanflow::i_mfcell_n |
integer mod_meanflow::inmf |
integer mod_meanflow::intcell |
integer mod_meanflow::intelel |
integer mod_meanflow::intnode |
integer mod_meanflow::intuv |
integer, dimension(:), allocatable mod_meanflow::mf_gl2loc |
integer mod_meanflow::mf_rst_stcnt |
type(bc) mod_meanflow::mf_tm |
real(sp), dimension(:), allocatable mod_meanflow::mfarea |
real(sp), dimension(:,:), allocatable mod_meanflow::mfdist |
real(sp), dimension(:), allocatable mod_meanflow::mfqdis |
integer mod_meanflow::nmfcell |
integer mod_meanflow::nmfcell_gl |
integer mod_meanflow::nmfcell_i |
integer, dimension(:,:), allocatable mod_meanflow::node_mfcell |
real(sp), dimension(:,:), allocatable mod_meanflow::rdismf |
real(sp), dimension(:), allocatable mod_meanflow::vlctymf |