Home
last modified time | relevance | path

Searched refs:Rd (Results 1 – 4 of 4) sorted by relevance

/honee/qfunctions/
H A Dblasius.h76 CeedScalar Rd = GasConstant(blasius->newt_ctx.gas); in BlasiusSolution() local
89 Y[0] = rho_infty / h[0] * Rd * Y[4]; in BlasiusSolution()
186 const CeedScalar Rd = GasConstant(gas); in Blasius_Inflow_Jacobian() local
211 dP = drho * Rd * S_infty.Y.temperature; // interior rho with exterior T in Blasius_Inflow_Jacobian()
H A Ddensitycurrent.h91 const CeedScalar Rd = GasConstant(gas); in Exact_DC() local
114 Y[0] = P0 * pow(Pi, cp / Rd); in Exact_DC()
H A Dstg_shur14.h253 const CeedScalar Rd = GasConstant(stg_ctx->newt_ctx.gas); in StgShur14Preprocess() local
254 const CeedScalar rho = P0 / (Rd * theta0); in StgShur14Preprocess()
352 const CeedScalar Rd = GasConstant(gas); in StgShur14Inflow() local
356 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() local
450 dP = drho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow_Jacobian()
/honee/problems/
H A Dchannel.c97 CeedScalar Rd = cp - cv; in NS_CHANNEL() local
98 CeedScalar rho = P0 / (Rd * theta0); in NS_CHANNEL()