conduction_t Derived Type

type, public :: conduction_t


Components

Type Visibility Attributes Name Initial
procedure(real(dp)), public, pointer, nopass :: tcpara
procedure(real(dp)), public, pointer, nopass :: dtcparadT
procedure(real(dp)), public, pointer, nopass :: tcperp
procedure(real(dp)), public, pointer, nopass :: dtcperpdrho
procedure(real(dp)), public, pointer, nopass :: dtcperpdT
procedure(real(dp)), public, pointer, nopass :: dtcperpdB2

Type-Bound Procedures

procedure, public :: get_dtcparadr

  • private impure elemental function get_dtcparadr(this, x)

    Arguments

    Type IntentOptional Attributes Name
    class(conduction_t), intent(in) :: this
    real(kind=dp), intent(in) :: x

    Return Value real(kind=dp)

procedure, public :: get_dtcperpdr

  • private impure elemental function get_dtcperpdr(this, x)

    Arguments

    Type IntentOptional Attributes Name
    class(conduction_t), intent(in) :: this
    real(kind=dp), intent(in) :: x

    Return Value real(kind=dp)

procedure, public :: get_tcprefactor

  • private impure elemental function get_tcprefactor(this, x)

    Arguments

    Type IntentOptional Attributes Name
    class(conduction_t), intent(in) :: this
    real(kind=dp), intent(in) :: x

    Return Value real(kind=dp)

procedure, public :: get_dtcprefactordr

  • private impure elemental function get_dtcprefactordr(this, x)

    Arguments

    Type IntentOptional Attributes Name
    class(conduction_t), intent(in) :: this
    real(kind=dp), intent(in) :: x

    Return Value real(kind=dp)

procedure, public :: delete

  • private subroutine delete(this)

    Arguments

    Type IntentOptional Attributes Name
    class(conduction_t), intent(inout) :: this