Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
DATimeOp Class Referenceabstract
Inheritance diagram for DATimeOp:
Inheritance graph
[legend]

Public Member Functions

 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 Public Member Functions

static autoPtr< DATimeOpNew (const word timeOpType, const dictionary options)
 

Protected Attributes

const word timeOpType_
 type of the timeOp More...
 
const dictionary options_
 a dictionary option from DAFunction More...
 

Detailed Description

Definition at line 27 of file DATimeOp.H.

Constructor & Destructor Documentation

◆ DATimeOp()

DATimeOp ( const word  timeOpType,
const dictionary  options 
)

Definition at line 22 of file DATimeOp.C.

◆ ~DATimeOp()

virtual ~DATimeOp ( )
inlinevirtual

Definition at line 75 of file DATimeOp.H.

Member Function Documentation

◆ TypeName()

TypeName ( "DATimeOp"  )

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

Definition at line 32 of file DATimeOp.C.

Referenced by DASolver::setDAFunctionList().

Here is the caller graph for this function:

◆ compute()

virtual scalar compute ( const scalarList &  valList,
const label  iStart,
const label  iEnd 
)
pure virtual

compute the timeOp value based on valList

Implemented in DATimeOpMaxKS, DATimeOpAverage, and DATimeOpFinal.

◆ dFScaling()

virtual scalar dFScaling ( const scalarList &  valList,
const label  iStart,
const label  iEnd,
const label  timeIdx 
)
pure virtual

compute the scaling factor for dF/d? calculation.

Implemented in DATimeOpMaxKS, DATimeOpAverage, and DATimeOpFinal.

Member Data Documentation

◆ timeOpType_

const word timeOpType_
protected

type of the timeOp

Definition at line 39 of file DATimeOp.H.

◆ options_

const dictionary options_
protected

a dictionary option from DAFunction

Definition at line 42 of file DATimeOp.H.


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