- 18 Sep, 2017 1 commit
-
-
mattijs authored
Note that now mirrorMesh does not delete empty patches anymore.
-
- 07 Sep, 2017 2 commits
- 06 Sep, 2017 1 commit
-
-
mattijs authored
-
- 31 Aug, 2017 1 commit
-
-
Prashant Sonakar authored
-
- 28 Aug, 2017 1 commit
-
-
Prashant Sonakar authored
-
- 18 Aug, 2017 1 commit
-
-
Prashant Sonakar authored
fixes #560
-
- 10 Aug, 2017 2 commits
-
-
mattijs authored
-
Mark Olesen authored
- access tokenType enum values more consistently.
-
- 07 Aug, 2017 1 commit
-
-
Andrew Heather authored
-
- 02 Aug, 2017 2 commits
-
-
Mark Olesen authored
- consolidate word::validated() into word::validate() and also allow as short form for string::validate<word>(). Also less confusing than having similarly named methods that essentially do the same thing. - more consistent const access when iterating over strings - add valid(char) for keyType and wordRe
-
Mark Olesen authored
-
- 29 Jul, 2017 1 commit
-
-
Mark Olesen authored
- error::throwExceptions(bool) returning the previous state makes it easier to set and restore states. - throwing() method to query the current handling (if required). - the normal error::throwExceptions() and error::dontThrowExceptions() also return the previous state, to make it easier to restore later.
-
- 26 Jul, 2017 1 commit
-
-
Prashant Sonakar authored
-
- 22 Jul, 2017 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 21 Jul, 2017 1 commit
-
-
Mark Olesen authored
- this represents a partial revert for commit 6a0a8b99
-
- 20 Jul, 2017 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- the 'protect' inputMode is used to supply defaults. If an entry already exists, it should act as a no-op without any side-effects whatsoever.
-
- 19 Jul, 2017 1 commit
-
-
mattijs authored
-
- 17 Jul, 2017 3 commits
-
-
Mark Olesen authored
- use allocator class to wrap the stream pointers instead of passing them into ISstream, OSstream and using a dynamic cast to delete then. This is especially important if we will have a bidirectional stream (can't delete twice!). STYLE: - file stream constructors with std::string (C++11) - for rewind, explicit about in|out direction. This is not currently important, but avoids surprises with any future bidirectional access. - combined string streams in StringStream.H header. Similar to <sstream> include that has both input and output string streams.
-
Mark Olesen authored
-
Mark Olesen authored
-
- 16 Jul, 2017 1 commit
-
-
Pete Bachant authored
-
- 12 Jul, 2017 2 commits
-
-
Mark Olesen authored
- added an explicit print, but only report profiling to the log file from master process. We don't wish to overwrite any profiling that was conducted during the simulation. Besides which, we don't have a proper Time object for handling the write nicely either.
-
mattijs authored
-
- 11 Jul, 2017 1 commit
-
-
Mark Olesen authored
- Added for transition purposes only in 1612 but can now be removed.
-
- 21 Jul, 2017 1 commit
-
-
Mark Olesen authored
- makes the purpose clearer. In some places, string::resize() is even simpler. - use C++11 string::back() in preference to str[str.size()-1]
-
- 05 Jul, 2017 1 commit
-
-
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.
-
- 04 Jul, 2017 4 commits
-
-
Mark Olesen authored
ENH: add degToRad() multiplier (useful for scalar fields) - use degToRad() functions throughout instead of scattered local solutions
-
Mark Olesen authored
-
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).
-
Mark Olesen authored
- avoid loading surface fields if there are no faceZones - avoid pointMesh if there are no appropriate point fields
-
- 03 Jul, 2017 1 commit
-
-
Mark Olesen authored
-
- 05 Jul, 2017 1 commit
-
-
Mark Olesen authored
- use 1024 instead of 1000 since it will be changed internally to 1024 anyhow.
-
- 03 Jul, 2017 3 commits
-
-
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).
-
Mark Olesen authored
-
- 26 Jun, 2017 2 commits
-
-
Mark Olesen authored
- STLpoint.H - isoAdvection.C - checkMesh/writeFields.C STYLE: drop construct STLpoint(Istream&), since it doesn't make much sense - No use case for reading via an OpenFOAM stream and tokenizer. Should always be parsing ASCII or reading binary directly.
-
Mark Olesen authored
- disable automatically upgrading copyrights in files since changes to not automatically imply a change in copyright. Eg, fixing a typo in comments, or changing a variable from 'loopI' to 'loopi' etc.
-