|
| InertialForce (const Vector omega) |
|
virtual void | setDerivatives (DerivativeHolder &UNUSED(derivatives), const RunSettings &UNUSED(settings)) override |
|
virtual void | initialize (IScheduler &UNUSED(scheduler), Storage &UNUSED(storage), const Float UNUSED(t)) override |
|
virtual void | finalize (IScheduler &UNUSED(scheduler), Storage &storage, const Float UNUSED(t)) override |
|
virtual void | create (Storage &UNUSED(storage), IMaterial &UNUSED(material)) const override |
|
virtual void | setDerivatives (DerivativeHolder &derivatives, const RunSettings &settings)=0 |
| Sets derivatives required by this term. More...
|
|
virtual void | initialize (IScheduler &scheduler, Storage &storage, const Float t)=0 |
| Initialize all the derivatives and/or quantity values before derivatives are computed. More...
|
|
virtual void | finalize (IScheduler &scheduler, Storage &storage, const Float t)=0 |
| Computes all the derivatives and/or quantity values based on accumulated derivatives. More...
|
|
virtual void | create (Storage &storage, IMaterial &material) const =0 |
| Creates all quantities needed by the term using given material. More...
|
|
virtual | ~Polymorphic () |
|
Centrifugal and Coriolis force.
Adds an acceleration due to centrifugal force. Internal energy is not modified by this force.
Definition at line 59 of file Potentials.h.