MAMMA
1.0
Conduitsolver
|
Go to the source code of this file.
Modules | |
module | geometry |
Grid module. | |
Functions/Subroutines | |
subroutine | geometry::init_grid |
Finite volume grid initialization. More... | |
subroutine | geometry::update_radius (zeta) |
Variables | |
real *8, dimension(:), allocatable | geometry::z_comp |
Location of the centers of the control volume of the domain. More... | |
real *8, dimension(:), allocatable | geometry::z_stag |
Location of the boundaries of the control volumes of the domain. More... | |
real *8, dimension(:), allocatable | geometry::radius_stag |
Radius at the boundaries of the control volumes of the domain. More... | |
real *8 | geometry::z0 |
Left (bottom) of the physical domain. More... | |
real *8 | geometry::zn |
Right (top) of the physical domain. More... | |
real *8 | geometry::zeta_exit |
Right (top) of the physical domain. More... | |
real *8 | geometry::dz |
Control volumes size. More... | |
real *8 | geometry::pi |
real *8 | geometry::radius |
Effective radius. More... | |
character *30 | geometry::radius_model |
geometry model More... | |
real *8 | geometry::radius_fixed |
Fixed value of the radius. More... | |
real *8 | geometry::radius_min |
Fixed value of the minimum radius (used in non cylindrical conduits) More... | |
real *8 | geometry::radius_max |
Fixed value of the maximum radius (used in non cylindrical conduits) More... | |
real *8 | geometry::radius_z |
Characteristic depth for radius models trans1 and trans2. More... | |
real *8 | geometry::radius_z_sig |
Characteristic sigma for radius model trans1 and trans2. More... | |
integer | geometry::comp_cells |
Number of control volumes in the computational domain. More... | |
integer | geometry::comp_interfaces |
Number of interfaces (comp_cells+1) More... | |