- May 06, 2019
-
-
Mark OLESEN authored
- can be used for outputing sampled surfaces in x3d format for direct import in other rendering tools.
-
- May 03, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- May 02, 2019
-
-
Mark OLESEN authored
Reacting heterogeneous cloud See merge request OpenFOAM-plus!242
-
mattijs authored
All remote contributions to interpolation stencils now get added as 'processor' type lduInterfaces. This guarantees a consistent matrix, e.g. initial residual is normalised to 1. Second change is the normalisation of the interpolation discretisation which uses the diagonal from the unmodified equation. This helps GAMG.
-
mattijs authored
-
Mark OLESEN authored
- this corresponds more closely to the expected behaviour of a patch-average value being independent of the local face discretization
-
Andrew Heather authored
Feature reflective solar load See merge request OpenFOAM-plus!243
-
Andrew Heather authored
-
- May 01, 2019
-
-
Mark OLESEN authored
- localize some functionality, std::array for digest internals. Additional append sub-string methods, pass-through write of digest etc.
-
Mark OLESEN authored
- only apply component-wise transformCoupleField for non-scalar types
-
Mark OLESEN authored
-
- Apr 30, 2019
-
-
Mark OLESEN authored
- amalgamate dlSym() and dlSymFound() into a single dlSymFind() backend with optional 'required' argument. This makes it possible to query and assign at once.
-
Mark OLESEN authored
- previously would have different SHA1 depending on whether the string was a C-string, a C++-string or if the SHA1 was calculated directly or via the OSHA1stream. - SHA1("string") - OSHA1stream << "string"; - OSHA1stream << string("string"); By avoiding string quoting on output, they now all deliver the same result. This also means that the following will no longer change the SHA1 content, since it does not add anything: osha<< string() << string() << string() << string(); This would have previously add a pair of double quotes each time!
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Johan Roenby authored
- failed when nAlphaSubCycles > 1 and nOuterCorrectors > 1. Fixed thanks to Henning Scheufler (DLR Bremen).
-
- Apr 29, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
mattijs authored
-
Mark OLESEN authored
-
- Apr 28, 2019
-
-
Mark OLESEN authored
- Eg, with surface writers now in surfMesh, there are fewer libraries depending on conversion and sampling. COMP: regularize linkage ordering and avoid some implicit linkage (#1238)
-
- Apr 26, 2019
-
-
Mark OLESEN authored
- avoids unnecessary cyclic dependency
-
- Apr 29, 2019
-
-
Mark OLESEN authored
-
- Apr 26, 2019
-
-
Mark OLESEN authored
- change internal naming from 'EXE_EXT' to 'EXT_EXE' for symmetry with 'EXT_SO'
-
Mark OLESEN authored
- continuation of commit 0e7954c2 ENH: downgrade abort() to exit() in some places (#1238)
-
Mark OLESEN authored
-
- Apr 29, 2019
-
-
Andrew Heather authored
Feature indirect lists See merge request OpenFOAM-plus!253
-
Mattijs Janssens authored
See merge request OpenFOAM-plus!254
-
mattijs authored
-
- Apr 26, 2019
-
-
Mark OLESEN authored
- now also track if the cellSet or cellZone has changed on point motion.
-
Mark OLESEN authored
- also available as equal() member function
-
Mark OLESEN authored
-
Mark OLESEN authored
- make I/O operators global (non-member)
-
- Apr 25, 2019
-
-
Mark OLESEN authored
-
mattijs authored
Patch contributed by Gavin Ridley.
-
Mark OLESEN authored
-
Mark OLESEN authored
-