mus_wall_function_reichardt_type Derived Type

type, public, extends(mus_wall_function_type) :: mus_wall_function_reichardt_type

extend the abstract subclass mus_wall_function_type


Inherits

type~~mus_wall_function_reichardt_type~~InheritsGraph type~mus_wall_function_reichardt_type mus_wall_function_reichardt_type type~mus_wall_function_type mus_wall_function_type type~mus_wall_function_reichardt_type->type~mus_wall_function_type

Type-Bound Procedures

procedure, public, nopass :: get_uPlus

function to get uPlus

  • private pure function get_uPlus(yPlus) result(uPlus)

    function to get uPlus

    Arguments

    Type IntentOptional Attributes Name
    real(kind=rk), intent(in) :: yPlus

    yPlus

    Return Value real(kind=rk)

procedure, public, nopass :: get_d_uPlus_d_uTau

function to apply the newon method

  • private pure function get_d_uPlus_d_uTau(y, uTau, nu) result(d_uPlus_d_uTau)

    function to get the derivative of uPlus with respect to uTau

    Arguments

    Type IntentOptional Attributes Name
    real(kind=rk), intent(in) :: y

    vertical distance from the wall

    real(kind=rk), intent(in) :: uTau

    uTau at iteration n

    real(kind=rk), intent(in) :: nu

    dynamic viscosity

    Return Value real(kind=rk)