Module containing resistivity-related routines, calculates and sets the resistivity values based on the equilibrium configuration.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(settings_t), | private, | pointer | :: | settings | => | null() | |
type(background_t), | private, | pointer | :: | background | => | null() |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
procedure(realdp), | public, | pointer, nopass | :: | eta | |||
procedure(realdp), | public, | pointer, nopass | :: | detadT | |||
procedure(realdp), | public, | pointer, nopass | :: | detadr |
procedure, public :: delete |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(settings_t), | intent(in), | target | :: | settings_tgt | ||
type(background_t), | intent(in), | target | :: | background_tgt |
Default profile for the resistivity $\eta$. Returns one of the following: - The Spitzer resistivity based on the equilibrium temperature profile - a fixed resistivity value - zero (if resistivity is disabled) Values are normalised on return.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x |
Default profile for the derivative of the resistivity $\eta$ with respect to the temperature $T$. Returns one of the following: - zero (if resistivity is disabled or for fixed resistivity) - derivative of Spitzer resistivity with respect to T Values are normalised on return.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x |
Default profile for the derivative of the resistivity $\eta$ with respect to position. Returns zero unless a dropoff profile was chosen.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(resistivity_t), | intent(inout) | :: | this |