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

Go to the source code of this file.

Modules

module  inpout
 Input/Output module.
 

Functions/Subroutines

subroutine inpout::init_param
 Initialization of the variables read from the input file. More...
 
subroutine inpout::read_param
 Read the input file. More...
 
subroutine inpout::output_steady (zeta, qp, radius)
 Write the steady solution on the output unit. More...
 
character *4 function inpout::lettera (k)
 Numeric to String conversion. More...
 

Variables

character(len=50) inpout::run_name
 Name of the run. More...
 
character(len=50) inpout::bak_name
 Name of the backup file for the parameters. More...
 
character(len=50) inpout::input_file
 Name of the file with the run parameters. More...
 
character(len=50) inpout::output_q_file
 Name of the output files. More...
 
character(len=50) inpout::output_p_file
 Name of the output files. More...
 
character(len=50) inpout::steady_p_file
 Name of the steady output file. More...
 
character(len=50) inpout::steady_q_file
 Name of the steady output file. More...
 
character(len=50) inpout::exit_file
 Name of the steady output file. More...
 
integer, parameter inpout::input_unit = 7
 Input data unit. More...
 
integer, parameter inpout::backup_unit = 8
 Backup input data unit. More...
 
integer, parameter inpout::output_q_unit = 10
 Output data unit. More...
 
integer, parameter inpout::output_p_unit = 11
 Output data unit. More...
 
integer, parameter inpout::steady_p_output_unit = 13
 Output unit. More...
 
integer, parameter inpout::steady_q_output_unit = 14
 Output unit. More...
 
integer, parameter inpout::dakota_unit = 15
 Dakota Output unit. More...
 
integer, parameter inpout::dakota_unit2 = 17
 Dakota Output unit. More...
 
integer, parameter inpout::exit_unit = 16
 Exit Output unit. More...
 
logical inpout::close_units
 
real *8 inpout::log10_k_cr
 
real *8 inpout::log10_drag_funct_coeff
 
real *8 inpout::log10_tau_p_coeff
 
real *8, dimension(:), allocatable inpout::log10_tau_c
 
real *8, dimension(:), allocatable inpout::log10_tau_d