- Oct 07, 2016
-
-
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
-
sergio authored
Merge branch 'merge-foundation' of develop.openfoam.com:Development/OpenFOAM-plus into merge-foundation
-
sergio authored
-
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
-
Andrew Heather authored
Merge preconvert Very basic cleanup of some of the mesh conversion infrastructure prior to binging in large pieces of code. - Remove ancient samm, pro-am, prostar3 routines as being unused and unsupportable (since the original products ceased existence over 10 years ago). - Open protected access to some meshReader bits, to help when implementing polyhedral readers. - Drop meshReaders/meshWriters namespace, use fileFormats instead. - Reorganize file-structure within src/conversion. See merge request !69
-
Mark Olesen authored
- potentially useful for static builds
-
- Oct 05, 2016
-
-
mattijs authored
Merge branch 'merge-foundation' of develop.openfoam.com:Development/OpenFOAM-plus into merge-foundation Conflicts: src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Oct 04, 2016
-
-
Andrew Heather authored
BUG: paraview plugin not being built in merged version (closes #258) change in configuration got missed See merge request !66
-
Mark Olesen authored
-
Andrew Heather authored
Merge branch 'merge-foundation' of develop.openfoam.com:Development/OpenFOAM-plus into merge-foundation
-
Andrew Heather authored
-
Andrew Heather authored
Output format Output changes (issues #253 , #254 , #255 , #256) as well as minor change (issue #257). Usage of the new methods to be applied as a later patch. See merge request !65
-
Andrew Heather authored
-
Andrew Heather authored
ENH: wallDist - added option to evaluate every XXX steps Added functionality to update the wall distance every XXX steps Note: only applies to movePoints() - topology change bypasses the update interval and triggers a re-calculation Syntax: ``` wallDist { method ... updateInterval 5; // optional - default is 1 } ``` Test case: [mixerVesselAMI2D.tgz](/uploads/c0bee1decc0337018272f3566b6a4416/mixerVesselAMI2D.tgz) See merge request !62
-
Andrew Heather authored
STYLE: minor adjustments to doxygen comments See merge request !64
-
Mark Olesen authored
-
Mark Olesen authored
Writing an empty list in binary results in unnecessary newlines that make the output 'noisier'. Old output ~~~~~~~~~~ ASCII someEmptyList___0(); Binary someEmptyList___ 0 ; Updated ~~~~~~~ ASCII someEmptyList___0(); Binary someEmptyList___0;
-
- Oct 03, 2016
-
-
Mark Olesen authored
-
Mark Olesen authored
All of the access methods for autoPtr include validity checks and will fail if the underlying point is NULL. In some cases, however, we'd like to retain the automatic deletion mechanism, but still address a nullptr. This is mostly for cases in which a file-stream should be allocated, but only on the master process. For these cases we'd still like to pass through and reference the underlying pointer (eg, to obtain the correct method call) without tripping the pointer check mechanism. If we attempt to use the ptr() method, the autoPtr memory management is bypassed and we risk memory leaks. Instead provide an alternative mechanism to obtain the raw underlying pointers/references. Use rawPtr() and rawRef() for these potentially useful, but also potentially dangerous, operations.
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Sep 30, 2016
-
-
Henry Weller authored
Patch based on contribution from Mattijs Janssens Resolves http://bugs.openfoam.org/view.php?id=2276
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
Andrew Heather authored
Adjust config foundation merge Rationalize config files, foamy build, tutorials. See merge request !63
-
Mark Olesen authored
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2278
-
Andrew Heather authored
-
Andrew Heather authored
Note: should be using the result of the parent::read(dict) when deciding whether to read local entries...
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
- The zero directory is incomplete, skip these entries.
-
Andrew Heather authored
-