From d69ed586dd8e3d1df5b31c0bf037f57c201419ae Mon Sep 17 00:00:00 2001 From: sergio Date: Mon, 6 Sep 2010 14:28:24 +0100 Subject: [PATCH] BUG: constant::mathematical::pi --- .../kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C index 6354144176..ee2300d91e 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C @@ -200,7 +200,7 @@ void Foam::kineticTheoryModel::solve(const volTensorField& gradUat) return; } - const scalar sqrtPi = sqrt(mathematicalConstant::pi); + const scalar sqrtPi = sqrt(constant::mathematical::pi); surfaceScalarField phi = 1.5*rhoa_*phia_*fvc::interpolate(alpha_);