fluxes_generic_mod Module Reference
constructor for fluxes class More...
Functions/Subroutines | |
subroutine, public | new_fluxes (Fluxes, Mesh, Physics, config, IO) |
Detailed Description
constructor for fluxes class
This module allocates the fluxes class and decides which specific fluxtype to use from the config.
Function/Subroutine Documentation
◆ new_fluxes()
subroutine, public fluxes_generic_mod::new_fluxes | ( | class(fluxes_base), allocatable | Fluxes, |
class(mesh_base), intent(in) | Mesh, | ||
class(physics_base), intent(in) | Physics, | ||
type(dict_typ), pointer | config, | ||
type(dict_typ), pointer | IO | ||
) |
Definition at line 47 of file fluxes_generic.f90.