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. |
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