The module contains the implementation of the methods of TYPE diffstar that allow to access PRIVATE members.
FT 25.10.2021
Returns the value of diffstar_identifier, the integer identifier of the diffstar object
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(diffstarlorene), | intent(in) | :: | this |
diffstarlorene object which this PROCEDURE is a member of |
Returns the \(\texttt{LORENE}\) ID-number of the EOS of the DRS
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(diffstarlorene), | intent(in) | :: | this |
diffstarlorene object which this PROCEDURE is a member of |
Returns the \(\mathrm{EOS}\) parameters of the DRS
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(diffstarlorene), | intent(in) | :: | this |
diffstarlorene object which this PROCEDURE is a member of |
||
integer, | intent(in) | :: | i_matter |
Index of the matter object whose parameter is to return |
||
double precision, | intent(out), | DIMENSION(:), ALLOCATABLE | :: | eos_params |
Array containing the parameters of the \(\mathrm{EOS}\) for the DRS |
Returns one of the member arrays, selected with the string input.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(diffstarlorene), | intent(in) | :: | this |
diffstarlorene object which this PROCEDURE is a member of |
||
character(len=:), | intent(in), | ALLOCATABLE | :: | field |
Name of the desired diffstarlorene member array |
Desired diffstarlorene member array
Returns the value of one of the member arrays, selected with the string input, at the point given as argument.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(diffstarlorene), | intent(in) | :: | this |
diffstarlorene object which this PROCEDURE is a member of |
||
character(len=:), | intent(in), | ALLOCATABLE | :: | field |
Name of the desired diffstarlorene member array |
|
integer, | intent(in) | :: | n |
Component of the desired diffstarlorene member array |
Component n of the desired diffstarlorene member array