VariableConversion_MU Module

GradientValuesForQ takes the solution (Q) values and returns the quantities of which the gradients will be taken.



Subroutines

public pure subroutine mGradientVariables(nEqn, nGrad, Q, U, rho_)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nEqn
integer, intent(in) :: nGrad
real(kind=RP), intent(in) :: Q(nEqn)
real(kind=RP), intent(out) :: U(nGrad)
real(kind=RP), intent(in), optional :: rho_

public pure subroutine GetmOneFluidViscosity(c, mu)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: c
real(kind=RP), intent(out) :: mu

public pure subroutine GetmTwoFluidsViscosity(c, mu)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: c
real(kind=RP), intent(out) :: mu