NAME
Thermoelectric
SYNOPSIS
Thermoelectric(real, intent(IN) :: temp, real, intent(IN) :: dens, real, intent(IN) :: xn(NSPECIES), OPTIONAL,real(out) :: betaPar, OPTIONAL,real(out) :: betaPerp, OPTIONAL,real(out) :: betaCross OPTIONAL,real(out) :: betaNew)
DESCRIPTION
A stub implementation for Thermoelectric. Returns beta = 0.0 for all components
ARGUMENTS
temp - Plasma temperature dens - Plasma density xn - Species betaPar - parallel component of Thermoelectric tensor betaPerp - perpendicular component of Thermoelectric tensor betaCross - cross component of Thermoelectric tensor betaNew - new component of Thermoelectric tensor (can replace betaPar-betaPerp in some cases)