32 #include "surfaceInterpolate.H" 46 displacementSBRStressFvMotionSolver,
77 pointDisplacement().dimensions(),
80 cellMotionBoundaryTypes<vector>(pointDisplacement().boundaryField())
109 points0() + pointDisplacement().primitiveField()
112 twoDCorrectPoints(tcurPoints.
ref());
122 movePoints(fvMesh_.points());
124 diffusivityPtr_->correct();
125 pointDisplacement_.boundaryFieldRef().updateCoeffs();
137 "laplacian(diffusivity,cellDisplacement)" 146 cellDisplacement_.mesh().Sf(),
191 diffusivityPtr_.reset(
nullptr);
195 coeffDict().
lookup(
"diffusivity")
209 diffusivityPtr_.reset(
nullptr);
213 coeffDict().
lookup(
"diffusivity")
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &) const
Interpolate volField using inverse distance weighting.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Virtual base class for displacement motion solver.
~displacementSBRStressFvMotionSolver()
Destructor.
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.
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
static tmp< GeometricField< typename innerProduct< vector, Type >::type, fvsPatchField, surfaceMesh > > dotInterpolate(const surfaceVectorField &Sf, const GeometricField< Type, fvPatchField, volMesh > &tvf)
Interpolate field onto faces.
Calculate the matrix for the laplacian of the field.
Macros for easy insertion into run-time selection tables.
Base class for fvMesh based motionSolvers.
stressControl lookup("compactNormalStress") >> compactNormalStress
Calculate the gradient of the given field.
static word timeName(const scalar, const int precision=curPrecision_)
Return time name of given scalar time.
displacementSBRStressFvMotionSolver(const word &name, const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Calculate the laplacian of the given field.
virtual void topoChange(const polyTopoChangeMap &)
Update local data for topology changes.
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
Calculate the divergence of the given field.
tmp< GeometricField< Type, PatchField, GeoMesh > > T() const
Return transpose (only if it is a tensor field)
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
virtual void solve()
Solve for motion.
const Time & time() const
Return time.
defineTypeNameAndDebug(combustionModel, 0)
static volPointInterpolation & New(fvMesh &mesh)
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
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.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
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.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.