Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstg_shur14.h36 …const CeedScalar wall_dist, CeedScalar ubar[3], CeedScalar cij[6], CeedScalar *eps, CeedScalar *lt, in InterpolateProfile() argument
41 const CeedScalar *prof_lt = &stg_ctx->data[stg_ctx->offsets.lt]; in InterpolateProfile()
66 *lt = prof_lt[idx - 1] + coeff * (prof_lt[idx] - prof_lt[idx - 1]); in InterpolateProfile()
78 *lt = prof_lt[nprofs - 1]; in InterpolateProfile()
102 …nstants(const CeedScalar wall_dist, const CeedScalar eps, const CeedScalar lt, const CeedScalar hN… in SpectrumConstants() argument
105 *ke = wall_dist == 0 ? 1e16 : 2 * M_PI / Min(2 * wall_dist, 3 * lt); in SpectrumConstants()
123 …pectrum(const CeedScalar wall_dist, const CeedScalar eps, const CeedScalar lt, const CeedScalar h_… in CalcSpectrum() argument
129 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in CalcSpectrum()
195 … const CeedScalar eps, const CeedScalar lt, const CeedScalar nu, CeedScalar u[3], in StgShur14Calc_PrecompEktot() argument
203 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Calc_PrecompEktot()
[all …]
H A Dstg_shur14_type.h36 size_t lt; // !< Tubulent Length Scale [nprof, 6] member
/honee/problems/
H A Dstg_shur14.c73 CeedScalar *lt = &stg_ctx->data[stg_ctx->offsets.lt]; in ReadStgInflow() local
92 lt[i] = (CeedScalar)atof(array[12]); in ReadStgInflow()
96 …PetscCheck(lt[i] >= 0, comm, PETSC_ERR_FILE_UNEXPECTED, "Turbulent length scale in %s cannot be ne… in ReadStgInflow()
191 temp_ctx->offsets.lt = temp_ctx->offsets.eps + nprofs; in GetStgContextData()
192 PetscInt total_num_scalars = temp_ctx->offsets.lt + nprofs; in GetStgContextData()
205 CeedScalar *lt = &(*stg_ctx)->data[(*stg_ctx)->offsets.lt]; in GetStgContextData() local
209 le = PetscMin(2 * wall_dist[i], 3 * lt[i]); in GetStgContextData()
/honee/doc/
H A Dtheory.md569 lt[l_t]
587 lt --Calc-->ke --Calc-->kn
602 lt --Copy--> ltC;