- Dec 18, 2024
-
-
Andrew Heather authored
ENH: writeObjects: add flag to report registered objects See merge request !705
-
Co-authored-by:
Kutalmis Bercin <kutalmis.bercin@esi-group.com>
-
mattijs authored
-
Mattijs Janssens authored
Feature moving source See merge request !693
-
Mattijs Janssens authored
-
mattijs authored
-
Andrew Heather authored
The basis of the table is specified according to the mode: - velocity: deltap = F(velocity per face) \[DEFAULT\] - uniformVelocity: deltap = F(patch area-averaged velocity) - volumeFlowRate: deltap = F(patch volume flow rate) - nonDimensional: non-dim deltap = F(non-dim volume flow rate) Example of the boundary condition specification: <patchName> { type fan; patchType cyclic; jumpTable csvFile; mode velocity; // New entry jumpTableCoeffs { nHeaderLine 1; refColumn 0; componentColumns 1(1); separator ","; mergeSeparators no; file "<constant>/UvsPressure"; } value uniform 0; }
-
Andrew Heather authored
BUG: fieldAverage - handle duplicate entries
-
Kutalmış Berçin authored
-
Kutalmış Berçin authored
-
Kutalmış Berçin authored
-
Mark OLESEN authored
- fixes -Wdeprecated-copy complaints
-
- Dec 17, 2024
-
-
mattijs authored
-
- Dec 16, 2024
-
-
mattijs authored
scale factor is - coded - time varying - spatial varying
-
mattijs authored
-
mattijs authored
-
Mark OLESEN authored
- README updated to v2412, project-version updated to v2412
-
Mark OLESEN authored
- unused and superseded by c++17 std::optional
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- CGAL-6 uses c++17 std::optional, std::variant instead of boost versions
-
Mark OLESEN authored
-
- Dec 15, 2024
-
-
mattijs authored
-
- Dec 14, 2024
- Dec 12, 2024
-
-
mattijs authored
-
Mattijs Janssens authored
BUG: READ_IF_PRESENT: return false if not read. Fixes #3193 See merge request !698
-
Mattijs Janssens authored
-
Mattijs Janssens authored
ENH: snappyHexMesh: add buffer layers before snapping See merge request !715
-
Mattijs Janssens authored
-
mattijs authored
-
Mark OLESEN authored
- only affected v2406. Root cause is #3281
-
mattijs authored
-
- Dec 11, 2024
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
ENH: reconstructParMesh: support for finite-area. Fixes #3276 See merge request !711
-
-
- Dec 10, 2024
-
-
Co-authored-by: David Müller <> Co-authored-by: Konstantinos Missios <>
-