openfoam/applications
Mark Olesen d859f7b00f ENH: add comparison operators to exprValue, integrate exprValueFieldTag
- exprValueFieldTag is an extended version of exprValue,
  with additional Field/List uniformity handling

- the exprValueFieldTag reduce() method provides a more efficient
  method than using a regular combine operator. Since fields are
  usually non-uniform, will mostly only need the bitwise reduce and
  not a more expensive gather/combine.

ENH: output of exprValue (scalar type) now includes '.'

- prevents scalar/label ambiguity for values like '100.0', which would
  otherwise be written as '100' and thus interpreted as a label value
  when re-reading.
2024-06-10 16:47:09 +02:00
..
solvers ENH: MRF - added work term to compressible solver energy eqns 2024-06-07 14:48:47 +00:00
test ENH: add comparison operators to exprValue, integrate exprValueFieldTag 2024-06-10 16:47:09 +02:00
tools
utilities ENH: surfaceTransformPoints: make consistent with transformPoints. 2024-06-04 16:59:15 +01:00
Allwmake COMP: increment lemon sources, fix stray comment char (wmkdepend) 2022-05-11 09:53:58 +02:00