- Jul 06, 2017
-
-
Mark OLESEN authored
- use typedefs and new features/methods - file-scope template to avoid code duplication.
-
Mark OLESEN authored
- make the purpose of various parts clearer
-
Mark OLESEN authored
- can now suppress prefixing an underscore to leading digits.
-
Mark OLESEN authored
-
- Jul 05, 2017
-
-
Mark OLESEN authored
- allows configuration without an environment variable. For compatibility still respect FOAM_SIGFPE and FOAM_SETNAN env-variables - The env-variables are now treated as true/false switch values. Previously there was just a check for env exists or not, but this can be fairly fragile for a user's environment.
-
Mark OLESEN authored
- allows configuration without an environment variable. For compatibility still respect MPI_BUFFER_SIZE env-variable.
-
- Jul 04, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
ENH: add degToRad() multiplier (useful for scalar fields) - use degToRad() functions throughout instead of scattered local solutions
-
- Jul 03, 2017
-
-
Mark OLESEN authored
-
- Jul 05, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- use 1024 instead of 1000 since it will be changed internally to 1024 anyhow.
-
Mark OLESEN authored
- use separate constructor for ignore-case option (cf. wordRe treatment) - constructors/destructor now inline.
-
- Jul 03, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- make some IOobject writing routines non-templated. - relocate more IOobject methods into the IOobjectI.H (generally cleanup the main header).
-
- Jul 04, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- avoid loading surface fields if there are no faceZones - avoid pointMesh if there are no appropriate point fields
-
Mark OLESEN authored
- erroneous double logic for subset meshes. The underlying vtk::vtuCells uses a cellMap to map into a global field, which also allows handling of decomposed polyhedral cells. If a mesh subset is involved (eg, cellSet, cellZone), then the set/zone cellMap can be used to ensure that the original number is properly adjusted. For foamToVTK, the meshSubsetHelper already does the subsetting and is used when loading fields. Does not affect ParaView reader module since there we work on the full field and do the subsetting manually (using the cellMap).
-
- Jun 29, 2017
-
-
Andrew Heather authored
Merge develop into master for v1706 release Closes #505, #509, #497, #502, #500, #498, #493, #492, #490, #485, #486, #484, #481, #480, #467, #473, #470, #466, #464, #463, #460, #462, #458, #418, #420, #391, #452, #454, #453, #439, #427, #415, #422, #414, #411, #400, #398, and #348 See merge request !121
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 28, 2017
-
-
sergio authored
STY: Fixing syntax in rhoPimpleDyMFoam/pEqn.H
-
sergio authored
by fvMesh.writeObject().
-
sergio authored
-
Mark OLESEN authored
- end user can easily see which arch (endian, label/scalar size) was used from the log output, or via -help usage
-
Mark OLESEN authored
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-