- Oct 26, 2016
-
-
Mark Olesen authored
- In the foundation version they introduced a construct to handle the transition from 'wmRefresh' as an alias to 'wmRefresh' as a shell function. This transition is unnecessary for OpenFOAM+ since 1606 used wmREFRESH (not wmRefresh) as an alias. For portability it is important to avoid this non-POSIX "type -t". It causes issues with dash and with zsh (mentioned in issue #277). type -t dash -> -t: not found type -t zsh -> zsh: bad option: -t Note: zsh users may still noticed other problems. For example, the POSIX 'unset -f' normally has no output, but in zsh it reports an error and has exit code 1 if the function was not previously defined. Whereas in POSIX (including bash, dash) it only returns non-zero if the name(s) could not be unset.
-
- Oct 25, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Oct 21, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
ENH: stateFunctionObject - separated dictionary access and updated api to return result status for retrieving properties
-
- Oct 20, 2016
-
-
Andrew Heather authored
-
- Oct 19, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
Merge branch 'merge-foundation' of develop.openfoam.com:Development/OpenFOAM-plus into merge-foundation
-
Andrew Heather authored
-
Mark Olesen authored
- A preliminary minor adjustment only.
-
- Oct 18, 2016
-
-
Mark OLESEN authored
ENH: Support more C++11 initializer lists (issue #261) DynamicList ----------- - construction, assignment and append HashSet ------- - construction, insert, set. - assignment will use the implicit List constructor hashedWordList -------------- - construction, assignment - additional sort() and uniq() methods. - Readonly access to HashTable information via lookup() method. - NB: could avoid 'const char**' constructors in the future Some tests are included See merge request !67
-
Mark Olesen authored
DynamicList ----------- - construction, assignment and append HashSet ------- - construction, insert, set. - assignment will use the implicit List constructor hashedWordList -------------- - construction, assignment - additional sort() and uniq() methods. - Readonly access to HashTable information via lookup() method. - NB: could avoid 'const char**' constructors in the future
-
Andrew Heather authored
Common endian handling. Provide base64 output encoding. See merge request !71
-
Mark Olesen authored
- Can occur with some user names, or mounted paths. Resolve by using '?' for the separation character. Since '?' is a shell-glob, it is highly unlikely to occur appear in filenames. Additionally, it is not a meta-character in standard sed, nor in the GNU extension (which uses '\?').
-
- Oct 17, 2016
-
-
Mark Olesen authored
- Superfluous #include "FieldFunctions.H" provokes warnings/errors with newer gcc.
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
changed flag which caused infinite while loop. Background info: - findCellZoneTopo tries to find for all named surface intersections which side of the face is in the faceZone - i.e. it tries to make the cellZone consistent with the faceZone (to fix small problems) - this had some logic to assign the neighbour cellZone to the owner cellZone - which didn't check for the neighbour being the same value as the owner - but still set a 'changed' flag which caused the loop to never end.
-
mattijs authored
-
Mark Olesen authored
- Can be attached to any currently open std::ostream.
-
Mark Olesen authored
- Place common code under OSspecific. By including "endian.H", either one of WM_BIG_ENDIAN or WM_LITTLE_ENDIAN will be defined. Provides inline 32-bit and 64-bit byte swap routines that can be used/re-used elsewhere. The inplace memory swaps currently used by the VTK output are left for the moment pending further cleanup of that code.
-
- Oct 14, 2016
-
-
Mark Olesen authored
-
- Oct 07, 2016
-
-
sergio authored
-
sergio authored
Merge branch 'merge-foundation' of develop.openfoam.com:Development/OpenFOAM-plus into merge-foundation
-
sergio authored
-
sergio authored
-
sergio authored
-
sergio authored
Merge branch 'merge-foundation' of develop.openfoam.com:Development/OpenFOAM-plus into merge-foundation
-
sergio authored
-
Mark Olesen authored
- Replaces prostar3 mesh format, which we no longer support. - Update initial conditions to use regex and include file.
-
Mark Olesen authored
- allows writing Allrun scripts that can be easily tested in serial or parallel
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
STYLE: reinstate targetType when building paraview modules (related to #258) - potentially useful for static builds See merge request !68
-