- Feb 10, 2021
-
-
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
-
- Feb 03, 2021
-
-
Mark OLESEN authored
-
- Jan 26, 2021
-
-
- Jan 22, 2021
-
-
Mark OLESEN authored
- number of fields was not set. - interpolated surfaces incorrectly written for all formats
-
Mark OLESEN authored
-
- 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 13, 2021
-
-
Mark OLESEN authored
-
- Jan 08, 2021
-
-
Mark OLESEN authored
-
- Jan 04, 2021
-
-
mattijs authored
-
- Jan 03, 2021
-
-
Mark OLESEN authored
-
- Dec 23, 2020
-
-
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
-
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 Development/openfoam!419
-
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 authored
-
- Dec 18, 2020
-
-
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
-
Andrew Heather authored
INT: reactingParcelFoam: add dynamicMeshMotion capabilities See merge request Development/openfoam!416
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- adjust comments for '-world' option
-
Mark OLESEN authored
-
OpenFOAM bot authored
-
- Dec 17, 2020
-
-
Andrew Heather authored
ENH: MPPIC dynamic mesh See merge request Development/openfoam!406
-
-