- Aug 05, 2016
-
-
Mark Olesen authored
- these frontends are defunct and their formats were quite a mess. Prostar 4 versions (star4ToFoam, foamToStarMesh) should be used instead.
-
Mark Olesen authored
- Relocate classes (STARCDMeshReader, STARCDMeshWriter) into fileFormats namespace instead.
-
Mark Olesen authored
- helps when implementing polyhedral readers.
-
- Oct 05, 2016
- 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
-
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
-
Mark Olesen authored
- the function objects are from issue #224 and issue #235
-
Mark Olesen authored
- CGAL itself includes its library dependencies, we only need to provide the -L... option to the proper ThirdParty locations. Should help improve general build robustness.
-
- Sep 29, 2016
-
-
Andrew Heather authored
Merge branch 'merge-foundation' of develop.openfoam.com:Development/OpenFOAM-plus into merge-foundation
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
- instead we use the CGAL settings directly since they have the same option of (version | system | none) - may wish to review this again in the future.
-
- Sep 28, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2273
-
sergio authored
-