42#ifndef pLaplacianMotionSolver_H
43#define pLaplacianMotionSolver_H
66class pLaplacianMotionSolver
110 pLaplacianMotionSolver(
const pLaplacianMotionSolver&) =
delete;
113 void operator=(
const pLaplacianMotionSolver&) =
delete;
124 pLaplacianMotionSolver
156 virtual void solve();
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
fvMotionSolver(const polyMesh &)
Construct from polyMesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Base class for interpolation of cell displacement fields, generated by fvMotionSolvers,...
const polyMesh & mesh() const
Return reference to mesh.
motionSolver(const polyMesh &mesh)
Construct from polyMesh.
volVectorField cellMotionU_
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
scalar tolerance_
Residual threshold.
virtual ~pLaplacianMotionSolver()=default
Destructor.
label nIters_
Number of pLaplacian iterations per solution step.
bool useFixedValuePointMotionUBCs_
void setBoundaryConditions()
Set boundary conditions of cellMotionU based on pointMotionU.
label exponent_
Exponent defining the order or the p-Laplacian.
volVectorField & cellMotionU()
Get const and non-const references to cellMotionU.
autoPtr< motionInterpolation > interpolationPtr_
Interpolation used to transfer cell displacement to the points.
scalar toleranceIntermediate_
Residual threshold for intermediate exponents.
pointVectorField pointMotionU_
virtual void movePoints(const pointField &)
Update local data for geometry changes.
TypeName("pLaplacianMotionSolver")
Runtime type information.
virtual void updateMesh(const mapPolyMesh &)
Update the mesh corresponding to given map.
virtual void solve()
Solve for motion.
pointVectorField & pointMotionU()
Get const and non-const references to pointMotionU.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< vector, pointPatchField, pointMesh > pointVectorField
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.