- May 02, 2019
-
-
Andrew Heather authored
-
- Jan 22, 2019
-
-
sergio authored
ENH: Several modifycations to avoid erroneuos rays to be shot from wrong faces. ENH: Updating tutorials and avoiding registration of the coarse singleCellFvMesh Adding solarLoad tutorial case simpleCarSolarPanel ENH: Changes needed for the merge
-
- Dec 03, 2018
-
-
sergio authored
Adding reflecting fluxes to Solar load radiation model. Adding functionality to the boundary radiation models and new place holder for basic wall types such as transparent, opaqueDiffusive, opaqueReflective,etc. Changing radiation wall models to run time selectable. Adding multi-band capabilities to VF model and improving the set up for using solar loads in VF and fvDOM radiation models.
-
- 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
-
mattijs authored
- in case of cell overlapping a patch : set cell to hole always - in case of cell changing from hole to calculated: set to hole and continue. Do so before 'flood filling' holes. Patch supplied by Nicolas Edh.
-
- Apr 24, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- unnecessary. Can deduce labelRange from the pair of labels. These are all the same: list[labelRange(18,3)] = 100; list[labelRange{18,3}] = 100; list[{18,3}] = 100; Removing the run-time handling of std::initializer_list in favour of compile-time deduction allows the future use of sliceRange as well. Eg, list[sliceRange{18,3,2}] = 100; list[{18,3,2}] = 100;
-
mattijs authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-