- Jul 19, 2018
-
-
Mark OLESEN authored
-
- Jul 18, 2018
-
-
Mark OLESEN authored
- canonical parameter name changed from "minMedianAxisAngle" to "minMedialAxisAngle" (DEC-2013), but was never previously reported as having changed.
-
Mark OLESEN authored
- aids with detection of excess tokens (issue #762) - deprecated dictionary::operator[] in favour of the lookup() method which offers more flexibilty and clarity of purpose. Additionally, the read<> and get<> forms should generally be used instead anyhow.
-
Mark OLESEN authored
-
Mark OLESEN authored
- FOAM_CONFIG_NOUSER Suppress use of user/group configuration files. This is useful when packaging for a central installation. - allow additional user tuning of compiler settings. Per-compiler overrides in "compiler-$WM_COMPILER" files
-
mattijs authored
-
- Jul 12, 2018
-
-
mattijs authored
-
- Jul 13, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- the vector normalise() method modifies the object inplace, the normalised function returns a copy. vector vec1(1,2,3); vec1.normalise(); vs vector vec1(1,2,3); vec1 /= mag(vec1) + VSMALL; For const usage, can use either of these const vector vec2a(normalised(vector(1,2,3))); const vector vec2b(vector(1,2,3).normalise());
-
Mark OLESEN authored
- use scalar(0) instead of scalar(0.0) etc
-
- Jul 12, 2018
- Jul 11, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
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 10, 2018
-
-
Mark OLESEN authored
-
- Jul 06, 2018
-
-
Mark OLESEN authored
DOC: document topo sources inputs in doxygen format ENH: check for excess tokens in dictionary input (issue #762) - various bits of code cleanup (modernization) in meshTool/sets.
-
- Jul 10, 2018
-
-
Mark OLESEN authored
- had "UName" instead of "U" for the single field lookup.
-
- Jul 11, 2018
-
-
Mark OLESEN authored
- char instead of integer representation for the enumeration. - additional constructor as lookupOrDefault from dictionary entry.
-
- Jul 06, 2018
-
-
Mark OLESEN authored
- improve doxygen entries for searchable surfaces. - support selection of searchable surfaces with shorter names. Eg, type box | cylinder | ...; vs type searchableBox | searchableCylinder | ...;
-
- Jul 10, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jul 05, 2018
-
-
mattijs authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- was superseded by "libs" in 1612
-
Mark OLESEN authored
- was replaced with "name" in 1706
-
- Jul 04, 2018
-
-
Mark OLESEN authored
- stricter checking for common dictionary input errors such as a missing ';' for primitive entries, extra or missing closing '}' etc.
-
Mark OLESEN authored
- use "min:xxx" format for AMIInterpolation as well
-
- Jul 02, 2018
-
-
Mark OLESEN authored
- relocate some standard functionality to TimePaths to allow a lighter means of managing time directories without using the entire Time mechanism. - optional enableLibs for Time construction (default is on) and a corresponding argList::noLibs() and "-no-libs" option STYLE: - mark Time::outputTime() as deprecated MAY-2016 - use pre-increment for runTime, although there is no difference in behaviour or performance.
-
- Jul 04, 2018
- Jul 02, 2018
-
-
mattijs authored
-
- Jun 28, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-