openfoam/etc/codeTemplates
Henry Weller 0534a225fd 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
..
app Code templates: Updated headers 2016-02-15 20:53:21 +00:00
BC etc/codeTemplates/BC: Use Use 'Zero' rather than 'pTraits<Type>::zero' to initialize to 0 2016-03-22 08:33:16 +00:00
dynamicCode functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction 2016-05-02 16:28:24 +01:00
functionObject functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction 2016-05-02 16:28:24 +01:00
source Code templates: Updated headers 2016-02-15 20:53:21 +00:00
template Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
foamCommentStyles STYLE: move source templates from bin/templates/ to etc/codeTemplates/ 2010-03-03 09:19:23 +01:00
foamScript scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00