Searched refs:Rd (Results 1 – 4 of 4) sorted by relevance
76 CeedScalar Rd = GasConstant(blasius->newt_ctx.gas); in BlasiusSolution() local89 Y[0] = rho_infty / h[0] * Rd * Y[4]; in BlasiusSolution()186 const CeedScalar Rd = GasConstant(gas); in Blasius_Inflow_Jacobian() local211 dP = drho * Rd * S_infty.Y.temperature; // interior rho with exterior T in Blasius_Inflow_Jacobian()
91 const CeedScalar Rd = GasConstant(gas); in Exact_DC() local114 Y[0] = P0 * pow(Pi, cp / Rd); in Exact_DC()
253 const CeedScalar Rd = GasConstant(stg_ctx->newt_ctx.gas); in StgShur14Preprocess() local254 const CeedScalar rho = P0 / (Rd * theta0); in StgShur14Preprocess()352 const CeedScalar Rd = GasConstant(gas); in StgShur14Inflow() local356 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow()381 P = rho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow()423 const CeedScalar Rd = GasConstant(gas); in StgShur14Inflow_Jacobian() local450 dP = drho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow_Jacobian()
97 CeedScalar Rd = cp - cv; in NS_CHANNEL() local98 CeedScalar rho = P0 / (Rd * theta0); in NS_CHANNEL()