NAME
Conductivity
SYNOPSIS
call Conductivity(real(in) :: solnVec(NUNK_VARS),
OPTIONAL,real(out) :: isochoricCond(3),
OPTIONAL,real(out) :: diffCoeff(3),
OPTIONAL,integer(in) :: component)
DESCRIPTION
Returns thermal conductivity and/or diffusivity coefficients.
ARGUMENTS
solnVec : solution state, a vector from UNK with all variables
isochoricCond : isochoric conductivities (parallel, perpendicular, cross)
diffCoeff : diffusion coefficients ( = isochoricCond/(rho*cv))
component : In 3T applications, select component for which conductivity
and diffusivity are requested, 1 for ions, 2 for electrons,
3 for radiation.