diff --git a/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C b/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C index 31b4de94c5..bcad9f2c21 100644 --- a/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C +++ b/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C @@ -61,11 +61,10 @@ Foam::dynamicMotionSolverFvMesh::~dynamicMotionSolverFvMesh() bool Foam::dynamicMotionSolverFvMesh::update() { - Info<< "Foam::dynamicMotionSolverFvMesh::update() relax" << endl; + //***HGW Info<< "Foam::dynamicMotionSolverFvMesh::update() relax" << endl; + //***HGW fvMesh::movePoints(0.5*(points() + motionPtr_->newPoints())); - fvMesh::movePoints(0.5*(points() + motionPtr_->newPoints())); - - //fvMesh::movePoints(motionPtr_->newPoints()); + fvMesh::movePoints(motionPtr_->newPoints()); if (foundObject("U")) {