- Feb 10, 2017
-
-
sergio authored
boundaryRadiationProperties: updating to new format dynamicMeshDict and snappyHexMeshDict in utorials/multiphase/interDyMFoam/RAS/motorBike to follow Mattijs Git lab id 381
-
- Feb 09, 2017
-
-
sergio authored
-
- Feb 03, 2017
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Feb 01, 2017
-
-
sergio authored
-
- Jan 23, 2017
-
-
Andrew Heather authored
-
- Jan 19, 2017
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jan 17, 2017
-
-
Andrew Heather authored
adding viewFactorWall to inGroups fixes #384 @Sergio See merge request !91
-
Prashant Sonakar authored
-
Mark Olesen authored
-
Mark Olesen authored
Enhancements - introduce intermediate layer for base64 foamVtk formatting - add encodedLength() method, which is useful for xml appended output
-
- Jan 16, 2017
-
-
Mark Olesen authored
-
- Jan 24, 2017
-
-
Mark Olesen authored
-
- Jan 23, 2017
-
-
Mark Olesen authored
- misc improvements in functionality.
-
- Jan 20, 2017
-
-
Mark Olesen authored
- no reason to use post-increment in forAll() macro. - use C++11 cbegin()/cend() method names for forAll*Iter() macros. These method names have been in OpenFOAM since 2009 and are also used by C++11 containers. STYLE: nullptr instead of 0 in UList
-
- Jan 18, 2017
-
-
Mark Olesen authored
-
- Jan 12, 2017
-
-
Mark Olesen authored
Examples, wmakePrintBuild -plus Check if value is known (ie, everything configured and also OpenFOAM+): if wmakePrintBuild -plus >/dev/null 2>&1 then echo YES else echo NO fi Check if version is new enough if ofver=$(wmakePrintBuild -plus 2>/dev/null) && [ "$ofver" -ge 1612 ] then echo YES else echo NO fi Conditionals ofver=$(wmakePrintBuild -plus 2>/dev/null) case "${ofver:=0}" in 1612) echo "something for 1612 ;; 1706) echo "something for 1706 ;; esac
-
- Jan 11, 2017
- Jan 10, 2017
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
- makes it easier to use as a wordHashSet replacement for situations where we want to avoid duplicates but retain the input order. - support construction from HashTable, which means it works like the HashTable::sortedToc but with its own hashing for these keys. - expose rehash() method for the user. There is normally no need for using it directly, but also no reason to lock it away as private.
-
- Jan 06, 2017
-
-
Andrew Heather authored
-
- Jan 04, 2017
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-
- Jan 03, 2017
-
-
Mark Olesen authored
- LD_LIBRARY_PATH was not being cleaned at all when switching between paraview versions. - PATH was cleaned against the third-party paraview-*, although 3rd party paraview is installed as ParaView-*. The additional cleanup for ParaView_DIR may not catch this (if it was unset elsewhere).
-
- Dec 23, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-