- 05 May, 2020 1 commit
-
-
Mark OLESEN authored
-
- 04 Nov, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 25 Sep, 2019 1 commit
-
-
Mark OLESEN authored
-
- 04 Aug, 2019 1 commit
-
-
Mark OLESEN authored
-
- 25 Jun, 2019 1 commit
-
-
Mark OLESEN authored
-
- 15 Feb, 2019 1 commit
-
-
Mark OLESEN authored
-
- 12 Feb, 2019 1 commit
-
-
Mark OLESEN authored
-
- 31 Jan, 2019 1 commit
-
-
Mark OLESEN authored
-
- 07 Jan, 2019 1 commit
-
-
Mark OLESEN authored
- need to explicitly include vtkPVConfig.h to get the version macros
-
- 05 Dec, 2018 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- use cellCentres() instead of volField equivalent for vtk conversion - make looping variables more consistent - use updated Foam::vtk::Tools - use fieldTypes static information
-
- 04 Dec, 2018 1 commit
-
-
Mark OLESEN authored
- eg for foamVersion.H
-
- 29 Nov, 2018 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 20 Nov, 2018 1 commit
-
-
Mark OLESEN authored
-
- 30 Jul, 2018 1 commit
-
-
Mark OLESEN authored
-
- 20 Jul, 2018 1 commit
-
-
Mark OLESEN authored
-
- 28 Jun, 2018 2 commits
-
-
Mark OLESEN authored
Final content for 1806 release See merge request !4
-
Mark OLESEN authored
Improvements to cmake configuration See merge request !3
-
- 27 Jun, 2018 2 commits
-
-
Mark OLESEN authored
- the build is now much more strongly oriented on cmake. The wmake wrapper only adds some minor versioning on the build and uses a standard CMAKE_INSTALL_PREFIX to define its installation location. These changes can make it easier for some packagers (eg, spack) to manage.
-
Simone Bna authored
- LIBRARY_OUTPUT_PATH is removed - CMAKE_LIBRARY_OUTPUT_DIRECTORY is used instead of LIBRARY_OUTPUT_PATH - CMAKE_INSTALL_PREFIX is used as install destination
-
- 26 Jun, 2018 2 commits
-
-
Mark OLESEN authored
STYLE: minor formatting for cmake files
-
Mark OLESEN authored
DOC: fixed emails in README See merge request !2
-
- 25 Jun, 2018 4 commits
-
-
Mark OLESEN authored
- split off boilerplate OpenFOAM settings as CMakeLists-OpenFOAM.txt DOC: lowercase names for email addresses (request !2)
-
Mark OLESEN authored
- allows restriction of the output patches to specific names and hiding others.
-
Mark OLESEN authored
- forces release of memory for the associated backends - log which channels are being emitted. The printChannels pipeline was redundant anyhow.
-
Simone Bna authored
-
- 24 Jun, 2018 1 commit
-
-
Mark OLESEN authored
- removed fvMesh sub-channels if favour of selector flags. To enable/disable portions of the geometry: internal true/false boundary true/false This replaces the previous method of sub-channels in which restrictions were propagated from the pipeline through. Before ====== Function Object: input { fields (U p); } Pipeline: input = coprocessor.CreateProducer(datadescription, 'input/patches') Now === Function Object: input { internal false; fields (U p); } Pipeline: input = coprocessor.CreateProducer(datadescription, 'input')
-
- 23 Jun, 2018 1 commit
-
-
Mark OLESEN authored
- allows cmake override of the default output library directory, which is normally $FOAM_LIBBIN ENH: additional debug verbosity - extra information (in parallel) when debug level > 1, which can help when isolating problems.
-
- 22 Jun, 2018 3 commits
-
-
Mark OLESEN authored
- if sigFpe is enabled within OpenFOAM, any errors in the Catalyst pipeline will potentially kill the entire simulation. - use the new sigFpe::ignore helper class to manage a local disabling of SIGFPE handling.
-
Mark OLESEN authored
-
Mark OLESEN authored
- relocate to controlDict, since more than a single function object is often used.
-
- 14 Jun, 2018 1 commit
-
-
Mark OLESEN authored
- can remove directly from the temporary objectRegistry prior to converting by field type. Cannot, however, do the same for volFields or areaFields since these reside on their respective mesh objects.
-
- 30 May, 2018 1 commit
-
-
Mark OLESEN authored
-
- 18 May, 2018 1 commit
-
-
Mark OLESEN authored
-
- 17 May, 2018 1 commit
-
-
Mark OLESEN authored
-
- 16 May, 2018 1 commit
-
-
Mark OLESEN authored
- LINK_LIBRARIES are required for proper try_compile STYLE: report output directory
-
- 15 May, 2018 2 commits
-
-
Mark OLESEN authored
- ParaView Catalyst with MPI is advisable (especially for larger simulations), but not a requirement
-
Mark OLESEN authored
BUG: general patch movement was inconsistent
-
- 11 May, 2018 1 commit
-
-
Mark OLESEN authored
-