|
MBDyn-1.7.3
|
#include <drive_.h>


Public Member Functions | |
| FourierSeriesDriveCaller (const DriveHandler *pDH, doublereal dStartTime, doublereal dOmega, std::vector< doublereal > &a, integer iNumCyc, doublereal dInitialValue) | |
| ~FourierSeriesDriveCaller (void) | |
| virtual DriveCaller * | pCopy (void) const |
| virtual std::ostream & | Restart (std::ostream &out) const |
| doublereal | dGet (const doublereal &dVar) const |
| virtual bool | bIsDifferentiable (void) const |
| virtual doublereal | dGetP (const doublereal &dVar) const |
Public Member Functions inherited from DriveCaller | |
| DriveCaller (const DriveHandler *pDH) | |
| virtual | ~DriveCaller (void) |
| virtual doublereal | dGet (void) const |
| virtual doublereal | dGetP (void) const |
| virtual void | SetDrvHdl (const DriveHandler *pDH) |
| virtual const DriveHandler * | pGetDrvHdl (void) const |
| virtual void | Output (OutputHandler &OH) const |
| virtual void | Trace (OutputHandler &OH) const |
Public Member Functions inherited from WithLabel | |
| WithLabel (unsigned int uL=0, const std::string &sN="") | |
| virtual | ~WithLabel (void) |
| void | PutLabel (unsigned int uL) |
| void | PutName (const std::string &sN) |
| unsigned int | GetLabel (void) const |
| const std::string & | GetName (void) const |
Public Member Functions inherited from ToBeOutput | |
| ToBeOutput (flag fOut=fDefaultOut) | |
| virtual | ~ToBeOutput (void) |
| virtual void | OutputPrepare (OutputHandler &OH) |
| virtual void | Output (OutputHandler &OH, const VectorHandler &X, const VectorHandler &XP) const |
| virtual flag | fToBeOutput (void) const |
| virtual bool | bToBeOutput (void) const |
| virtual void | SetOutputFlag (flag f=flag(1)) |
Public Member Functions inherited from Traceable | |
| Traceable (flag fTrace=0) | |
| virtual | ~Traceable (void) |
| virtual flag | fToBeTraced (void) const |
| virtual void | SetTraceFlag (flag f=TRACE) |
Private Attributes | |
| doublereal | dStartTime |
| doublereal | dOmega |
| std::vector< doublereal > | amplitudes |
| integer | iNumCycles |
| doublereal | dInitialValue |
| doublereal | dEndTime |
| bool | bNeverEnd |
Additional Inherited Members | |
Public Types inherited from DriveCaller | |
| enum | OutputFlags { OUTPUT_VALUE = OUTPUT_PRIVATE << 0, OUTPUT_DERIVATIVE = OUTPUT_PRIVATE << 1 } |
| enum | TraceFlags { TRACE_VALUE = TRACE_PRIVATE << 0, TRACE_DERIVATIVE = TRACE_PRIVATE << 1 } |
Public Types inherited from ToBeOutput | |
| enum | { OUTPUT = 0x1U, OUTPUT_MASK = 0xFU, OUTPUT_PRIVATE = 0x10U, OUTPUT_PRIVATE_MASK = ~OUTPUT_MASK } |
Public Types inherited from Traceable | |
| enum | { TRACE = 0x01U, TRACE_PUBLIC_MASK = 0x0FU, TRACE_PRIVATE = 0x10U, TRACE_PRIVATE_MASK = ~TRACE_PUBLIC_MASK } |
Protected Attributes inherited from DriveCaller | |
| DriveHandler * | pDrvHdl |
Protected Attributes inherited from WithLabel | |
| unsigned int | uLabel |
| std::string | sName |
Protected Attributes inherited from ToBeOutput | |
| flag | fOutput |
| FourierSeriesDriveCaller::FourierSeriesDriveCaller | ( | const DriveHandler * | pDH, |
| doublereal | dStartTime, | ||
| doublereal | dOmega, | ||
| std::vector< doublereal > & | a, | ||
| integer | iNumCyc, | ||
| doublereal | dInitialValue | ||
| ) |
Definition at line 611 of file drive_.cc.
References amplitudes, ASSERT, bNeverEnd, dEndTime, iNumCycles, and M_PI.
Referenced by pCopy().
| FourierSeriesDriveCaller::~FourierSeriesDriveCaller | ( | void | ) |
|
inlinevirtual |
Reimplemented from DriveCaller.
|
inlinevirtual |
Implements DriveCaller.
Definition at line 1003 of file drive_.h.
References amplitudes, bNeverEnd, grad::cos(), dEndTime, dInitialValue, dOmega, dStartTime, and grad::sin().

|
inlinevirtual |
Reimplemented from DriveCaller.
Definition at line 1029 of file drive_.h.
References amplitudes, bNeverEnd, grad::cos(), dEndTime, dOmega, dStartTime, MBDYN_EXCEPT_ARGS, and grad::sin().

|
virtual |
Implements DriveCaller.
Definition at line 649 of file drive_.cc.
References amplitudes, dInitialValue, dOmega, dStartTime, FourierSeriesDriveCaller(), iNumCycles, DriveCaller::pDrvHdl, and SAFENEWWITHCONSTRUCTOR.

|
virtual |
Implements DriveCaller.
Definition at line 667 of file drive_.cc.
References amplitudes, dInitialValue, dOmega, dStartTime, and iNumCycles.
|
mutableprivate |
|
private |
Definition at line 972 of file drive_.h.
Referenced by dGet(), dGetP(), and FourierSeriesDriveCaller().
|
private |
Definition at line 971 of file drive_.h.
Referenced by dGet(), dGetP(), and FourierSeriesDriveCaller().
|
private |
|
private |
|
private |
|
private |
Definition at line 969 of file drive_.h.
Referenced by FourierSeriesDriveCaller(), pCopy(), and Restart().