Files
openfoam/src/OpenFOAM/primitives
Mark Olesen adcf41bd13 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
2021-11-26 11:22:36 +00:00
..
2021-11-15 19:34:01 +01:00
2021-11-15 19:34:01 +01:00
2021-03-05 11:17:11 +01:00
2020-10-07 09:17:00 +02:00
2019-10-31 14:48:44 +00:00
2021-11-15 19:34:01 +01:00
2019-10-31 14:48:44 +00:00
2021-11-15 19:34:01 +01:00
2021-11-15 19:34:01 +01:00
2021-06-18 10:31:58 +00:00