OpenFOAM-5.x/etc/codeTemplates/functionObject
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
..
Make foamNewFunctionObject: script to create template code for a new function object 2016-03-22 17:40:03 +00:00
FUNCTIONOBJECT.C functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction 2016-05-02 16:28:24 +01:00
FUNCTIONOBJECT.H foamNewFunctionObject: script to create template code for a new function object 2016-03-22 17:40:03 +00:00
FUNCTIONOBJECTFunctionObject.C foamNewFunctionObject: script to create template code for a new function object 2016-03-22 17:40:03 +00:00
FUNCTIONOBJECTFunctionObject.H foamNewFunctionObject: script to create template code for a new function object 2016-03-22 17:40:03 +00:00
IOFUNCTIONOBJECT.H foamNewFunctionObject: script to create template code for a new function object 2016-03-22 17:40:03 +00:00