- Sep 03, 2024
-
-
mattijs authored
-
- Jun 26, 2024
-
-
Mark OLESEN authored
- the old logic relied on the presence/absence of a comma to decide whether to parse as fixed or free format. This logic is faulty when handling the final (trailing) entry and will generally lead to the last field being truncated when read in. Now the caller decides on fixed vs free. FIX: inconsistent Nastran surface output format - use FREE format by default. Previously had an odd mix of SHORT format when created without options and LONG format (as default) when created with format options.
-
- Jun 25, 2024
-
- Jun 24, 2024
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 20, 2024
-
-
Mark OLESEN authored
-
- Jun 19, 2024
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
-
Andrew Heather authored
-
- Jun 18, 2024
-
-
Andrew Heather authored
-
Kutalmış Berçin authored
ENH: Added new createViewFactors utility See merge request !692
-
Creates view factors for the view factor radiation model. User-selectable models: - raySearchEngine: model to generate rays, i.e. face-to-face connections - viewFactorModel: model to compute the view factors For visualisation, use: - Write the view factors as a volume field writeViewFactors yes; - Write the rays using OBJ format: writeRays yes; // default = no Participating patches must be in the \c vewFactorWall group, i.e. using the \c inGroups entry of the "\<case\>/polyMesh/boundary" file. \verbatim myPatch { type wall; inGroups 2(wall viewFactorWall); ... } \endverbatim Reads: - <constant>/viewFactorsDict : main controls - <constant>/finalAgglom : agglomeration addressing (from faceAgglomerate) Generates: - <constant>/F : view factors (matrix) - <constant>/mapDist : map used for parallel running - <constant>/globalFaceFaces : face addressing
-
Mark OLESEN authored
- bugfix for parallel gather of patch values with serial rendering
-
- Jun 14, 2024
-
-
- can be useful for various orientation-related geometry or mesh manipulations during pre-/post-processing: * combine with linearDirection to achieve better extrusion results. * orientation of transformations, blockMesh, result projections, ... STYLE: minor code modernizations Co-authored-by: Mark Olesen <>
-
- Jun 13, 2024
-
-
mattijs authored
-
Kutalmış Berçin authored
SUBMODULE: update data- and turbulence-community plugins
-
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
-
Andrew Heather authored
BUG: adjointRotatingWallVelocity causes sensitivities to crash. Fixes #3180 Closes #3180 See merge request !690
-
- 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.
-
Vaggelis Papoutsis authored
-
mattijs authored
Left out original files
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
-
- Jun 07, 2024
-
-
Andrew Heather authored
-
Andrew Heather authored
ENH: cellDecomposer: functionObject to map fields to 'tet' mesh. See merge request !687
-
-
Kutalmış Berçin authored
MRF: compressible energy eqn See merge request !689
-