OpenFOAM-4.x/applications
Henry Weller f83975a701 functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction
Rather than requiring each functionObject to handle failed construction
internally (using the active_ flag) the static member function "viable"
is provided which returns true if construction of the functionObject is
likely to be successful.  Failed construction is then handled by the
wrapper-class which constructs the functionObject,
e.g. "OutputFilterFunctionObject".
2016-05-02 16:28:24 +01:00
..
solvers applications/solvers: include readTimeControls.H in the time-loop rather than createTimeControls.H 2016-05-01 11:06:21 +01:00
test GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +01:00
utilities functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction 2016-05-02 16:28:24 +01:00
Allwmake scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00