Completed transformation of post-processing utilities into functionObjects

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

View File

@ -27,8 +27,7 @@ Class
Group grpFieldFunctionObjects
Description
This function object linearly interpolates volume fields to generate
surface fields
Linearly interpolates volume fields to generate surface fields.
Fields are stored
- every time step the field is updated with new values
@ -43,7 +42,7 @@ Description
surfaceInterpolate1
{
type surfaceInterpolate;
libs ("libfieldFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
...
fields ((p pNear)(U UNear));
}