Searched refs:Rd (Results 1 – 4 of 4) sorted by relevance
99 const CeedScalar Rd = cp - cv; in Exact_DC() local122 Y[0] = P0 * pow(Pi, cp / Rd); in Exact_DC()
83 CeedScalar Rd = GasConstant(&blasius->newtonian_ctx); in BlasiusSolution() local96 Y[0] = rho_infty / h[0] * Rd * Y[4]; in BlasiusSolution()196 const CeedScalar Rd = GasConstant(gas); in Blasius_Inflow_Jacobian() local221 dP = drho * Rd * S_infty.Y.temperature; // interior rho with exterior T in Blasius_Inflow_Jacobian()
245 const CeedScalar Rd = GasConstant(&stg_ctx->newtonian_ctx); in StgShur14Preprocess() local246 const CeedScalar rho = P0 / (Rd * theta0); in StgShur14Preprocess()348 const CeedScalar Rd = GasConstant(&stg_ctx->newtonian_ctx); in StgShur14Inflow() local352 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow()377 P = rho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow()418 const CeedScalar Rd = GasConstant(&stg_ctx->newtonian_ctx); in StgShur14Inflow_Jacobian() local445 dP = drho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow_Jacobian()
89 CeedScalar Rd = cp - cv; in NS_CHANNEL() local90 CeedScalar rho = P0 / (Rd * theta0); in NS_CHANNEL()