mus_append_derVar_poisson Subroutine

public subroutine mus_append_derVar_poisson(varSys, solverData, fldLabel, derVarName, schemeKind, stencil)

subroutine to add derive variables for weakly compressible PB (schemekind = 'poisson') to the varsys. A Coupled Lattice Boltzmann Method to Solve Nernst-Planck Model for Simulating Electro-Osmotic flows author> Xuguang yang

Arguments

Type IntentOptional Attributes Name
type(tem_varSys_type), intent(inout) :: varSys

global variable system

type(mus_varSys_solverData_type), intent(in), target :: solverData

Contains pointer to solver data types

character(len=*), intent(in) :: fldLabel

array of field label prefix. Size=nFields

type(grw_labelarray_type), intent(inout) :: derVarName

array of derive physical variables

character(len=*), intent(in) :: schemeKind

scheme kind

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

compute stencil defintion