This routine compute bulk viscosity omega for species for all levels omega_bulk = (2-molWeigRatio_k)/(3*bulk_visc)
Type | Intent | Optional | 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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iLevel |