Added support for patch manipulation of pointFields
e.g. during createBaffles Added a test application and test case for meshTools: test/fvMeshTools Patch contributed by Mattijs Janssens
This commit is contained in:
@ -46,6 +46,7 @@ Description
|
||||
#include "ReadFields.H"
|
||||
#include "volFields.H"
|
||||
#include "surfaceFields.H"
|
||||
#include "pointFields.H"
|
||||
#include "fvMeshMapper.H"
|
||||
#include "faceSelection.H"
|
||||
|
||||
@ -504,7 +505,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
#include "readVolFields.H"
|
||||
#include "readSurfaceFields.H"
|
||||
// #include "readPointFields.H"
|
||||
#include "readPointFields.H"
|
||||
|
||||
|
||||
// Creating (if necessary) faceZones
|
||||
|
||||
Reference in New Issue
Block a user