- Jun 25, 2018
-
-
Andrew Heather authored
Feature processor level of detail (LOD) See merge request OpenFOAM-plus!210
-
- Jun 24, 2018
-
-
Mark OLESEN authored
- respect trailing '-', '.', '_' for the image prefix name. For example, -image press_ to accept press_*.png - additional -mask width option (for avconv)
-
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
-
- Jun 21, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 20, 2018
-
-
Andrew Heather authored
-
- Jun 19, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- The additional output generated by #calc directives in the controlDict or decomposeParDict causes issues for the RunFunctions extraction of 'application' and 'numberOfSubdomains'. Avoid by using -disableFunctionEntries, which also has the side-effect of disabling '#include'.
-
- Jun 18, 2018
-
-
mattijs authored
-
Mark OLESEN authored
- major() and minor() are GNU macros in sys/sysmacros.h and generates warning on some systems (eg, Ubuntu 18.04) use getMajor() and getMinor() as method names instead.
-
Andrew Heather authored
- corrected the mass based correction and updated the misleading function arguments - moved the option to the optimisation switches, e.g.: OptimisationSwitches { experimentalDdtCorr 1; } - default remains off/no (0)
-
mattijs 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
-