![]() |
Module flow_module for calculating reaction flows. More...
Go to the source code of this file.
Modules | |
module | flow_module |
Provides subroutines to calculate reaction flows. | |
Functions/Subroutines | |
subroutine, public | flow_module::flow_init () |
Initialise flow subroutine. More... | |
subroutine, public | flow_module::flowcalc (Y) |
Flow calculation from jacobian. It is calculated with the help of the Jacobian. More... | |
subroutine, private | flow_module::flowsort |
Bring flows to correct format. More... | |
subroutine, public | flow_module::flowprint (t, t9, dens, abu, cnt) |
Output reaction flows to a file. More... | |
Variables | |
type(flow_vector), dimension(:), allocatable, public | flow_module::flows |
Module flow_module for calculating reaction flows.
The error file code for this file is W20.
Definition in file flow_module.f90.