ENH: add Function1 wrapping for functionObject trigger
Returns a 0/1 value corresponding to function object trigger levels. Usage: \verbatim <entryName> functionObjectTrigger; <entryName>Coeffs { triggers (1 3 5); defaultValue false; // Default when no triggers activated } \endverbatim ENH: add reset() method for Constant Function1 ENH: allow forced change of trigger index - the triggers are normally increase only, but can now override this optionally
Showing
- src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C 1 addition, 1 deletion...b/functionObjects/functionObjectList/functionObjectList.C
- src/OpenFOAM/db/functionObjects/functionObjectProperties/functionObjectProperties.C 21 additions, 9 deletions...jects/functionObjectProperties/functionObjectProperties.C
- src/OpenFOAM/db/functionObjects/functionObjectProperties/functionObjectProperties.H 11 additions, 2 deletions...jects/functionObjectProperties/functionObjectProperties.H
- src/OpenFOAM/db/functionObjects/stateFunctionObject/stateFunctionObject.C 12 additions, 5 deletions...functionObjects/stateFunctionObject/stateFunctionObject.C
- src/OpenFOAM/db/functionObjects/stateFunctionObject/stateFunctionObject.H 11 additions, 2 deletions...functionObjects/stateFunctionObject/stateFunctionObject.H
- src/OpenFOAM/db/functionObjects/timeControl/timeControlFunctionObject.H 4 additions, 5 deletions...b/functionObjects/timeControl/timeControlFunctionObject.H
- src/OpenFOAM/primitives/functions/Function1/Constant/Constant.H 3 additions, 0 deletions...enFOAM/primitives/functions/Function1/Constant/Constant.H
- src/OpenFOAM/primitives/functions/Function1/Constant/ConstantI.H 8 additions, 1 deletion...nFOAM/primitives/functions/Function1/Constant/ConstantI.H
- src/OpenFOAM/primitives/functions/Function1/FunctionObjectTrigger/FunctionObjectTrigger.C 106 additions, 0 deletions...s/Function1/FunctionObjectTrigger/FunctionObjectTrigger.C
- src/OpenFOAM/primitives/functions/Function1/FunctionObjectTrigger/FunctionObjectTrigger.H 178 additions, 0 deletions...s/Function1/FunctionObjectTrigger/FunctionObjectTrigger.H
- src/OpenFOAM/primitives/functions/Function1/FunctionObjectTrigger/FunctionObjectTriggerI.H 89 additions, 0 deletions.../Function1/FunctionObjectTrigger/FunctionObjectTriggerI.H
- src/OpenFOAM/primitives/functions/Function1/FunctionObjectValue/FunctionObjectValue.H 4 additions, 4 deletions...tions/Function1/FunctionObjectValue/FunctionObjectValue.H
- src/OpenFOAM/primitives/functions/Function1/makeFunction1s.C 5 additions, 0 deletionssrc/OpenFOAM/primitives/functions/Function1/makeFunction1s.C
Please register or sign in to comment