atl_nerplanck_physflux_solve Interface

public interface atl_nerplanck_physflux_solve

Calls

interface~~atl_nerplanck_physflux_solve~~CallsGraph interface~atl_nerplanck_physflux_solve atl_nerplanck_physflux_solve proc~nerplanck_physflux_concentration nerplanck_physflux_concentration interface~atl_nerplanck_physflux_solve->proc~nerplanck_physflux_concentration

Contents


Module Procedures

private subroutine nerplanck_physflux_concentration(state, diffusivity, flux)

Subroutine to calculate the numerical flux for the first equation (u)

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: state(4)

State vector (as conservative variables). The order of this vector has to be where and denoted concentration (scalar) and diffusive fluxes (vector).

real(kind=rk), intent(in) :: diffusivity

The diffusivity in the cell.

real(kind=rk), intent(out) :: flux(3)

The flux inside the cell. The order of this vector is the same as the input arguments.