Lines Matching refs:exponent
250 PetscReal Bd2, eps, exponent, glen_n; member
253 PetscReal irefgam, eps2, exponent; member
256 PetscReal rate, exponent, refvel; member
415 if (thi->friction.exponent == 0) { in THIFriction()
419 … = rbeta2 * PetscPowReal(thi->friction.eps2 + gam * thi->friction.irefgam, thi->friction.exponent); in THIFriction()
420 …*dbeta2 = thi->friction.exponent * *beta2 / (thi->friction.eps2 + gam * thi->friction.irefgam) * t… in THIFriction()
426 PetscReal Bd2, eps, exponent; in THIViscosity() local
434 thi->viscosity.exponent = (p - 2) / 2; in THIViscosity()
438 exponent = thi->viscosity.exponent; in THIViscosity()
440 *eta = Bd2 * PetscPowReal(eps + gam, exponent); in THIViscosity()
441 *deta = exponent * (*eta) / (eps + gam); in THIViscosity()
446 …>erosion.refvel), rate = -thi->erosion.rate * PetscPowScalar(magref2, 0.5 * thi->erosion.exponent); in THIErosion()
449 if (thi->erosion.exponent == 1) { in THIErosion()
453 …derate->u = 0.5 * thi->erosion.exponent * rate / magref2 * 2. * vel->u / PetscSqr(thi->erosion.ref… in THIErosion()
454 …derate->v = 0.5 * thi->erosion.exponent * rate / magref2 * 2. * vel->v / PetscSqr(thi->erosion.ref… in THIErosion()
533 thi->erosion.exponent = 1.; in THICreate()
598 thi->friction.exponent = (m - 1) / 2; in THICreate()
600 …velocity appearing in erosion relation", NULL, thi->erosion.exponent, &thi->erosion.exponent, NULL… in THICreate()