- Nov 26, 2019
-
-
Mark OLESEN authored
ENH: downgrade error on type-mismatch to a warning - Ensight data files generated by OpenFOAM will start with the name of the data type (Eg, "scalar", "vector" etc), but this convention may fail for data files that have been generated elsewhere.
-
- Nov 20, 2019
-
-
- Nov 19, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Nov 18, 2019
-
-
Mark OLESEN authored
-
- Aug 28, 2019
-
-
edge it sets the globalEdgeOrientation See #1367
-
- Aug 13, 2019
-
-
- synchronization, reduction only makes sense on processor-coupled patches. Since cyclic baffles are within a single processor domain, they are not reduced. So need to skip the sanity test for these.
-
- Aug 06, 2019
-
-
Mark OLESEN authored
- the read offset missed the tag_ member entirely and thus the entire particle information would be corrupt (incorrectly interpreted) as well as potential violation of adjacent (trailing) memory locations.
-
- Aug 01, 2019
-
-
Mark OLESEN authored
-
- Jul 16, 2019
-
-
Mark OLESEN authored
- now suppress any '#line' if the input number number is invalid (ie, an empty set of tokens)
-
- Jul 12, 2019
-
-
Mark OLESEN authored
- need to be more generous when prefiltering the cell selection
-
Mark OLESEN authored
- now catch these and emit a warning. Still need to investigate the root cause in the caller(s) or regionSplit.
-
- Jul 09, 2019
-
-
BUG: DimensionedField - register new field if it does not have the same name as the copy - see #1348
-
- Jun 14, 2019
-
-
Mark OLESEN authored
- was missing range setting for the colour lookup table
-
- May 01, 2019
-
-
Mark OLESEN authored
-
- Apr 17, 2019
-
-
Mark OLESEN authored
-
- Apr 12, 2019
-
-
Mark OLESEN authored
- the emissivity was ignored for 'hpTa' when there is no solid resistance STYLE: adjust debug statement in externalWallHeatFlux
-
- Apr 10, 2019
-
-
mattijs authored
-
- Apr 08, 2019
-
-
sergio authored
-
Mark OLESEN authored
- used fallback of 0 instead of the results time. This discrepancy caused the case file to have two timesets that only differed by the first (incorrect) entry.
-
- Apr 03, 2019
-
-
Mark OLESEN authored
-
-
-
-
-
- Mar 04, 2019
-
-
mattijs authored
pointNormals calculation gets triggered through processorfvPatches so on processors that don't have these bypass this. This leads to the global reduction hanging.
-
- Feb 11, 2019
-
-
Andrew Heather authored
-
- Jan 23, 2019
-
-
Mark OLESEN authored
- retrieved value for the modelType was masked by a local variable
-
Mark OLESEN authored
- checkIn() was incorrectly conditional on the register state of the source object. Partial patch from .org commit 6dc48b62d948
-
Mark OLESEN authored
-
- Jan 21, 2019
-
-
mattijs authored
-
- Jan 14, 2019
-
-
Mark OLESEN authored
- could be triggered if running in parallel, but requesting procIDs to be written with a non-parallel version of the writer.
-
- Jan 10, 2019
-
-
Mark OLESEN authored
- uses the value of foamVersion::api, which should be reliable.
-
- Jan 07, 2019
-
-
Mark OLESEN authored
-
- Dec 20, 2018
-
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-
- Dec 19, 2018
-
-
mattijs authored
-
mattijs authored
-
Mark OLESEN authored
- they had an isType<> instead of isA<>() check
-