Lines Matching refs:rhog
268 PetscReal rhog; member
554 thi->rhog = rho * grav; in THICreate()
699 …- 1, drivingx = thi->rhog * (prm[i + 1][j].b + prm[i + 1][j].h - prm[i - 1][j].b - prm[i - 1][j].h… in THIInitial()
796 jw /= thi->rhog; /* scales residuals to be O(1) */ in THIFunctionLocal()
802 …[1]) + dp[1] * jw * eta * (du[1] + dv[0]) + dp[2] * jw * eta * du[2] + pp * jw * thi->rhog * ds[0]; in THIFunctionLocal()
803 …[1]) + dp[0] * jw * eta * (du[1] + dv[0]) + dp[2] * jw * eta * dv[2] + pp * jw * thi->rhog * ds[1]; in THIFunctionLocal()
822 …alar diagu = 2 * etabase / thi->rhog * (hx * hy / hz + hx * hz / hy + 4 * hy * hz / hx), diagv = 2… in THIFunctionLocal()
827 const PetscReal jw = 0.25 * hx * hy / thi->rhog, *phi = QuadQInterp[q]; in THIFunctionLocal()
1000 jw = 0.25 * hx * hy / thi->rhog; /* rhog is only scaling */ in THIJacobianLocal_2D()
1085 jw /= thi->rhog; /* residuals are scaled by this factor */
1144 …alar diagu = 2 * etabase / thi->rhog * (hx * hy / hz + hx * hz / hy + 4 * hy * hz / hx), diagv = 2…
1149 const PetscReal jw = 0.25 * hx * hy / thi->rhog, *phi = QuadQInterp[q];