Lines Matching refs:nu
108 … const CeedScalar nu, CeedScalar *hmax, CeedScalar *ke, CeedScalar *keta, CeedScalar *kcut) { in SpectrumConstants() argument
111 *keta = 2 * M_PI * pow(Cube(nu) / eps, -0.25); in SpectrumConstants()
129 … const CeedScalar nu, CeedScalar qn[], const StgShur14Context stg_ctx) { 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()
247 const CeedScalar nu = mu / rho; in StgShur14Preprocess() local
266 SpectrumConstants(wall_dist, eps, lt, h_node_sep, nu, &hmax, &ke, &keta, &kcut); in StgShur14Preprocess()
294 const CeedScalar nu = gas->mu / rho; in ICsStg() local
307 CalcSpectrum(x_i[1], eps, lt, h_node_sep, nu, qn, stg_ctx); in ICsStg()
484 const CeedScalar nu = gas->mu / rho; in StgShur14InflowStrongQF() local
501 …14Calc_PrecompEktot(x, time, ubar, cij, inv_Ektotal[i], h_node_sep, x[1], eps, lt, nu, u, stg_ctx); in StgShur14InflowStrongQF()
504 CalcSpectrum(coords[1][i], eps, lt, h_node_sep, nu, qn, stg_ctx); in StgShur14InflowStrongQF()