Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Ddensitycurrent.h99 const CeedScalar Rd = cp - cv; in Exact_DC() local
122 Y[0] = P0 * pow(Pi, cp / Rd); in Exact_DC()
H A Dblasius.h83 CeedScalar Rd = GasConstant(&blasius->newtonian_ctx); in BlasiusSolution() local
96 Y[0] = rho_infty / h[0] * Rd * Y[4]; in BlasiusSolution()
196 const CeedScalar Rd = GasConstant(gas); in Blasius_Inflow_Jacobian() local
221 dP = drho * Rd * S_infty.Y.temperature; // interior rho with exterior T in Blasius_Inflow_Jacobian()
H A Dstg_shur14.h245 const CeedScalar Rd = GasConstant(&stg_ctx->newtonian_ctx); in StgShur14Preprocess() local
246 const CeedScalar rho = P0 / (Rd * theta0); in StgShur14Preprocess()
348 const CeedScalar Rd = GasConstant(&stg_ctx->newtonian_ctx); in StgShur14Inflow() local
352 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() local
445 dP = drho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow_Jacobian()
/libCEED/examples/fluids/problems/
H A Dchannel.c89 CeedScalar Rd = cp - cv; in NS_CHANNEL() local
90 CeedScalar rho = P0 / (Rd * theta0); in NS_CHANNEL()