Searched defs:lt (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | stg_shur14.h | 41 …const CeedScalar wall_dist, CeedScalar ubar[3], CeedScalar cij[6], CeedScalar *eps, CeedScalar *lt, in InterpolateProfile() 107 …pectrumConstants(const CeedScalar wall_dist, const CeedScalar eps, const CeedScalar lt, const Ceed… in SpectrumConstants() 128 …oid CalcSpectrum(const CeedScalar wall_dist, const CeedScalar eps, const CeedScalar lt, const Ceed… in CalcSpectrum() 200 … const CeedScalar eps, const CeedScalar lt, const CeedScalar nu, CeedScalar u[3], in StgShur14Calc_PrecompEktot() 239 CeedScalar ubar[3], cij[6], eps, lt; in StgShur14Preprocess() local 288 CeedScalar qn[STG_NMODES_MAX], u[3], ubar[3], cij[6], eps, lt; in ICsStg() local 338 CeedScalar qn[STG_NMODES_MAX], u[3], ubar[3], cij[6], eps, lt; in StgShur14Inflow() local 477 CeedScalar u[3], ubar[3], cij[6], eps, lt; in StgShur14InflowStrongQF() local
|
| H A D | stg_shur14_type.h | 43 size_t lt; // !< Tubulent Length Scale [nprof, 6] member
|
| /libCEED/examples/fluids/problems/ |
| H A D | stg_shur14.c | 77 CeedScalar *lt = &stg_ctx->data[stg_ctx->offsets.lt]; in ReadStgInflow() local 206 CeedScalar *lt = &(*stg_ctx)->data[(*stg_ctx)->offsets.lt]; in GetStgContextData() local
|