mus_calcAuxField_nernst_planck Subroutine

private subroutine mus_calcAuxField_nernst_planck(auxField, state, neigh, nSize, nSolve, iLevel, stencil, varSys, derVarPos, quantities)

This routine compute zeroth moment (mole density) from state for each species and store in auxField.

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(inout) :: auxField(:)

output auxField array

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

input state array

integer, intent(in) :: neigh(:)

connectivity array

integer, intent(in) :: nSize

number of elements in the state array

integer, intent(in) :: nSolve

number of elements excluding halos

integer, intent(in) :: iLevel

current level

type(tem_stencilHeader_type), intent(in) :: stencil

stencil header

type(tem_varSys_type), intent(in) :: varSys

variable system definition

type(mus_derVarPos_type), intent(in) :: derVarPos(:)

position of derived quantities in varsys

type(mus_scheme_derived_quantities_type), intent(in) :: quantities

Class that contains pointers to the proper derived quantities functions


Calls

proc~~mus_calcauxfield_nernst_planck~~CallsGraph proc~mus_calcauxfield_nernst_planck mus_calcAuxField_nernst_planck val val proc~mus_calcauxfield_nernst_planck->val