Skip to content
Snippets Groups Projects
Commit e2e03fd7 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: Added onStart option to timeControl for function object control

Triggers function object to execute on the first time step.

Example usage:

    minMax1
    {
        type            fieldMinMax;
        libs            (fieldFunctionObjects);
        writeControl    onStart;
        fields          (".*");
    }

Ref: EP2608
parent ad037ac7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment