OpenFOAM-4.x/src/OpenFOAM
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
..
algorithms Rationalize position searching and add cell->tet decomposition as the default cell-search algorithm 2015-02-25 10:57:06 +00:00
containers PtrList: Check for EOF while reading to avoid run-on and infinite loop when reading list of dictionaries. 2015-02-18 08:12:01 +00:00
db timeSelector: Add support for -newTimes option 2015-06-24 10:04:29 +01:00
dimensionedTypes symmTensor: Add support for the innerSqr function 2015-02-28 16:09:55 +00:00
dimensionSet Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
fields symmTensor: Add support for the innerSqr function 2015-02-28 16:09:55 +00:00
global Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
graph Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
include Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
interpolations Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
Make includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-26 10:44:11 +01:00
matrices GAMG solver: Set the following defaults: 2015-05-03 18:11:25 +01:00
memory Resolve issues relating to compilation with clang-3.5.0 2014-12-15 22:38:10 +00:00
meshes polyMesh::findCell: Call tetBasePtIs for CELL_TETS to ensure parallel consistency 2015-06-11 17:45:25 +01:00
primitives int32: Add IO operators for long on 32bit OS 2015-05-16 15:29:34 +01:00