Lines Matching refs:rho
1 subroutine getDiff( dwl,yl, shape, xmudmi, xl, rmu, rho) argument
10 & shape(npro,nshl), rho(npro),
37 rho = datmat(1,1,1) ! single fluid model, i.e., only 1 density
64 rho = datmat(1,1,2) + (datmat(1,1,1)-datmat(1,1,2))*prop_blend
92 call AddEddyViscKE(yl, dwl, shape, rho, sigmaInv, rmu)
135 real*8 diffus(npro), rho(npro) local
138 rho(:) = datmat(1,1,1) ! single fluid model, i.e., only 1 density
151 call AddEddyViscKE(yl, dwl, shape, rho, sigmaInv, diffus)
336 subroutine AddEddyViscKE(yl, dwl, shape, rho, sigmaInv, rmu) argument
345 & rho
371 Rey = sqrt(kay) * dw * rho(e) / rmu(e)
372 Ret = kay*kay * epsInv * rho(e) / rmu(e)
378 eviscKE=rho(e)*ke_C_mu*fmuKE*kay*kay*epsInv