mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: dynamicFvMesh: indentation, naming
This commit is contained in:
@ -78,7 +78,7 @@ public:
|
|||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
//- Construct from IOobject
|
//- Construct from IOobject
|
||||||
dynamicMotionSolverFvMesh(const IOobject& io, bool syncPar=true);
|
dynamicMotionSolverFvMesh(const IOobject& io, const bool doInit=true);
|
||||||
|
|
||||||
//- Construct from components without boundary.
|
//- Construct from components without boundary.
|
||||||
// Boundary is added using addFvPatches() member function
|
// Boundary is added using addFvPatches() member function
|
||||||
|
|||||||
@ -114,7 +114,7 @@ bool Foam::dynamicMotionSolverListFvMesh::init(const bool doInit)
|
|||||||
motionSolvers_.set
|
motionSolvers_.set
|
||||||
(
|
(
|
||||||
i++,
|
i++,
|
||||||
motionSolver::New(*this, IOsolverDict)
|
motionSolver::New(*this, IOsolverDict)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user