Public Member Functions | |
TypeName ("sixDoFSolver") | |
declareRunTimeSelectionTable (autoPtr, sixDoFSolver, dictionary,(const dictionary &dict, sixDoFRigidBodyMotion &body),(dict, body)) | |
sixDoFSolver (const dictionary &dict, sixDoFRigidBodyMotion &body) | |
virtual autoPtr< sixDoFSolver > | clone () const =0 |
virtual | ~sixDoFSolver () |
virtual void | solve (bool firstIter, const vector &fGlobal, const vector &tauGlobal, scalar deltaT, scalar deltaT0)=0 |
void | write (Ostream &) const |
Static Public Member Functions | |
static autoPtr< sixDoFSolver > | New (const dictionary &dict, sixDoFRigidBodyMotion &body) |
Protected Member Functions | |
point & | centreOfRotation () |
tensor & | Q () |
vector & | v () |
vector & | a () |
vector & | pi () |
vector & | tau () |
const point & | centreOfRotation0 () const |
const tensor & | Q0 () const |
const vector & | v0 () const |
const vector & | a0 () const |
const vector & | pi0 () const |
const vector & | tau0 () const |
scalar | aDamp () const |
tensor | tConstraints () const |
tensor | rConstraints () const |
Tuple2< tensor, vector > | rotate (const tensor &Q0, const vector &pi, const scalar deltaT) const |
void | updateAcceleration (const vector &fGlobal, const vector &tauGlobal) |
Protected Attributes | |
sixDoFRigidBodyMotion & | body_ |
dictionary | dict_ |
Definition at line 50 of file sixDoFSolver.H.
sixDoFSolver | ( | const dictionary & | dict, |
sixDoFRigidBodyMotion & | body | ||
) |
Definition at line 36 of file sixDoFSolver.C.
|
virtual |
Definition at line 53 of file sixDoFSolver.C.
|
inlineprotected |
Definition at line 23 of file sixDoFSolverI.H.
References sixDoFSolver::body_, and sixDoFRigidBodyMotionState::centreOfRotation().
|
inlineprotected |
Definition at line 28 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 33 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 38 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 43 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 48 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 54 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 59 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 65 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 71 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 77 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 83 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 88 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 93 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 98 of file sixDoFSolverI.H.
|
inlineprotected |
Definition at line 109 of file sixDoFSolverI.H.
References Foam::constant::mathematical::pi().
Definition at line 122 of file sixDoFSolverI.H.
TypeName | ( | "sixDoFSolver" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
sixDoFSolver | , | ||
dictionary | , | ||
(const dictionary &dict, sixDoFRigidBodyMotion &body) | , | ||
(dict, body) | |||
) |
|
pure virtual |
Implemented in CrankNicolson, Newmark, and symplectic.
|
static |
Definition at line 27 of file sixDoFSolverNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.
|
pure virtual |
Implemented in CrankNicolson, Newmark, and symplectic.
void write | ( | Ostream & | os | ) | const |
Definition at line 46 of file sixDoFSolver.C.
References sixDoFSolver::dict_, and os().
|
protected |
Definition at line 57 of file sixDoFSolver.H.
Referenced by sixDoFSolver::centreOfRotation(), symplectic::clone(), Newmark::clone(), and CrankNicolson::clone().
|
protected |
Definition at line 60 of file sixDoFSolver.H.
Referenced by symplectic::clone(), Newmark::clone(), CrankNicolson::clone(), and sixDoFSolver::write().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.