My Project
|
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 |
subroutine mod_meanflow::bcond_meanflow | ( | ) |
Definition at line 208 of file mod_meanflow.f90.
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 | ||
) |
Definition at line 229 of file mod_meanflow.f90.
subroutine mod_meanflow::read_meanflow | ( | ) |
subroutine mod_meanflow::set_bndry_meanflow | ( | ) |
Definition at line 145 of file mod_meanflow.f90.
real(sp), dimension(:), allocatable mod_meanflow::anglemf |
Definition at line 52 of file mod_meanflow.f90.
real(sp), dimension(:,:), allocatable mod_meanflow::dmfqdis |
Definition at line 51 of file mod_meanflow.f90.
integer, dimension(:), allocatable mod_meanflow::i_mfcell_gl |
Definition at line 50 of file mod_meanflow.f90.
integer, dimension(:), allocatable mod_meanflow::i_mfcell_n |
Definition at line 50 of file mod_meanflow.f90.
integer mod_meanflow::inmf |
Definition at line 47 of file mod_meanflow.f90.
integer mod_meanflow::intcell |
Definition at line 47 of file mod_meanflow.f90.
integer mod_meanflow::intelel |
Definition at line 47 of file mod_meanflow.f90.
integer mod_meanflow::intnode |
Definition at line 47 of file mod_meanflow.f90.
integer mod_meanflow::intuv |
Definition at line 47 of file mod_meanflow.f90.
integer, dimension(:), allocatable mod_meanflow::mf_gl2loc |
Definition at line 49 of file mod_meanflow.f90.
integer mod_meanflow::mf_rst_stcnt |
Definition at line 46 of file mod_meanflow.f90.
type(bc) mod_meanflow::mf_tm |
Definition at line 53 of file mod_meanflow.f90.
real(sp), dimension(:), allocatable mod_meanflow::mfarea |
Definition at line 52 of file mod_meanflow.f90.
real(sp), dimension(:,:), allocatable mod_meanflow::mfdist |
Definition at line 51 of file mod_meanflow.f90.
real(sp), dimension(:), allocatable mod_meanflow::mfqdis |
Definition at line 51 of file mod_meanflow.f90.
integer mod_meanflow::nmfcell |
Definition at line 48 of file mod_meanflow.f90.
integer mod_meanflow::nmfcell_gl |
Definition at line 48 of file mod_meanflow.f90.
integer mod_meanflow::nmfcell_i |
Definition at line 48 of file mod_meanflow.f90.
integer, dimension(:,:), allocatable mod_meanflow::node_mfcell |
Definition at line 55 of file mod_meanflow.f90.
real(sp), dimension(:,:), allocatable mod_meanflow::rdismf |
Definition at line 54 of file mod_meanflow.f90.
real(sp), dimension(:), allocatable mod_meanflow::vlctymf |
Definition at line 52 of file mod_meanflow.f90.