- Jan 26, 2021
-
-
Mark OLESEN authored
-
-
Mark OLESEN authored
- modification/continuation of 8d63073b and 5c1ec7ec (#595). Although this protected function is only used internally, the name `size(label)` is too easily confused with `resize(label)` and `setSize(label)`. The longer method name eliminates some ambiguity. Name consistent with PtrListDetail. - leave size(label) method (for possible compatibility), but mark as deprecated - improve sizing consistency for (Istream >> DynamicList) STYLE: more consistent use of resize vs setSize in DynamicList - more consistency between DynamicList and DynamicField. There were some inconsistencies in how construct with a size was interpreted. STYLE: more consistent declaration/use of Swap
-
Mark OLESEN authored
- add byteSize to FixedList and Matrix, for possible streaming ENH: expose data/cdata for PackedList, bitSet
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- a C-string is interpreted as a bool instead of as a word, so remove default parameter to eliminate ambiguity
-
- Jan 25, 2021
-
-
mattijs authored
-
- Jan 22, 2021
-
-
Mark OLESEN authored
- number of fields was not set. - interpolated surfaces incorrectly written for all formats
-
Mark OLESEN authored
-
- Jan 20, 2021
- Jan 18, 2021
-
-
mattijs authored
Should not call map() since it triggers building the (one-to-one) mapping which conflicts with the self-contained mapping of cyclicAMI
-
- Jan 15, 2021
-
-
Mark OLESEN authored
- this was previously suppressed for ASCII format as being 'clutter', but without it there is no context for interpreting the type of data contained in ASCII files: potentially leading to integer overflows when reading in ParaView etc.
-
Mark OLESEN authored
-
Mark OLESEN authored
- orientedType: use explicit constructors, minor cleanup.
-
Mark OLESEN authored
- useful for trivial tests
-
- Jan 13, 2021
-
-
Mark OLESEN authored
-
- Jan 08, 2021
-
-
Mark OLESEN authored
-
- Jan 06, 2021
- Jan 04, 2021
- Jan 03, 2021
-
-
Mark OLESEN authored
-
- Dec 23, 2020
-
-
Andrew Heather authored
-
Mark OLESEN authored
-
- Dec 22, 2020
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark OLESEN authored
-
- Dec 21, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Andrew Heather authored
BUG: setAlphaField: fix incompatibilities with BCs (#1962) See merge request Development/openfoam!418
-
Co-authored-by:
Johan Roenby <johan.roenby@gmail.com> Co-authored-by:
Henning Scheufler <Henning.Scheufler@dlr.de>
-
Andrew Heather authored
ENH: Added new filmFlux function object See merge request Development/openfoam!417
-
Andrew Heather authored
Calculates the mass flux for surface film models. Example usage: filmFlux { type filmFlux; writeControl writeTime; result myPhi; // optional }
-
Mark OLESEN authored
-