41 velocityLaplacianFvMotionSolver,
72 pointMotionU_.dimensions(),
75 cellMotionBoundaryTypes<vector>(pointMotionU_.boundaryField())
104 + fvMesh_.time().deltaTValue()*pointMotionU_.primitiveField()
107 twoDCorrectPoints(tcurPoints.ref());
117 movePoints(fvMesh_.points());
119 diffusivityPtr_->correct();
120 pointMotionU_.boundaryFieldRef().updateCoeffs();
126 diffusivityPtr_->operator()(),
128 "laplacian(diffusivity,cellMotionU)" 150 diffusivityPtr_.reset(
nullptr);
154 coeffDict().
lookup(
"diffusivity")
168 diffusivityPtr_.reset(
nullptr);
172 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.
Calculate the matrix for the laplacian of the field.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
Macros for easy insertion into run-time selection tables.
Base class for fvMesh based motionSolvers.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
stressControl lookup("compactNormalStress") >> compactNormalStress
static word timeName(const scalar, const int precision=curPrecision_)
Return time name of given scalar time.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void solve()
Solve for motion.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
const Time & time() const
Return time.
defineTypeNameAndDebug(combustionModel, 0)
static volPointInterpolation & New(fvMesh &mesh)
velocityLaplacianFvMotionSolver(const word &name, const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
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.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
static autoPtr< motionDiffusivity > New(const fvMesh &mesh, Istream &mdData)
Select null constructed.
Class containing mesh-to-mesh mapping information.
~velocityLaplacianFvMotionSolver()
Destructor.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...