- 14 Apr, 2021 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- the generic constructor could be called twice in pointPatchField::New, which results in an attempt to transfer tokens twice.
-
- 23 Mar, 2021 1 commit
-
-
Andrew Heather authored
-
- 18 Mar, 2021 1 commit
-
-
Andrew Heather authored
-
- 16 Mar, 2021 1 commit
-
-
Andrew Heather authored
-
- 25 Feb, 2021 1 commit
-
-
Mark Olesen authored
-
- 15 Feb, 2021 3 commits
-
-
Andrew Heather authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- 10 Feb, 2021 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- setup writer outside the data loop to ensure that the number of output fields is correct (VTK format). - ignore 'interpolate' on sampled surfaces to ensure proper face sampling, never allow point sampling BUG: incorrect debug-switch for sampledIsoSurface
-
- 03 Feb, 2021 1 commit
-
-
Mark Olesen authored
-
- 26 Jan, 2021 1 commit
-
-
mattijs authored
-
- 22 Jan, 2021 2 commits
-
-
Mark Olesen authored
- number of fields was not set. - interpolated surfaces incorrectly written for all formats
-
Mark Olesen authored
-
- 18 Jan, 2021 1 commit
-
-
mattijs authored
Should not call map() since it triggers building the (one-to-one) mapping which conflicts with the self-contained mapping of cyclicAMI
-
- 13 Jan, 2021 1 commit
-
-
Mark Olesen authored
-
- 08 Jan, 2021 1 commit
-
-
Mark Olesen authored
-
- 04 Jan, 2021 1 commit
-
-
mattijs authored
-
- 03 Jan, 2021 1 commit
-
-
Mark Olesen authored
-
- 23 Dec, 2020 2 commits
-
-
Andrew Heather authored
-
Mark Olesen authored
-
- 22 Dec, 2020 5 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
-
- 21 Dec, 2020 12 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Andrew Heather authored
BUG: setAlphaField: fix incompatibilities with BCs (#1962) See merge request !418
-
Johan Roenby authored
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 !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
-
mattijs authored
The polyMesh construct-from-components will now ignore the readOpt for the supplied primitives as before. This again re-allows READ_IF_PRESENT for fv* in combination with supplied primitives.
-
Andrew Heather authored
Fix cyclicACMI (runtime-selection-geometry, scaling-of-weights) See merge request !419
-
Mattijs Janssens authored
This makes the initialisation order of dynamicMesh consistent with plain ones using the virtual mechanism. It does not solve the cyclicACMI construction order yet.
-
Mark Olesen authored
- Useful for diagnosis, the -cellDist-internal produces a volScalarField::Internal instead
-
Sergio Ferraris authored
-
- 18 Dec, 2020 1 commit
-
-
Mattijs Janssens authored
Changed IO flag so that new mesh is created - was using old 'faces', 'owner' etc but then used the new patch starts Corrected logic for contMap in polyTopoChange
-