- Jul 24, 2018
-
-
Mark OLESEN authored
- unused, does not run in parallel - avoid enclosing namespace in fvMeshSubset
-
- Jul 25, 2018
-
-
Mark OLESEN authored
- gets the pointer within the list.
-
Mark OLESEN authored
-
- Jul 24, 2018
-
-
Mark OLESEN authored
-
- Jul 25, 2018
-
-
Mark OLESEN authored
- enclosed with a #ifdef Foam_argList_1712 .. #endif pair (defined by default). In a later release, this can be disabled by default. ENH: add input length check for -hostRoots option
-
- Jul 24, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- get<label>, get<scalar> instead of readLabel, readScalar, etc.
-
Mark OLESEN authored
- this eliminates a degree of ambiguity when resolving a read() method in inherited classes.
-
Mark OLESEN authored
- ignore implicit-fallthrough for ragel generated code. - add -Wno-deprecated-declarations for c++LESSWARN. These principally associated with older CGAL versions and their use of particular mpfr routines.
-
- Jul 23, 2018
-
-
Mark OLESEN authored
- simplifies conversion of RPM to radians/sec for const variables
-
Mark OLESEN authored
- improve doxygen for lumpedPointMotion
-
Mark OLESEN authored
-
Mark OLESEN authored
- ref issue #762 STYLE: consistency in file vs files for pointNoise and surfaceNoise - use "files" when available, fallback to "file" otherwise.
-
Mark OLESEN authored
Some special adjustments are undertaken for distance = 0. - With the isoSurfaceCell algorithm is used, additional checks for open surfaces edges are used to limit the extend of resulting distance surface. The resulting surface elements will not, however, contain partial cell coverage. - Always treated as signed (ignoring the input value), since it is nearly impossible to generate any surface otherwise.
-
- Jul 20, 2018
-
-
Mark OLESEN authored
- missing indexing caused the real radius to be largely ignored when useRealRadius = true
-
- Jul 12, 2018
-
-
mattijs authored
-
- Jul 11, 2018
-
-
mattijs authored
-
Mark OLESEN authored
- the original intention was to avoid vtp output when the clouds are empty anyhow. However, it is useful for post-processing to have clouds with zero parcels (eg, before the start of injection). Pruning of empty clouds is now an option in the vtkCloud dictionary controls, with the default being false (no pruning). This represents a non-breaking change in behaviour since it generates more output than previously. Example, { type vtkCloud; //- Suppress writing of empty clouds (default: false) prune true; }
-
- Jul 05, 2018
-
-
- Jul 23, 2018
- Jul 04, 2018
-
-
Mark OLESEN authored
- use "min:xxx" format for AMIInterpolation as well
-
- Jun 28, 2018
-
-
Andrew Heather authored
-
- Jun 26, 2018
-
-
Andrew Heather authored
-
Mark OLESEN authored
- functionObjectLibs -> libs - redirectType -> name - change deprecated writeCompression flags types to Switch. - cleanup some trailing ';;' from some dictionaries
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 25, 2018
-
-
Andrew Heather authored
-
- Jun 26, 2018
-
-
Mark OLESEN authored
- regularise referencing of OpenFOAM env variables, sources etc.
-
Mark OLESEN authored
-
- Jun 25, 2018
-
-
sergio authored
-
mattijs authored
-
mattijs authored
-
Mark OLESEN authored
- The problem is not 100% reproducible, but be somewhat conservative and now only close(stdin) for pure background (daemon-like) use of Foam::system(), where it can be useful. Using Foam::system() for launching background processes is currently only used for the doc browser.
-
- Jun 23, 2018
-
-
Mark OLESEN authored
- do not need the stringOps version if there is no dictionary context
-
- Jun 22, 2018
-
-
Mark OLESEN authored
-
- Jun 20, 2018
-
-
Mark OLESEN authored
-
Andrew Heather authored
-
- Jun 19, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-