|
| TypeName ("DATimeOp") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, DATimeOp, dictionary,(const word timeOpType, const dictionary options),(timeOpType, options)) |
|
| DATimeOp (const word timeOpType, const dictionary options) |
|
virtual | ~DATimeOp () |
|
virtual scalar | compute (const scalarList &valList, const label iStart, const label iEnd)=0 |
| compute the timeOp value based on valList More...
|
|
virtual scalar | dFScaling (const scalarList &valList, const label iStart, const label iEnd, const label timeIdx)=0 |
| compute the scaling factor for dF/d? calculation. More...
|
|
|
static autoPtr< DATimeOp > | New (const word timeOpType, const dictionary options) |
|
Definition at line 27 of file DATimeOp.H.
◆ DATimeOp()
DATimeOp |
( |
const word |
timeOpType, |
|
|
const dictionary |
options |
|
) |
| |
◆ ~DATimeOp()
◆ TypeName()
Runtime type information.
◆ declareRunTimeSelectionTable()
declareRunTimeSelectionTable |
( |
autoPtr |
, |
|
|
DATimeOp |
, |
|
|
dictionary |
, |
|
|
(const word timeOpType, const dictionary options) |
, |
|
|
(timeOpType, options) |
|
|
) |
| |
◆ New()
autoPtr< DATimeOp > New |
( |
const word |
timeOpType, |
|
|
const dictionary |
options |
|
) |
| |
|
static |
◆ compute()
virtual scalar compute |
( |
const scalarList & |
valList, |
|
|
const label |
iStart, |
|
|
const label |
iEnd |
|
) |
| |
|
pure virtual |
◆ dFScaling()
virtual scalar dFScaling |
( |
const scalarList & |
valList, |
|
|
const label |
iStart, |
|
|
const label |
iEnd, |
|
|
const label |
timeIdx |
|
) |
| |
|
pure virtual |
◆ timeOpType_
type of the timeOp
Definition at line 39 of file DATimeOp.H.
◆ options_
const dictionary options_ |
|
protected |
The documentation for this class was generated from the following files: