Public Member Functions | |
TypeName ("sphere") | |
sphere (const word &name, const scalar m, const vector &c, const scalar r) | |
sphere (const word &name, const dictionary &dict) | |
virtual autoPtr< rigidBody > | clone () const |
virtual | ~sphere () |
scalar | r () const |
virtual void | write (Ostream &) const |
![]() | |
TypeName ("rigidBody") | |
declareRunTimeSelectionTable (autoPtr, rigidBody, dictionary,(const word &name, const dictionary &dict),(name, dict)) | |
rigidBody (const word &name, const scalar &m, const vector &c, const symmTensor &Ic) | |
rigidBody (const word &name, const rigidBodyInertia &rbi) | |
rigidBody (const word &name, const dictionary &dict) | |
virtual | ~rigidBody () |
const word & | name () const |
virtual bool | massless () const |
void | merge (const subBody &) |
![]() | |
rigidBodyInertia () | |
rigidBodyInertia (const scalar m, const vector &c, const symmTensor &Ic) | |
rigidBodyInertia (const dictionary &dict) | |
rigidBodyInertia (const spatialTensor &st) | |
rigidBodyInertia (Istream &is) | |
scalar | m () const |
const vector & | c () const |
const symmTensor & | Ic () const |
symmTensor | Ioc () const |
symmTensor | Icc (const vector &c) const |
symmTensor | Io () const |
scalar | kineticEnergy (const spatialVector &v) |
operator spatialTensor () const | |
void | operator+= (const rigidBodyInertia &) |
Additional Inherited Members | |
![]() | |
static autoPtr< rigidBody > | New (const word &name, const scalar &m, const vector &c, const symmTensor &Ic) |
static autoPtr< rigidBody > | New (const word &name, const dictionary &dict) |
![]() | |
static symmTensor | Ioc (const scalar m, const vector &c) |
Definition at line 36 of file sphereI.H.
Referenced by sphere::clone().
|
inline |
Definition at line 49 of file sphereI.H.
References Foam::constant::universal::c, dict, and Foam::I.
TypeName | ( | "sphere" | ) |
|
virtual |
Reimplemented from rigidBody.
Definition at line 44 of file sphere.C.
References sphere::sphere().
|
virtual |
Reimplemented from rigidBody.
Definition at line 58 of file sphere.C.
References os(), and Foam::type().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.