OpenFOAM-4.x/src/postProcessing/functionObjects/fvTools/calcFvcDiv
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
..
calcFvcDiv.C functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction 2016-05-02 16:28:24 +01:00
calcFvcDiv.H functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction 2016-05-02 16:28:24 +01:00
calcFvcDivFunctionObject.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
calcFvcDivFunctionObject.H functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction 2016-05-02 16:28:24 +01:00
calcFvcDivTemplates.C functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction 2016-05-02 16:28:24 +01:00
IOcalcFvcDiv.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00