Added abortCalculation function object, exposed Time::stopAtControls

- still needs fine-tuning (testing) to see if it reacts as anticipated under
  various conditions.
This commit is contained in:
Mark Olesen
2009-11-06 17:18:32 +01:00
parent 33e936a34d
commit 3d9c822022
23 changed files with 522 additions and 24 deletions

View File

@ -27,7 +27,7 @@ Typedef
Description
FunctionObject wrapper around probes to allow them to be created via the
functions list within controlDict.
functions entry within controlDict.
SourceFiles
probesFunctionObject.C

View File

@ -27,7 +27,7 @@ Typedef
Description
FunctionObject wrapper around sets to allow them to be created via the
functions list within controlDict.
functions entry within controlDict.
SourceFiles
sampledSetsFunctionObject.C

View File

@ -27,7 +27,7 @@ Typedef
Description
FunctionObject wrapper around surfaces to allow them to be created via the
functions list within controlDict.
functions entry within controlDict.
SourceFiles
sampledSurfacesFunctionObject.C