Public Member Functions | |
TypeName ("maxKS") | |
DATimeOpMaxKS (const word timeOpType, const dictionary options) | |
virtual | ~DATimeOpMaxKS () |
virtual scalar | compute (const scalarList &valList, const label iStart, const label iEnd) |
compute the timeOp value based on valList More... | |
virtual scalar | dFScaling (const scalarList &valList, const label iStart, const label iEnd, const label timeIdx) |
compute the scaling factor for dF/d? calculation. More... | |
![]() | |
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 () |
Protected Attributes | |
scalar | coeffKS_ |
the KS coefficient More... | |
![]() | |
const word | timeOpType_ |
type of the timeOp More... | |
const dictionary | options_ |
a dictionary option from DAFunction More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< DATimeOp > | New (const word timeOpType, const dictionary options) |
Definition at line 29 of file DATimeOpMaxKS.H.
DATimeOpMaxKS | ( | const word | timeOpType, |
const dictionary | options | ||
) |
Definition at line 19 of file DATimeOpMaxKS.C.
References DATimeOpMaxKS::coeffKS_.
|
inlinevirtual |
Definition at line 47 of file DATimeOpMaxKS.H.
TypeName | ( | "maxKS" | ) |
|
virtual |
compute the timeOp value based on valList
Implements DATimeOp.
Definition at line 27 of file DATimeOpMaxKS.C.
References DATimeOpMaxKS::coeffKS_.
|
virtual |
compute the scaling factor for dF/d? calculation.
Implements DATimeOp.
Definition at line 49 of file DATimeOpMaxKS.C.
References DATimeOpMaxKS::coeffKS_.
|
protected |
the KS coefficient
Definition at line 35 of file DATimeOpMaxKS.H.
Referenced by DATimeOpMaxKS::compute(), DATimeOpMaxKS::DATimeOpMaxKS(), and DATimeOpMaxKS::dFScaling().