OpenFOAM-4.x-lab/applications/utilities
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
..
mesh Update headers 2015-06-23 11:27:05 +01:00
miscellaneous ddtScheme::fvcDdtPhiCoeff: Zero ddtCorr on AMIs 2015-03-24 15:23:01 +00:00
parallelProcessing timeSelector: Rename option zeroTime -> withZero for consistency with the noZero option 2015-04-25 15:12:08 +01:00
postProcessing timeSelector: Add support for -newTimes option 2015-06-24 10:04:29 +01:00
preProcessing viewFactorsGen: Correct container resizing 2015-05-28 16:13:29 +01:00
surface surfaceCheck: Make -blockMesh output easier to parse 2015-02-16 22:15:54 +00:00
thermophysical fluidThermo: Add compressibleTransportModel as base-class 2015-02-17 17:25:26 +00:00