Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | ilambda | = | 3 | |
integer, | public, | parameter | :: | imu | = | 2 | |
integer, | public, | parameter | :: | irho | = | 1 | |
integer, | public, | parameter | :: | ish | = | 4 | |
real(kind=psb_dpk_), | public, | parameter | :: | std_pres_ | = | 1.01325d+05 | |
real(kind=psb_dpk_), | public, | parameter | :: | std_temp_ | = | 298.15d0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name | |||
character(len=1), | intent(out) | :: | state | |||
real(kind=psb_dpk_), | intent(out) | :: | dtemp | |||
real(kind=psb_dpk_), | intent(out) | :: | tmin | |||
real(kind=psb_dpk_), | intent(out) | :: | tmax | |||
real(kind=psb_dpk_), | intent(out), | allocatable | :: | rho(:) | ||
real(kind=psb_dpk_), | intent(out), | allocatable | :: | mu(:) | ||
real(kind=psb_dpk_), | intent(out), | allocatable | :: | lambda(:) | ||
real(kind=psb_dpk_), | intent(out), | allocatable | :: | sh(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | input_file | |||
integer, | intent(in) | :: | bid | |||
character(len=*), | intent(out) | :: | name | |||
integer, | intent(out) | :: | ilaw(:) | |||
character(len=*), | intent(out) | :: | type | |||
integer, | intent(out) | :: | id |