compute_bulkViscOmega Subroutine

public subroutine compute_bulkViscOmega(species, bulkvisc, bulkviscLvl, minLevel, maxLevel)

This routine compute bulk viscosity omega for species for all levels omega_bulk = (2-molWeigRatio_k)/(3*bulk_visc)

Arguments

Type IntentOptional Attributes Name
type(mus_species_type), intent(inout) :: species

contains species information

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

bulk viscosity of the mixture

real(kind=rk), intent(in) :: bulkviscLvl(globalMaxLevels)
integer, intent(in) :: minLevel
integer, intent(in) :: maxLevel