- Jun 24, 2018
-
-
Mark OLESEN authored
- SIGFPE handling, cmake configuration CONFIG: adjust for simplified Catalyst channel naming - no sub-channels, select volField output based in the (internal | boundary) dictionary switches instead
-
- Jun 23, 2018
-
-
Mark OLESEN authored
- do not need the stringOps version if there is no dictionary context
-
Mark OLESEN authored
- rename Allrun.parallel to Allrun-parallel (issue #899)
-
- Jun 22, 2018
-
-
Mark OLESEN authored
-
- May 25, 2018
-
-
Resolves bug-report https://bugs.openfoam.org/view.php?id=2958
-
- Jun 10, 2018
-
-
- Jun 22, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark OLESEN authored
- Don't remove the constant/polyMesh directory if it contains a blockMeshDict or blockMeshDict.m4 file. Offer a reminder that system/ is the normal place for it.
-
Mark OLESEN authored
-
Mark OLESEN authored
- add additional control via a Foam::infoDetailLevel flag, which is supported by a 'DetailLevel' macro. Eg, DetailLevel << "some information" << nl - When infoDetailLevel is zero, the stdout for all Foam::system() calls are also redirected to stderr to prevent child output from appearing on the parent. - close stdin before exec in system call.
-
- Jun 21, 2018
-
-
Mark OLESEN authored
- convenient way to temporarily suspend the SIGFPE handler. Eg, // Normal code with SIGFPE enabled ... sigFpe::set(); { // Ignore SIGFPE in this scope ... sigFpe::ignore noFpeHandling; ... }
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- use Enum instead of NamedEnum - shorter form for dimensionedScalar - reduce verbosity about missed seeding for DTRM cloud. Re-enable old warnings in debug mode.
-
sergio authored
-
mattijs authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- some paraview versions (eg, on windows) don't support float, only double. This mostly affected the vtkSurfaceWriter. The foamToVTK is also affected, but since it also supports the XML output formats (vtp, vtu) these can be used instead.
-
Mark OLESEN authored
- affected manually generated legacy output (vtkSetWriter, vtkSurfaceWriter) - the order emitted by vtkSetWriter remains, but needs to revisited again.
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 20, 2018
-
-
Andrew Heather authored
-
- Jun 21, 2018
-
-
Andrew Heather authored
Feature ico reacting multiphase inter foam dev See merge request OpenFOAM-plus!204
-
- Jun 20, 2018
-
-
sergio authored
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
-
sergio authored
-
sergio authored
-
Andrew Heather authored
-
Mark OLESEN authored
-
mattijs authored
-
Andrew Heather authored
-
- Jun 19, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- incorrect coordinateSystem clear() after the move - add Test-coordinateSystem
-
sergio authored
-
sergio authored
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
-