fvModels, fvConstraints: Update as a result of mesh motion

This commit is contained in:
Will Bainbridge
2021-08-12 13:26:53 +01:00
parent 737d91ec72
commit 19bdfa969f
38 changed files with 261 additions and 30 deletions

View File

@ -110,6 +110,15 @@ public:
fvMatrix<${TemplateType}>& eqn,
const word& fieldName
) const;
// Mesh motion
//- Update for mesh changes
virtual void updateMesh(const mapPolyMesh&);
//- Update for mesh motion
virtual bool movePoints();
};