subroutine initialize
Initialize variables.
PDC flow model This module calls subroutines required from other modules for solving the model and de...
Solver Module This module contains the differential equations that are solved at each iteration...
subroutine allocate_matrix
Allocate matrix This subroutine defines the matrix over which each of the conditions are solved...
subroutine reainp
Read Input data This subroutine reads input data from the file flow_model.inp.
subroutine pdc(run_name)
PDC run_name This subroutine calls all subroutines required from other modules for solving the model...
program flow_model
Main Program.