SPH
Public Member Functions | List of all members
YorpSpinup Class Reference

#include <Yorp.h>

Inheritance diagram for YorpSpinup:
IEquationTerm Polymorphic

Public Member Functions

 YorpSpinup (const Float rate)
 
virtual void setDerivatives (DerivativeHolder &UNUSED(derivatives), const RunSettings &UNUSED(settings)) override
 
virtual void initialize (IScheduler &UNUSED(scheduler), Storage &UNUSED(storage)) override
 
virtual void finalize (IScheduler &UNUSED(scheduler), Storage &storage) override
 
virtual void create (Storage &UNUSED(storage), IMaterial &UNUSED(material)) const override
 
- Public Member Functions inherited from IEquationTerm
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...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Definition at line 8 of file Yorp.h.

Constructor & Destructor Documentation

◆ YorpSpinup()

YorpSpinup::YorpSpinup ( const Float  rate)
inlineexplicit

Definition at line 19 of file Yorp.h.

Member Function Documentation

◆ create()

virtual void YorpSpinup::create ( Storage UNUSEDstorage,
IMaterial UNUSEDmaterial 
) const
inlineoverridevirtual

Definition at line 47 of file Yorp.h.

◆ finalize()

virtual void YorpSpinup::finalize ( IScheduler UNUSEDscheduler,
Storage storage 
)
inlineoverridevirtual

Definition at line 27 of file Yorp.h.

◆ initialize()

virtual void YorpSpinup::initialize ( IScheduler UNUSEDscheduler,
Storage UNUSEDstorage 
)
inlineoverridevirtual

Definition at line 25 of file Yorp.h.

◆ setDerivatives()

virtual void YorpSpinup::setDerivatives ( DerivativeHolder UNUSEDderivatives,
const RunSettings UNUSEDsettings 
)
inlineoverridevirtual

Definition at line 22 of file Yorp.h.


The documentation for this class was generated from the following file: