Skip to content
Snippets Groups Projects
Commit da707268 authored by Henry's avatar Henry
Browse files

dynamicMotionSolverFvMesh.C: Removed temporary relaxation

parent a80708c8
No related branches found
No related tags found
No related merge requests found
......@@ -61,9 +61,6 @@ Foam::dynamicMotionSolverFvMesh::~dynamicMotionSolverFvMesh()
bool Foam::dynamicMotionSolverFvMesh::update()
{
//***HGW Info<< "Foam::dynamicMotionSolverFvMesh::update() relax" << endl;
//***HGW fvMesh::movePoints(0.5*(points() + motionPtr_->newPoints()));
fvMesh::movePoints(motionPtr_->newPoints());
if (foundObject<volVectorField>("U"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment