Home
last modified time | relevance | path

Searched full:p0 (Results 1 – 12 of 12) sorted by relevance

/honee/problems/
H A Ddensitycurrent.c32 CeedScalar P0 = 1.e5; // Pa in NS_DENSITY_CURRENT() local
47 PetscCall(PetscOptionsScalar("-P0", "Atmospheric pressure", NULL, P0, &P0, NULL)); in NS_DENSITY_CURRENT()
72 P0 *= units->Pascal; in NS_DENSITY_CURRENT()
78 density_current_ctx->P0 = P0; in NS_DENSITY_CURRENT()
H A Dchannel.c57 CeedScalar P0 = 1.e5; // Pa in NS_CHANNEL() local
62 PetscCall(PetscOptionsScalar("-P0", "Pressure at outflow", NULL, P0, &P0, NULL)); in NS_CHANNEL()
69 P0 *= units->Pascal; in NS_CHANNEL()
89 channel_ctx->P0 = P0; in NS_CHANNEL()
98 CeedScalar rho = P0 / (Rd * theta0); in NS_CHANNEL()
H A Dblasius.c162 …PetscCall(PetscOptionsHasName(NULL, NULL, "-P0", &P0_set)); // For maintaining behavior of -P0 fl… in NS_BLASIUS()
163 PetscCall(PetscOptionsDeprecated("-P0", "-pressure_infinity", "libCEED 0.12.0", in NS_BLASIUS()
199 …if (P0_set) newtonian_ig_ctx->idl_pressure = P_inf; // For maintaining behavior of -P0 flag (whic… in NS_BLASIUS()
H A Dstg_shur14.h11 const CeedScalar P0);
H A Dstg_shur14.c238 const CeedScalar P0) { in SetupStg() argument
274 .P0 = P0, in SetupStg()
/honee/qfunctions/
H A Ddensitycurrent.h20 CeedScalar P0; member
50 // rho = P0 Pi**(cv/Rd) / (Rd theta)
64 // P0 , Pressure at the surface
84 const CeedScalar P0 = context->P0; in Exact_DC() local
114 Y[0] = P0 * pow(Pi, cp / Rd); in Exact_DC()
H A Dstg_shur14.h252 const CeedScalar P0 = stg_ctx->P0; in StgShur14Preprocess() local
254 const CeedScalar rho = P0 / (Rd * theta0); in StgShur14Preprocess()
295 const CeedScalar P0 = stg_ctx->P0; in ICsStg() local
296 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in ICsStg()
316 CeedScalar Y[5] = {P0, u[0], u[1], u[2], theta0}, q[5]; in ICsStg()
350 const CeedScalar P0 = stg_ctx->P0; in StgShur14Inflow() local
356 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow()
486 const CeedScalar P0 = stg_ctx->P0; in StgShur14InflowStrongQF() local
487 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in StgShur14InflowStrongQF()
509 CeedScalar Y[5] = {P0, u[0], u[1], u[2], theta0}, q[5]; in StgShur14InflowStrongQF()
H A Dchannel.h16 CeedScalar P0; // !< Reference Pressure member
27 const CeedScalar P0 = context->P0; in Exact_Channel() local
46 Y[0] = P0; in Exact_Channel()
162 const CeedScalar P = context->P0; // pressure in Channel_Outflow()
H A Dstg_shur14_type.h19 CeedScalar P0; // !< Inlet pressure member
H A Dshocktube.h20 CeedScalar P0; member
/honee/tests/
H A Dchannel_divdiff_verify.yaml41 P0: 18
/honee/doc/
H A Dexamples.md163 * - `-P0`
214 * - `-P0`