Generated from viscosity.F90 with ROBODoc v3.2.3 on Fri Dec 12 08:59:33 2003

TABLE OF CONTENTS

  1. source/materials/viscosity/spitzer/viscosity

source/materials/viscosity/spitzer/viscosity

NAME
   viscosity

SYNOPSIS
   viscosity(xtemp, xden, massfrac, visc)

   viscosity(real, real, real(ionmax), real) 

PURPOSE
   given temperature and density, this routine returns the
   Thermal viscosity given by Spitzer (1962)

INPUTS
   xtemp       REAL    temperature (in K)
   xden        REAL    density (in g/cm**3)
   massfrac    REAL    mass fractions of the composition

OUTPUT
   visc        REAL    viscosity

NOTES
   See: Spitzer L. 1962, In: `Physics of fully ionized gases', 
   (New York: Wiley Interscience)

MODIFICATION HISTORY
   Written by: S. ORLANDO October 2001