- Jun 13, 2024
-
-
Mark OLESEN authored
- README updated to v2406, project-version updated to v2406
-
Mark OLESEN authored
- adios: 2.9.2 -> 2.10.1 - paraview: 5.11.2 -> 5.12.1 Ancillary libs: - hdf5: 1.14.4.3 - hypre: 2.23.0 -> 2.31.0 - petsc: 3.19.2 -> 3.21.2
-
Mark OLESEN authored
-
- Jun 12, 2024
-
-
mattijs authored
-
Andrew Heather authored
-
Kutalmış Berçin authored
REGRESSION: missing "value" handling for some surface fields (#3144) See merge request !691
-
- changes in 8a8b5db9 were overly aggressive. Only need to suppress "value" IO for empty patches types
-
- Jun 11, 2024
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Kutalmış Berçin authored
-
- Jun 10, 2024
-
-
Mark OLESEN authored
- 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.
-
mattijs authored
Left out original files
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
-
- Jun 07, 2024
-
-
Andrew Heather authored
ENH: cellDecomposer: functionObject to map fields to 'tet' mesh. See merge request Development/openfoam!687
-
-
Kutalmış Berçin authored
MRF: compressible energy eqn See merge request !689
-
-
-
Kutalmış Berçin authored
New Lagrangian models See merge request !686
-
-
Based on the reference Tomiyama, A., Kataoka, I., Zun, I., Sakaguchi, T. (1998) Drag coefficients of single bubbles under normal and micro gravity conditions JSME International Journal, 41(2), 472-479. Example usage subModels { particleForces { tomiyamaDrag { sigma 0.07; contamination pure; // pure | slight | full } } }
-
Sets the particle active flag to false to freeze the particle in space whilst allowing it to evolve its physical models.
-
Andrew Heather authored
-
Andrew Heather authored
INT: cyclicPeriodicAMI: demo case provided by Hakan Nilsson See merge request !688
-
Hakan Nilsson authored
-
- Jun 06, 2024
-
-
mattijs authored
-
Kutalmış Berçin authored
SUBMODULE: update turbulence-community plugin ENH: README: add info to differentiate the modules from the plugins
-
- Jun 05, 2024
-
-
Kutalmış Berçin authored
-
- Jun 04, 2024
-
-
Mark OLESEN authored
Radiation modelling updates See merge request Development/openfoam!685
-
ENH: radiationModel - expose T()
-
- constantAbsorption - updated a_ and e_ (Function1) - constantTransmissivity - updated tau_ (Function1)
-
-
Determines radiation heat flux between patches when using the viewFactor radiation model. Example usage viewFactorHeatFlux1 { // Mandatory entries (unmodifiable) type viewFactorHeatFlux; libs (utilityFunctionObjects); // Optional entries (runtime modifiable) qr qr; }
-
mattijs authored
(added the -cylToCart option)
-
- Jun 03, 2024
-
-
mattijs authored
-
Haakan Nilsson authored
-
Mark OLESEN authored
STYLE: polyPatch cached areaFraction as std::unique_ptr - more consistent with other demand-driven data. Getter now returns tmp field instead of const reference.
-