capacitance Subroutine

public subroutine capacitance(ns, B1, flagcap, incap)

kludge the value to account for a magnetosheric contribution this is just a random guess that makes the KHI examples work well; a better value should be investigated

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in), dimension(-1:,-1:,-1:,:):: ns
real(kind=wp), intent(in), dimension(-1:,-1:,-1:):: B1
integer, intent(in) :: flagcap
real(kind=wp), intent(out), dimension(1:size(ns,1)-4,1:size(ns,2)-4,1:size(ns,3)-4):: incap

Called by

proc~~capacitance~~CalledByGraph proc~capacitance capacitance proc~electrodynamics_curv electrodynamics_curv proc~electrodynamics_curv->proc~capacitance interface~electrodynamics electrodynamics interface~electrodynamics->proc~electrodynamics_curv program~gemini3d Gemini3D program~gemini3d->interface~electrodynamics

Contents

None