- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 14 Aug, 2019 1 commit
-
- 13 Aug, 2019 1 commit
-
-
mattijs authored
- synchronization, reduction only makes sense on processor-coupled patches. Since cyclic baffles are within a single processor domain, they are not reduced. So need to skip the sanity test for these.
-
- 24 Jul, 2019 1 commit
-
-
Andrew Heather authored
-
- 09 Jul, 2019 1 commit
-
-
Mark Olesen authored
- this cannot be left as a configurable value (on windows), since it needs to be enabled even prior to reading the etc/controlDict file, in case the OpenFOAM installation path itself contains spaces.
-
- 08 Jul, 2019 1 commit
-
-
Mark Olesen authored
- mingw uses 32-bit long regardless of -m32 or -m64 setting
-
- 05 Jul, 2019 1 commit
-
-
Mark Olesen authored
- when searching for a file that may not actually exist, the short-cut optimization could lead to the 'constant' directory being ignored. STYLE: simplify logic in points0MotionSolver::points0IO
-
- 02 Jul, 2019 1 commit
-
-
Andrew Heather authored
BUG: DimensionedField - register new field if it does not have the same name as the copy - see #1348
-
- 25 Jun, 2019 2 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- 26 Jun, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 24 Jun, 2019 1 commit
-
-
Mark Olesen authored
-
- 19 Jun, 2019 1 commit
-
-
mattijs authored
-
- 17 Jun, 2019 2 commits
- 14 Jun, 2019 4 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
- now only needed when specify compiling -m32 on a 64-bit system. Internally use the __SIZEOF_LONG__ compiler macro (gcc, icc, llvm) to define when long is actually an int32_t.
-
Mark Olesen authored
-
- 13 Jun, 2019 3 commits
-
-
mattijs authored
-
Mark Olesen authored
- adjust copyright dates for manpages
-
Mark Olesen authored
- enable by default on Windows, disable by default on non-Windows.
-
- 07 Jun, 2019 1 commit
-
-
Sergio Ferraris authored
Integration of VOF MULES new interfaces. Update of VOF solvers and all instances of MULES in the code. Integration of reactingTwoPhaseEuler and reactingMultiphaseEuler solvers and sub-models Updating reactingEuler tutorials accordingly (most of them tested) New eRefConst thermo used in tutorials. Some modifications at thermo specie level affecting mostly eThermo. hThermo mostly unaffected New chtMultiRegionTwoPhaseEulerFoam solver for quenching and tutorial. Phases sub-models for reactingTwoPhaseEuler and reactingMultiphaseEuler were moved to src/phaseSystemModels/reactingEulerFoam in order to be used by BC for chtMultiRegionTwoPhaseEulerFoam. Update of interCondensatingEvaporatingFoam solver.
-
- 06 Jun, 2019 1 commit
-
-
Mark Olesen authored
- overload the ref() method to allow modification of the referenced (non-const) field directly. Same as constCast(), but less typing and less prone to error. - construct ConstPrecisionAdaptor from tmp for improved efficiency.
-
- 04 Jun, 2019 3 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- remove registration and ownership before deleting a regIOobject from within objectRegistry to avoid possible recursion. - regIOobject destructor now removes any registered object from registry regardless if ownedByRegistry or not. It also removes always removes the ownership flag to avoid possible recursion. - the regIOobject::checkOut() now unconditionally clears file watches. These will only be there if the object is registered (a no-op for an unregistered object), but this additional safety is needed to manage case where the registration has been modified elsewhere (eg, by the objectRegistry).
-
Kutalmis Bercin authored
ENH: define addition/subtraction operations for scalar and complex - required since construct complex from scalar is explicit - additional tests in Test-complex
-
- 03 Jun, 2019 2 commits
-
-
Mark Olesen authored
- can additionally relinquish the registered state as well as ownedByRegistry state
-
mattijs authored
-
- 29 May, 2019 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- generalize identity matrix constructors for non-scalar types - add constructors using labelPair for the row/column sizing information. For a SquareMatrix, this provides an unambiguous parameter resolution. - reuse assignment operators STYLE: adjust matrix comments
-
- 23 May, 2019 2 commits
-
-
Kutalmis Bercin authored
-
Kutalmis Bercin authored
- additional operators: + compound assignment + inner product: operator& + outer product: operator^ - additional functions: - MatrixBlock methods: subColumn, subRow, subMatrix - L2 norms for matrix or column - trace, diag, round, transpose - MatrixBlock methods: col(), block() are deprecated since their access patterns with (size, offset) are unnatural/unwieldy. - verifications by test/Matrix/Test-Matrix
-
- 31 May, 2019 1 commit
-
-
Mark Olesen authored
-
- 10 May, 2019 1 commit
-
-
Mark Olesen authored
- adjust naming of quaternion 'rotationSequence' to be 'eulerOrder' to reflect its purpose. - provide rotation matrices directly for these rotation orders in coordinateRotations::euler for case in which the rotation tensor is required but not a quaternion.
-
- 08 May, 2019 1 commit
-
-
Mark Olesen authored
-
- 06 May, 2019 1 commit
-
-
Mark Olesen authored
- support move insert/set and emplace insertion. These adjustments can be used for improved memory efficiency, and allow hash tables of non-copyable objects (eg, std::unique_ptr). - extend special HashTable output treatment to include pointer-like objects such as autoPtr and unique_ptr. ENH: HashTable::at() method with checking. Fatal if entry does not exist.
-
- 03 May, 2019 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 02 May, 2019 1 commit
-
-
mattijs authored
-