OpenFOAM-5.x/etc/codeTemplates/dynamicCode
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
..
codedFvOptionTemplate.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
codedFvOptionTemplate.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
codeStreamTemplate.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
FilterFunctionObjectTemplate.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
FilterFunctionObjectTemplate.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
fixedValueFvPatchFieldTemplate.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
fixedValueFvPatchFieldTemplate.H Update code to use the simpler C++11 template syntax 2016-01-10 19:20:16 +00:00
fixedValuePointPatchFieldTemplate.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
fixedValuePointPatchFieldTemplate.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
functionObjectTemplate.C functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction 2016-05-02 16:28:24 +01:00
functionObjectTemplate.H functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction 2016-05-02 16:28:24 +01:00
IOfunctionObjectTemplate.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
mixedFvPatchFieldTemplate.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
mixedFvPatchFieldTemplate.H Update code to use the simpler C++11 template syntax 2016-01-10 19:20:16 +00:00