functionObjectList: Added access to the PtrList<functionObject>::append function

to allow addition of case specific functionObjects during the run.
This commit is contained in:
Henry Weller
2022-03-10 08:58:43 +00:00
parent 318f78b660
commit dc052dd20c
2 changed files with 4 additions and 2 deletions

View File

@ -168,6 +168,9 @@ public:
//- Access to the functionObjects
using PtrList<functionObject>::operator[];
//- Allow addition of functionObjects to list
using PtrList<functionObject>::append;
//- Clear the list of function objects
void clear();