Lines Matching refs:exponent
263 PetscReal Bd2, eps, exponent; member
266 PetscReal irefgam, eps2, exponent, refvel, epsvel; member
365 if (thi->friction.exponent == 0) { in THIFriction()
369 … = rbeta2 * PetscPowReal(thi->friction.eps2 + gam * thi->friction.irefgam, thi->friction.exponent); in THIFriction()
370 …*dbeta2 = thi->friction.exponent * *beta2 / (thi->friction.eps2 + gam * thi->friction.irefgam) * t… in THIFriction()
376 PetscReal Bd2, eps, exponent; in THIViscosity() local
384 thi->viscosity.exponent = (p - 2) / 2; in THIViscosity()
388 exponent = thi->viscosity.exponent; in THIViscosity()
390 *eta = Bd2 * PetscPowReal(eps + gam, exponent); in THIViscosity()
391 *deta = exponent * (*eta) / (eps + gam); in THIViscosity()
529 thi->friction.exponent = (m - 1) / 2; in THICreate()