MAMMA  1.0
Conduitsolver
Modules | Functions/Subroutines | Variables
equations.f90 File Reference

Go to the source code of this file.

Modules

module  equations
 Governing equations.
 

Functions/Subroutines

subroutine equations::phys_var_qp (r_qp, c_qp)
 Physical variables. More...
 
subroutine equations::eval_qp2 (r_qp, qp2)
 Conservative to physical variables. More...
 
subroutine equations::eval_fluxes_qp (c_qp, r_qp, c_flux, r_flux)
 Fluxes. More...
 
subroutine equations::eval_nonhyperbolic_terms_qp (c_qp, c_nh_term_impl, r_qp, r_nh_term_impl)
 Non-Hyperbolic terms. More...
 
subroutine equations::eval_relaxation_terms (relaxation_term)
 Relaxation terms. More...
 
subroutine equations::eval_forces_terms (force_term)
 Force terms. More...
 
subroutine equations::eval_source_terms (source_term)
 Source terms. More...
 
subroutine equations::eval_explicit_forces (expl_forces_term)
 Explicit Forces terms. More...
 

Variables

logical equations::isothermal
 Flag for isothermal runs:
. More...
 
real *8 equations::fixed_temp
 Temperature for isothermal runs. More...
 
logical equations::lateral_degassing_flag
 Input flag for lateral degassing:
. More...
 
logical equations::lateral_degassing
 Flag for lateral degassing:
. More...
 
real *8 equations::alfa2_lat_thr
 Exsolved gas volume fraction threshold for lateral degassing. More...
 
logical equations::ext_water
 Flag to activate the injection of external water:
. More...
 
logical equations::inst_vaporization
 Flag for instantaneous vaporization:
. More...
 
character *30 equations::aquifer_type
 Aquifer type:
. More...
 
real *8 equations::total_water_influx
 Total water influx. More...
 
real *8 equations::min_z_influx
 Minimum depth of influx. More...
 
real *8 equations::delta_z_influx
 
real *8 equations::max_z_influx
 Maximum depth of influx. More...
 
real *8 equations::t_w
 Water temperature in the aquifer. More...
 
complex *16 equations::t_boiling
 Boiling temperature. More...
 
real *8 equations::lambda_w
 Latent heat of vaporization. More...
 
real *8 equations::cv_w
 Heat capacity of water. More...
 
real *8 equations::visc_w
 Water viscosity. More...