atl_mult_nu11_Rans_2d Function

public function atl_mult_nu11_Rans_2d(state, velocity, inVec, isenCoeff, mu, lambda, thermCond, rans_params, heatCap) result(outVec)

Arguments

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

The state array

real(kind=rk), intent(in) :: velocity(2)

The velocity

real(kind=rk), intent(in) :: inVec(6)

Vector to be multiplied with nu11

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

Adiabatice index, also known as isentropic expansion factor.

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

Dynamic Viscosity

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

Viscosity

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

The thermal cond

type(atl_navier_stokes_rans_type), intent(in) :: rans_params

The constants for the Rans eqn

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

The specific heat capacity (per mass unit mass, at constant volume)

Return Value real(kind=rk), (6)

The result of the matrix vector product