mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
dynamicMotionSolverFvMesh: Revert temporary relaxation hack
This commit is contained in:
@ -61,11 +61,10 @@ Foam::dynamicMotionSolverFvMesh::~dynamicMotionSolverFvMesh()
|
|||||||
|
|
||||||
bool Foam::dynamicMotionSolverFvMesh::update()
|
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"))
|
if (foundObject<volVectorField>("U"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user