41 velocityLaplacianFvMotionSolver,
71 pointMotionU_.dimensions(),
74 cellMotionBoundaryTypes<vector>(pointMotionU_.boundaryField())
103 + fvMesh_.time().deltaTValue()*pointMotionU_.primitiveField()
106 twoDCorrectPoints(tcurPoints.ref());
116 movePoints(fvMesh_.points());
118 diffusivityPtr_->correct();
119 pointMotionU_.boundaryFieldRef().updateCoeffs();
125 diffusivityPtr_->operator()(),
127 "laplacian(diffusivity,cellMotionU)" 149 diffusivityPtr_.reset(
nullptr);
153 coeffDict().
lookup(
"diffusivity")
tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &) const
Interpolate volField using inverse distance weighting.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Virtual base class for velocity motion solver.
velocityLaplacianFvMotionSolver(const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
Calculate the matrix for the laplacian of the field.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Macros for easy insertion into run-time selection tables.
static const volPointInterpolation & New(const fvMesh &mesh)
Base class for fvMesh based motionSolvers.
stressControl lookup("compactNormalStress") >> compactNormalStress
virtual void solve()
Solve for motion.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
const Time & time() const
Return time.
defineTypeNameAndDebug(combustionModel, 0)
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
SolverPerformance< Type > solve(fvMatrix< Type > &, const word &)
Solve returning the solution statistics given convergence tolerance.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
static autoPtr< motionDiffusivity > New(const fvMesh &mesh, Istream &mdData)
Select null constructed.
~velocityLaplacianFvMotionSolver()
Destructor.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...