26420a88d7
BUG: extraConvection in ATC missing a multiplication with ATClimiter
...
In the 'standard' and 'UaGradU' options for the ATC term of the adjoint
equations, there is an option to add 'aritificial dissipation', by
adding and subtracting a multiple of the adjoint convection term with
different discretizations. The implicit part was not multiplied with the
ATClimiter whereas the explicit one was, leading to mismatched
contributions in the areas affected by the ATClimiter, which could
affect the sensitivity derivatives.
2023-02-03 15:35:49 +00:00
ff13cdd39d
BUG: ensightWrite not reading "excludeFields" ( fixes #2696 )
...
- field blocking/exclusion added in commit d9ab5d54ef ,
but was incorrectly doing a lookup for "blockField" for ensight
although "excludeFields" was documented (and expected).
Now corrected to use "excludeFields"
2023-02-02 15:17:24 +01:00
988ec18ecc
COMP: backslash instead of slash in Make/options
2023-01-30 11:55:35 +01:00
0339e5ee0d
BUG: expression field functionObject 'store' keyword ignored
2023-01-26 21:49:59 +01:00
07c69fdf0d
COMP: add static libgcc, libstdc++ linking for mingw ( fixes #2680 )
...
- this solves some 'dangling' dependency problems that plagued earlier
versions (when MS-MPI was not also installed).
2023-01-24 18:21:05 +01:00
03ab6c1a9d
COMP: remove commented Make/options item ( #2668 )
...
COMP: update include for CGAL-5.5 (#2665 )
old: Robust_circumcenter_filtered_traits_3
new: Robust_weighted_circumcenter_filtered_traits_3
COMP: adjust CGAL rule for OSX (#2664 )
- since CGAL is now header-only, the previous OSX-specific rules have
become redundant
2023-01-23 09:39:30 +01:00
e62b031f26
BUG: Casson coefficients not re-read ( fixes #2681 )
2023-01-22 18:28:00 +01:00
33f0ff8145
BUG: limitVelocity: specify default entry for U ( fixes #2679 )
2023-01-13 15:33:19 +00:00
166164da93
BUG: vtk::coordSetWriter produces incorrect VTK legacy format ( fixes #2678 )
...
- has a special purpose beginPiece() method, but was missing an update
on the numberOfPoints, numberOfCells values required by the base class.
2023-01-12 17:10:13 +01:00
1f68e7f9b3
CONFIG: bump patch level
2023-01-11 13:00:30 +01:00
e346620a62
BUG: inconsistent finiteArea proc-boundary contributions ( fixes #2672 )
2023-01-11 12:31:16 +01:00
df808ad3f2
BUG: overset: fix layerRelax input.Fixes #2670
2023-01-04 17:13:59 +00:00
51ed7a6034
TUT: Added simpleFoam/rotatingCylinders validation case - fixes #2563
2023-01-03 21:20:48 +00:00
0031cb1efa
CONFIG: set API level to 2212
2022-12-28 09:36:06 +00:00
66908158ae
RELEASE: Updated version to v2212
OpenFOAM-v2212
2022-12-21 16:16:18 +00:00
7e61f36c12
RELEASE: Updated headers to v2212
2022-12-21 16:16:18 +00:00
4cccd5f854
COMP: smoothSurfaceData was building into FOAM_USER_APPBIN
2022-12-21 16:16:17 +00:00
b1e919dbbb
STYLE: UList::null() for default empty list
2022-12-21 09:33:14 +01:00
c273ee4697
Merge remote-tracking branch 'origin/master' into develop
2022-12-20 13:31:41 +00:00
aebd79ff59
BUG: parallel blocking writing surface noise output ( fixes #2663 )
...
- old logic (v2206 and earlier) always disabled writing on non-master,
but other parts of the code were more recently updated to use lazy
evaluation of surface data (with parallel communication)
- now retain full write/no-write logic identically on all ranks. Take
care of master/non-master at the final output stage.
2022-12-19 18:00:07 +01:00
0a01492397
CONFIG: revert scotch version to 6.1.0
...
- some regressions (especially with ptscotch) noted with scotch-7.0.1
2022-12-19 16:26:02 +01:00
8d2165e7f4
ENH: topoSet: add new topoSet options
2022-12-19 14:49:16 +00:00
5fa37fb41c
BUG: fvMatrix: avoiding dupolicate adjustment. Fixes #2658
2022-12-19 11:49:25 +00:00
87cff55f9e
CONFIG: improve handling of debian multi-arch
...
- no guarantee that dpkg-architecture command is actually available,
so revert to a reasonable guess from 'uname -m' and 'uname -s'
2022-12-19 11:13:53 +01:00
4dafaa8cfe
STYLE: dump debug interpolation files to processor-specific names
2022-12-16 10:51:00 +01:00
ec77d3152b
Merge branch 'feature-pureZoneMixture' into 'develop'
...
ENH: pureZoneMixture: different mixture properties according to cellZone
See merge request Development/openfoam!586
2022-12-14 15:39:16 +00:00
fa7f0e1b67
ENH: pureZoneMixture: different mixture properties according to cellZone
2022-12-14 15:07:00 +00:00
02ca7868d5
BUG: tutorial: missing run script invocation
2022-12-14 14:28:50 +00:00
029c5a24fe
BUG: snappyMultiRegionHeaterImplicit: fix decomposition. Fixes #2657
2022-12-14 13:25:24 +00:00
b41ddc43c3
Merge branch 'feature-chtMultiRegionFoam-frozenFlow' into 'develop'
...
ENH: chtMultiRegionFoam - add frozenFlow option
See merge request Development/openfoam!564
2022-12-14 10:59:00 +00:00
48973bad83
ENH: chtMultiRegionFoam - add frozenFlow option
...
Also for 'chtMultiRegionSimpleFoam' and 'chtMultiRegionTwoPhaseEulerFoam'.
2022-12-14 10:54:40 +00:00
7d97b6f791
Merge branch 'feature-finite-area-numerics' into 'develop'
...
Misc. changes in finite-area methods
See merge request Development/openfoam!585
2022-12-14 10:19:05 +00:00
a0f1e98d24
ENH: finiteArea: improve robustness in code sections vulnerable to math errors
...
It has been observed that the finite-area framework is prone to numerical
issues when zero-valued edge lenghts, edge/face normals and face areas exist.
To improve exception handling at identified code sections to gracefully
overcome math errors, the problematic entities are lower-bounded by SMALL.
2022-12-14 10:18:23 +00:00
d5b7200295
ENH: edgeInterpolation: make skewness-correction optimisation compile-time optional
2022-12-14 10:18:23 +00:00
952d42512d
BUG: regionFaModels: report min/max for all processors ( fixes #2655 )
2022-12-14 10:18:23 +00:00
0de1df7309
BUG: processorFaPatch: fix the sign of compound assignment
2022-12-14 10:18:23 +00:00
d58e06494d
REVERT: leastSquaresFaVectors: pseudo-inverse shows instabilities for 2-D cases
2022-12-14 10:18:23 +00:00
b7b78a3052
COMP: unneeded move on return (mingw)
2022-12-13 19:49:36 +01:00
6ad25ef293
CONFIG: set API level to 2212 (pre-release state)
...
- README updated to v2212
2022-12-13 19:49:36 +01:00
c551ef3b01
CONFIG: update completion cache (csh)
2022-12-13 19:49:36 +01:00
24e97c6b91
CONFIG: update versions
...
- paraview (5.11.0), petsc (3.18.2), adios (2.8.3), scotch (7.0.1)
2022-12-13 11:18:54 +01:00
bd41ad1842
SUBMODULE: updates for adios, cfmesh, OpenQBMM, external-solver
2022-12-13 11:18:54 +01:00
ed5690ffbc
STYLE: volSurfaceMapping is const
2022-12-13 11:18:16 +01:00
05322608a2
ENH: Pstream waitRequest ignore placeholder (negative) requests
2022-12-13 10:45:44 +01:00
4b94ac97c2
ENH: dimensioned/dimensionedSet handle optional read as per dictionary
2022-12-13 10:09:46 +01:00
1888bc62ab
ENH: x/y, y/x comparison operators for Vector2D
...
STYLE: init label variants with std::sqrt + double (compile-time invariant)
2022-12-13 10:09:46 +01:00
95a6e8b419
BUG: boundaryRadiationProperties - check ptr exists before using
2022-12-13 06:16:52 +00:00
c3b0742e03
ENH: advancing front AMI - use area in direction of face normal
2022-12-12 18:07:31 +00:00
7c235371ff
ENH: ConeNozzleInjection - added option to include an angular velocity (rad/s)
...
Specified using the optional 'omega' entry (Function1 type), e.g. for a constant
value:
omega 12.56;
Note that the swirl contribution is applied in addition to the velocity set by
the 'flowType' option. For example, for the 'constantVelocity' option, parcels
are initially set the velocity according to the UMag and direction/cone angle;
the swirl velocity is then added.
2022-12-12 16:24:06 +00:00
e90092ad91
INT: continuation of 7441e18475 for S-A DES models
2022-12-12 16:24:06 +00:00