mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: constant::mathematical::pi
This commit is contained in:
@ -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_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user