tabu_eos Derived Type

type, public :: tabu_eos


Inherited by

type~~tabu_eos~~InheritedByGraph type~tabu_eos tabu_eos type~idbase idbase type~idbase->type~tabu_eos tab_eos type~bnsbase bnsbase type~bnsbase->type~idbase type~diffstarbase diffstarbase type~diffstarbase->type~idbase type~ejecta ejecta type~ejecta->type~idbase type~id id type~id->type~idbase idata type~bnsfuka bnsfuka type~bnsfuka->type~bnsbase type~bnslorene bnslorene type~bnslorene->type~bnsbase type~diffstarlorene diffstarlorene type~diffstarlorene->type~diffstarbase

Contents

Source Code


Components

Type Visibility Attributes Name Initial
double precision, public, DIMENSION(:,:), ALLOCATABLE :: table_eos

Array containing the tabulated \(\mathrm{EOS}\). Its size is determined when reading the tabulated \(\mathrm{EOS}\) from file The first index runs over the field, the second over its values.


Source Code

  TYPE tabu_eos
    DOUBLE PRECISION, PUBLIC, DIMENSION(:,:), ALLOCATABLE:: table_eos
    !# Array containing the tabulated |eos|.
    !  Its size is determined when reading the tabulated |eos| from file
    !  The first index runs over the field, the second over its values.
  END TYPE tabu_eos