ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
etaigb_coeff.f90
Go to the documentation of this file.
2 
3  USE itm_types
4 
5  IMPLICIT NONE
6 
7  INTEGER(ITM_I4), SAVE :: nrho_transp = 0, nion = 0
8  REAL(R8), SAVE :: thresh = 6., tfloor = 0., &
9  beta_reduction = 10., etae_pinch = 3., chi_d = 3.
10 
11 END MODULE etaigb_coeff
12