Lines Matching refs:rho
246 const CeedScalar rho = P0 / (Rd * theta0); in StgShur14Preprocess() local
247 const CeedScalar nu = mu / rho; in StgShur14Preprocess()
293 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in ICsStg() local
294 const CeedScalar nu = gas->mu / rho; in ICsStg()
352 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow() local
365 CalcSpectrum(X[1][i], eps, lt, h_node_sep, mu / rho, qn, stg_ctx); in StgShur14Inflow()
371 const CeedScalar E_kinetic = .5 * rho * Dot3(u, u); in StgShur14Inflow()
375 E_internal = rho * cv * theta0; in StgShur14Inflow()
377 P = rho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow()
394 v[0][i] -= wdetJb * rho * u_normal; in StgShur14Inflow()
397 for (CeedInt j = 0; j < 3; j++) v[j + 1][i] -= wdetJb * (rho * u_normal * u[j] + norm[j] * P); in StgShur14Inflow()
402 const CeedScalar U[] = {rho, u[0], u[1], u[2], E}, kmstress[6] = {0.}; in StgShur14Inflow()
483 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in StgShur14InflowStrongQF() local
484 const CeedScalar nu = gas->mu / rho; in StgShur14InflowStrongQF()