- 25 Jan, 2019 5 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- in the previous version, a specification such as (U "U.*") would have selected the field name twice for writing
-
Mark Olesen authored
- can also be used for other purposes. Eg, if (ListOps::found(list, matcher)) { ... } vs. if (!findStrings(matcher, list).empty()) { ... }
-
Mark Olesen authored
- add compile-time detection of deprecated findIndex() function - replace occurrences of findIndex() with the equivalent container method
-
Mark Olesen authored
- simply a functionObject with an additional Time reference, which is a combination frequently used by concrete functionObjects
-
- 24 Jan, 2019 1 commit
-
-
Mark Olesen authored
- use for-range when iterating - dictionary access/search methods - autoPtr for memory management
-
- 25 Jan, 2019 1 commit
-
-
Mark Olesen authored
-
- 24 Jan, 2019 5 commits
-
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- changed the sectorCoeffs keyword to 'point' from 'axisPt' for more similarity with other dictionaries. Continue to accept 'axisPt' for compatibility.
-
Mark Olesen authored
-
- 23 Jan, 2019 20 commits
-
-
Mark Olesen authored
- allows use in surfMesh library, which does not depend on meshTools
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Andrew Heather authored
Feature run time control triggers See merge request OpenFOAM-plus!228
-
Mark Olesen authored
- now free anything owned by the registry when doing a clear. - the myriad of other ways to remove items (and potentially leaking) have not yet been addressed: * set, erase, retain, filterKeys, filterValues, filterEntries
-
Mark Olesen authored
- checkIn() was incorrectly conditional on the register state of the source object. Partial patch from .org commit 6dc48b62d948
-
Mark Olesen authored
- Uses the user-specified value for the HTC calculation { type externalCoupledTemperature; outputTemperture fluid; // or wall; htcRefTemperature user; // or cell (default) Tref 293.15; }
-
mattijs authored
-
Mark Olesen authored
- was for parallel compilation across multiple hosts, but less useful with modern CPUs with higher number of cores and/or hyperthreading. Fragile use and dependent on a 'lockfile' utility that is not often installed.
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- previously stated that the patch level would be 0, but this would necessitate many revert commits after merging in the master branch. It is better to leave the meaning open.
-
- 22 Jan, 2019 4 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- since foamDictionary doesn't use system/controlDict it will use the standard default precision. The '-precision' option allows adjusting that value.
-
Mark Olesen authored
-
Mark Olesen authored
- support for optional 'enabled' keyword to selectively disable a single sampled surface. ENH: add sampledSurface::withSurfaceFields() method - can be used to distinguish which samplers support surface fields. Currently this is only sampledPatch
-
- 21 Jan, 2019 1 commit
-
-
Andrew Heather authored
-
- 22 Jan, 2019 1 commit
-
-
Andrew Heather authored
-
- 21 Jan, 2019 2 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-