blockMesh improvements

- expose point field throughout

- make output less verbose, but can switch on/off with verbose() static method
This commit is contained in:
Mark Olesen
2009-10-05 22:53:22 +02:00
parent 97fb0c31a0
commit 2dcd867f47
8 changed files with 102 additions and 36 deletions

View File

@ -149,6 +149,8 @@ int main(int argc, char *argv[])
Info<< "Creating block mesh from\n "
<< meshDictIoPtr->objectPath() << endl;
blockMesh::verbose(true);
IOdictionary meshDict(meshDictIoPtr());
blockMesh blocks(meshDict);