Searched refs:lt (Results 1 – 5 of 5) 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() argument 46 const CeedScalar *prof_lt = &stg_ctx->data[stg_ctx->offsets.lt]; in InterpolateProfile() 71 *lt = prof_lt[idx - 1] + coeff * (prof_lt[idx] - prof_lt[idx - 1]); in InterpolateProfile() 83 *lt = prof_lt[nprofs - 1]; in InterpolateProfile() 107 …nstants(const CeedScalar wall_dist, const CeedScalar eps, const CeedScalar lt, const CeedScalar hN… in SpectrumConstants() argument 110 *ke = wall_dist == 0 ? 1e16 : 2 * M_PI / Min(2 * wall_dist, 3 * lt); in SpectrumConstants() 128 …pectrum(const CeedScalar wall_dist, const CeedScalar eps, const CeedScalar lt, const CeedScalar h_… in CalcSpectrum() argument 134 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in CalcSpectrum() 200 … const CeedScalar eps, const CeedScalar lt, const CeedScalar nu, CeedScalar u[3], in StgShur14Calc_PrecompEktot() argument 208 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Calc_PrecompEktot() [all …]
|
| 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 96 lt[i] = (CeedScalar)atof(array[12]); in ReadStgInflow() 100 …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() 206 CeedScalar *lt = &(*stg_ctx)->data[(*stg_ctx)->offsets.lt]; in GetStgContextData() local 210 le = PetscMin(2 * wall_dist[i], 3 * lt[i]); in GetStgContextData()
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 708 parameter (lt=lx1*ly1*lz1*lelt) 710 common /vcrns/ u1(lt),r1(lt),r2(lt),r3(lt) 711 common /vcrny/ e1(lt) 712 common /vcrvh/ h1(lt),h2(lx*lelt),pap(3) 1017 parameter (lt=lx1*ly1*lz1*lelt) 1019 common /vcrns/ u1(lt),r1(lt),r2(lt),r3(lt) 1020 common /vcrny/ e1(lt) 1021 common /vcrvh/ h1(lt),h2(ld),pap(3) 1342 parameter (lt=lx1*ly1*lz1*lelt) 1344 real*8 u1(lt),r1(lt),h1(lt),h2(lt) [all …]
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 786 lt[l_t] 804 lt --Calc-->ke --Calc-->kn 819 lt --Copy--> ltC;
|