Searched refs:Ret (Results 1 – 2 of 2) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | elm3keps.f | 137 & kk, kqInv, nuInv, Rey, Ret, Rey_k, local 228 Ret = kk * epsInv * nuInv 233 if(Ret.lt.1.d100.AND.Ret.gt.zero) RetInv=1./Ret 258 f2 = 1. - exp(- Ret ** 2 ) ! f2 as in Lam-Bremhorst 269 f2_k = 2.* Ret * Ret_k * exp(-Ret**2) 270 f2_eps = 2.* Ret * Ret_eps * exp(-Ret**2)
|
| /phasta/phSolver/incompressible/ |
| H A D | getdiff.f | 352 double precision epsInv, Rey, Ret, RetInv, tmp1, fmuKE 372 Ret = kay*kay * epsInv * rho(e) / rmu(e) 374 if(Ret.lt.1.d100.AND.Ret.gt.zero) RetInv=1./Ret
|