Lines Matching refs:rho
254 const CeedScalar rho = P0 / (Rd * theta0); in StgShur14Preprocess() local
255 const CeedScalar nu = mu / rho; in StgShur14Preprocess()
296 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in ICsStg() local
297 const CeedScalar nu = gas.mu / rho; in ICsStg()
356 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow() local
369 CalcSpectrum(X[1][i], eps, lt, h_node_sep, mu / rho, qn, stg_ctx); in StgShur14Inflow()
375 const CeedScalar E_kinetic = .5 * rho * Dot3(u, u); in StgShur14Inflow()
379 E_internal = rho * cv * theta0; in StgShur14Inflow()
381 P = rho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow()
398 v[0][i] -= wdetJb * rho * u_normal; in StgShur14Inflow()
401 for (CeedInt j = 0; j < 3; j++) v[j + 1][i] -= wdetJb * (rho * u_normal * u[j] + normal[j] * P); in StgShur14Inflow()
406 const CeedScalar U[] = {rho, u[0], u[1], u[2], E}, kmstress[6] = {0.}; in StgShur14Inflow()
487 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in StgShur14InflowStrongQF() local
488 const CeedScalar nu = gas.mu / rho; in StgShur14InflowStrongQF()