mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: partial revert for 5cfa97624e
This commit is contained in:
@ -221,7 +221,7 @@ Foam::displacementLayeredMotionFvMotionSolver::faceZoneEvaluate
|
||||
tmp<vectorField> tfld(new vectorField(meshPoints.size()));
|
||||
vectorField& fld = tfld();
|
||||
|
||||
const word& type = dict.lookup("type");
|
||||
const word type(dict.lookup("type"));
|
||||
|
||||
if (type == "fixedValue")
|
||||
{
|
||||
|
||||
@ -44,8 +44,7 @@ Foam::motionDiffusivity::motionDiffusivity(const fvMotionSolver& mSolver)
|
||||
|
||||
// * * * * * * * * * * * * * * * * Selectors * * * * * * * * * * * * * * * * //
|
||||
|
||||
Foam::autoPtr<Foam::motionDiffusivity>
|
||||
Foam::motionDiffusivity::New
|
||||
Foam::autoPtr<Foam::motionDiffusivity> Foam::motionDiffusivity::New
|
||||
(
|
||||
const fvMotionSolver& mSolver,
|
||||
Istream& mdData
|
||||
|
||||
Reference in New Issue
Block a user