Lines Matching refs:ke
96 const CeedScalar ke, const CeedScalar Ektot_inv) { in Calc_qn()
98 …return pow(kappa / ke, 4.) * pow(1 + 2.4 * Square(kappa / ke), -17. / 6) * feta_x_fcut * dkappa * … in Calc_qn()
103 … const CeedScalar nu, CeedScalar *hmax, CeedScalar *ke, CeedScalar *keta, CeedScalar *kcut) { in SpectrumConstants() argument
105 *ke = wall_dist == 0 ? 1e16 : 2 * M_PI / Min(2 * wall_dist, 3 * lt); in SpectrumConstants()
127 CeedScalar hmax, ke, keta, kcut, Ektot = 0.0; in CalcSpectrum() local
129 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in CalcSpectrum()
133 qn[n] = Calc_qn(kappa[n], dkappa, keta, kcut, ke, 1.0); in CalcSpectrum()
202 CeedScalar hmax, ke, keta, kcut; in StgShur14Calc_PrecompEktot() local
203 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Calc_PrecompEktot()
213 const CeedScalar qn = Calc_qn(kappa[n], dkappa, keta, kcut, ke, Ektot); in StgShur14Calc_PrecompEktot()
259 CeedScalar hmax, ke, keta, kcut; in StgShur14Preprocess() local
268 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Preprocess()
274 Ek_tot += Calc_qn(kappa[n], dkappa, keta, kcut, ke, 1.0); in StgShur14Preprocess()