Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstg_shur14.h36 CEED_QFUNCTION_HELPER void InterpolateProfile(const CeedScalar wall_dist, CeedScalar ubar[3], CeedS… in InterpolateProfile()
42 const CeedScalar *prof_ubar = &stg_ctx->data[stg_ctx->offsets.ubar]; in InterpolateProfile()
56ubar[0] = prof_ubar[0 * nprofs + idx - 1] + coeff * (prof_ubar[0 * nprofs + idx] - prof_ubar[0 * n… in InterpolateProfile()
57ubar[1] = prof_ubar[1 * nprofs + idx - 1] + coeff * (prof_ubar[1 * nprofs + idx] - prof_ubar[1 * n… in InterpolateProfile()
58ubar[2] = prof_ubar[2 * nprofs + idx - 1] + coeff * (prof_ubar[2 * nprofs + idx] - prof_ubar[2 * n… in InterpolateProfile()
68 ubar[0] = prof_ubar[1 * nprofs - 1]; in InterpolateProfile()
69 ubar[1] = prof_ubar[2 * nprofs - 1]; in InterpolateProfile()
70 ubar[2] = prof_ubar[3 * nprofs - 1]; in InterpolateProfile()
152 …StgShur14Calc(const CeedScalar X[3], const CeedScalar t, const CeedScalar ubar[3], const CeedScala… in StgShur14Calc()
173 u[0] = ubar[0] + cij[0] * vp[0]; in StgShur14Calc()
[all …]
H A Dstg_shur14_type.h33 size_t ubar; // !< Mean velocity, [nprof, 3] member
/honee/problems/
H A Dstg_shur14.c74 …CeedScalar(*ubar)[stg_ctx->nprofs] = (CeedScalar(*)[stg_ctx->nprofs]) & stg_ctx->data[stg_ctx->off… in ReadStgInflow() local
83 ubar[0][i] = (CeedScalar)atof(array[1]); in ReadStgInflow()
84 ubar[1][i] = (CeedScalar)atof(array[2]); in ReadStgInflow()
85 ubar[2][i] = (CeedScalar)atof(array[3]); in ReadStgInflow()
188 temp_ctx->offsets.ubar = temp_ctx->offsets.wall_dist + nprofs; in GetStgContextData()
189 temp_ctx->offsets.cij = temp_ctx->offsets.ubar + nprofs * 3; in GetStgContextData()
/honee/doc/
H A Dtheory.md572 ubar
596 ubarC[ubar]
600 ubar --Copy--> ubarC;
634 | $\bm{\overline{u}}$ | ubar | Yes | No |