Files
OpenFOAM-12/src
Henry Weller 97b0882ef4 timeSelector: Add support for -newTimes option
//- Return the set of times selected based on the argList options
    //  including support for \b -newTimes in which times are selected
    //  if the file <fName> does not exist in the time directory.
    //  Also set the runTime to the first instance or the
    //  \c constant/ directory if no instances are specified or available
    static instantList select
    (
        Time& runTime,
        const argList& args,
        const word& fName
    );

This is experimental functionality and currently on test in the yPlus
post-processing utility.
2015-06-24 10:04:29 +01:00
..
2014-12-31 19:08:15 +00:00
2015-06-12 09:44:48 +01:00
2015-05-18 12:10:10 +01:00
2015-03-26 17:22:10 +00:00