FLASH4 complete API

Generated from /data/asci2/site/flashcode/secure/release_4p7/source/physics/materialProperties/Thermoelectric/Thermoelectric.F90 with ROBODoc v4.99.8 on Thu May 02 08:04:32 2024

TABLE OF CONTENTS


[Functions] source/physics/materialProperties/Thermoelectric/Thermoelectric

[top][index]

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)