Lines Matching refs:ke
101 const CeedScalar ke, const CeedScalar Ektot_inv) { in Calc_qn()
103 …return pow(kappa / ke, 4.) * pow(1 + 2.4 * Square(kappa / ke), -17. / 6) * feta_x_fcut * dkappa * … in Calc_qn()
108 … const CeedScalar nu, CeedScalar *hmax, CeedScalar *ke, CeedScalar *keta, CeedScalar *kcut) { in SpectrumConstants() argument
110 *ke = wall_dist == 0 ? 1e16 : 2 * M_PI / Min(2 * wall_dist, 3 * lt); in SpectrumConstants()
132 CeedScalar hmax, ke, keta, kcut, Ektot = 0.0; in CalcSpectrum() local
134 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in CalcSpectrum()
138 qn[n] = Calc_qn(kappa[n], dkappa, keta, kcut, ke, 1.0); in CalcSpectrum()
207 CeedScalar hmax, ke, keta, kcut; in StgShur14Calc_PrecompEktot() local
208 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Calc_PrecompEktot()
218 const CeedScalar qn = Calc_qn(kappa[n], dkappa, keta, kcut, ke, Ektot); in StgShur14Calc_PrecompEktot()
251 CeedScalar hmax, ke, keta, kcut; in StgShur14Preprocess() local
266 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Preprocess()
272 Ek_tot += Calc_qn(kappa[n], dkappa, keta, kcut, ke, 1.0); in StgShur14Preprocess()