Completed transformation of post-processing utilities into functionObjects

This commit is contained in:
Henry Weller
2016-06-28 19:26:23 +01:00
parent 1bef3ab2e6
commit 3e3a183732
76 changed files with 1225 additions and 916 deletions

View File

@ -49,9 +49,9 @@ functions
systemCall1
{
type systemCall;
libs ("libsystemCall.so");
libs ("libsystemCall.so");
enabled true;
writeControl writeTime;
writeControl writeTime;
// called every time step
executeCalls

View File

@ -28,9 +28,9 @@ Group
grpUtilitiesFunctionObjects
Description
This function object executes system calls, entered in the form of a
string lists. Calls can be made at the following points in the
calculation:
Executes system calls, entered in the form of a string lists.
Calls can be made at the following points in the calculation:
- every time step
- every output time
- end of the calculation
@ -40,7 +40,7 @@ Description
systemCall1
{
type systemCall;
libs ("libsystemCall.so");
libs ("libsystemCall.so");
...
executeCalls
(