FLASH4.6.2 API

Generated from /data/asci2/site/flashcode/secure/release_4p6/source/physics/materialProperties/Conductivity/Conductivity.F90 with ROBODoc v4.99.8 on Thu May 02 07:54:08 2024

TABLE OF CONTENTS


[Functions] source/physics/materialProperties/Conductivity/Conductivity

[top][index]

NAME

  Conductivity

SYNOPSIS

  call Conductivity(real(in)    :: xtemp,
                    real(in)    :: xden,
                    real(in)    :: massfrac(NSPECIES),
                    real(out)   :: isochoricCond,
                    real(out)   :: diff_coeff,
                    integer(in) :: component)

DESCRIPTION

  Returns thermal conductivity and diffusivity coefficients.

  The stub implementation for Conductivity returns isochoricCond = 0
  and diff_coeff = 0.

ARGUMENTS

   xtemp      :   temperature (in K)
   xden       :   density (in g/cm**3)
   massfrac   :   mass fractions of the composition
   isochoricCond  :   isochoric conductivity
   diff_coeff :   diffusion coefficient ( = 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.