Skip to content

Commit

Permalink
Change mu_t_30 from constexpr to Real.#27888
Browse files Browse the repository at this point in the history
  • Loading branch information
freiler committed Jul 17, 2024
1 parent 8877745 commit 3a1d86b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ class INSFVTurbulentViscosityWallFunction : public FVDirichletBCBase
NS::WallTreatmentEnum _wall_treatment;

// Mu_t evaluated at y+=30 for blending purposes
static constexpr Real _mut_30 =
const Real _mut_30 =
(NS::von_karman_constant * 30.0 / std::log(NS::E_turb_constant * 30.0) - 1.0);
};

0 comments on commit 3a1d86b

Please sign in to comment.