41 velocityComponentLaplacianFvMotionSolver,
62 "cellMotionU" + cmptName_,
70 cellMotionBoundaryTypes<scalar>(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)" 142 diffusivityPtr_.reset(
nullptr);
146 coeffDict().
lookup(
"diffusivity")
tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &) const
Interpolate volField using inverse distance weighting.
velocityComponentLaplacianFvMotionSolver(const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
T & ref() const
Return non-const reference or generate a fatal error.
Calculate the matrix for the laplacian of the field.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
void replace(const direction, const UList< cmptType > &)
Replace a component field of the field.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Macros for easy insertion into run-time selection tables.
virtual void solve()
Solve for motion.
Base class for fvMesh based motionSolvers.
vectorField pointField
pointField is a vectorField.
stressControl lookup("compactNormalStress") >> compactNormalStress
Virtual base class for velocity motion solver.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
const Time & time() const
Return time.
defineTypeNameAndDebug(combustionModel, 0)
static volPointInterpolation & New(fvMesh &mesh)
virtual void updateMesh(const mapPolyMesh &)
Update topology.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
~velocityComponentLaplacianFvMotionSolver()
Destructor.
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.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
void component(FieldField< Field, typename FieldField< Field, Type >::cmptType > &sf, const FieldField< Field, Type > &f, const direction d)