- Jul 20, 2021
-
-
- Jul 19, 2021
-
-
Kutalmış Berçin authored
Introduces a new optional keyword of label type 'log' to linear-solver dictionaries to enable variable-specific debug statements. For example, in fvOptions file: solvers { p { solver GAMG; ... log 2; } U { ... log 0; } } The meanings of values of 'log' are: log 0; <!-- no output log 1; <!-- standard output log 2; <!-- debug output // values higher than 2 are expected to have no effect This keyword makes various DebugSwitches redundant or reduces their coverage. The effected DebugSwitches are: DebugSwitches { SolverPerformance 0; GAMG 0; PCG 0; PBiCG 0; smoothSolver 0; }
-
Kutalmış Berçin authored
-
- Jul 12, 2021
-
-
sergio authored
-
- Jul 08, 2021
- Jul 05, 2021
-
-
-
- need to change requireUpdate_ at the beginning of calculateCache otherwise it is not updated for "ALL" selection (causing unnecessary repeated calculations). For other modes, it would have tripped an error in FULLDEBUG.
-
Mark OLESEN authored
- lets function objects catch and handle errors (fixes #2144, related to #1779)
-
Mark OLESEN authored
- handle failures more robustly - add static shutdown() for similarity with Pstream etc.
-
Mark OLESEN authored
- fix linkage for cellModeller compat methods
-
Mark OLESEN authored
- unused, but missed in 40567b84
-
Mark OLESEN authored
-
- Jun 29, 2021
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- all flags before loaders. Avoids "uninitialized when used here" warning while preserving the field ownership logic. - relocate override of updateT basicThermo into constructor body for clearer logic and initialization STYLE: plain bool instead of Switch for dpdt flag
-
Mark OLESEN authored
-
- Jun 28, 2021
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
Minor clean-up
-
Andrew Heather authored
-
- Jun 24, 2021
-
-
sergio authored
-
Mark OLESEN authored
-
Mattijs Janssens authored
Hot fixes for v2106 See merge request !474
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 23, 2021
-
-
Andrew Heather authored
ENH: Adding subMesh option to momentumError and div FOs See merge request !463
-
-
1) Adding subMesh capabilities to momentumError and div FOs. - A subMesh is created from cellZones. - The operators (div, etc) are only calculated in the subMesh. 2) Optionally, halo cells can be added to the cellZones. 3) New helper class to handle the subMesh creation and field mapping.
-
- Jun 22, 2021
-
-
Sergio Ferraris authored
TUT: multiphase: replace boatAndPropeller with rigidBodyHull See merge request !473
-
-
-
sergio authored
-
Mark OLESEN authored
-
- Jun 21, 2021
-
-
Mark OLESEN authored
ENH: less cryptic error message in surfaceWriters::vtkWriter - fall back to nFields=1 and report the problem.
-
mattijs authored
-
- Jun 19, 2021
-
-
Mark OLESEN authored
- add setter/getter methods for the zone selection - construct for multiple zone selection - support explicit zone ids instead of name matcher
-
Mark OLESEN authored
-