46 #ifndef sixDoFAccelerationSource_H 47 #define sixDoFAccelerationSource_H 100 template<
class RhoFieldType>
103 const RhoFieldType&
rho,
105 const word& fieldName
112 TypeName(
"sixDoFAccelerationSource");
121 const word& modelType,
148 const word& fieldName
156 const word& fieldName
virtual bool movePoints()
Update for mesh motion.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Vector< vector > accelerationVectors
Accelerations type comprising.
const word & name() const
Return const access to the source name.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual wordList addSupFields() const
Return the list of fields for which the fvModel adds source term.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
Finite volume model abstract base class.
TypeName("sixDoFAccelerationSource")
Runtime type information.
const fvMesh & mesh() const
Return const access to the mesh database.
virtual ~sixDoFAccelerationSource()
Destructor.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
sixDoFAccelerationSource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
void operator=(const sixDoFAccelerationSource &)=delete
Disallow default bitwise assignment.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Class containing mesh-to-mesh mapping information.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
Solid-body 6-DoF acceleration source.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual bool read(const dictionary &dict)
Read dictionary.