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
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.
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.
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...
Solid-body 6-DoF acceleration source.
virtual bool read(const dictionary &dict)
Read dictionary.