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

dynamicMotionSolverFvMesh: Revert temporary relaxation hack

parent ecdf1974
Branches
Tags
No related merge requests found
......@@ -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<volVectorField>("U"))
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment