- 22 Jun, 2018 1 commit
-
-
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 3 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
Feature unified output Closes #3 and #4 See merge request !1
-
Mark Olesen authored
- previously had separate function objects for each category of source (finite volume, finite area, lagrangian). This lead to isolation of the individual input sources, which highly restricted the flexibility. - now have a single catalyst function object with an arbitrary number of inputs (sources). The catalyst channel name is that of the corresponds dictionary name. For volume mesh sources, it is possible to address "mesh" and "patches" sub-channels. Eg, mesh = coprocessor.CreateProducer(datadescription, 'myregion/mesh') This restructuring also aims at integration of other OpenFOAM content (eg, surfMesh, sampled probes, sampled surfaces) as a future development. - the output directory (by default "<case>/insitu") is passed onto catalyst as its working directory, using the upstream patches that now close issue #4
-
- 09 May, 2018 1 commit
-
-
Mark Olesen authored
- reflects current change being made to the vtkCPProcessor API to include chdir capabilities.
-
- 08 May, 2018 1 commit
-
-
Mark Olesen authored
- prevents accidental overwrite of runtime conversions.
-
- 16 Apr, 2018 1 commit
-
-
Mark Olesen authored
- uses the cellCellStencil information to blank holes and the interpolated cells. - needs more detailed attention for handling cases when three or more meshes are overlapping.
-
- 12 Apr, 2018 1 commit
-
-
Mark Olesen authored
- this is a convenient means of creating an output directory from within the function object without corresponding python or shell script. Some pipelines (image generation) balk if the output directory does not exist. Others (vtm writer etc) will create their own. STYLE: use OpenFOAM caseDicts config files, newer string expansion. - Eg, "<system>/scripts" instead of "$FOAM_CASE/system/scripts" - OpenFOAM CleanFunctions now include removal of the 'insitu' directory
-
- 10 Apr, 2018 2 commits
-
-
Mark Olesen authored
- Note that stopping the catalyst function object via a `timeEnd` value does not actually call the corresponding end() method. See: Development/OpenFOAM-plus#791
-
Mark Olesen authored
- note that the timeEnd keyword does stop the execution of the function object, but does not close the connection or free up resources - restructured/renamed the various cfg files in anticipation of relocating them to the main OpenFOAM etc/caseDicts directory in the future.
-
- 06 Apr, 2018 1 commit
-
-
Mark Olesen authored
- was check(), now query() - emit/suppress information output based on 'log' setting (as per other functionObjects)
-
- 05 Apr, 2018 2 commits
-
-
Mark Olesen authored
-
Andy Bauer authored
-
- 03 Apr, 2018 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
This integration represents a collective work - CINECA (Simone.Bna@cineca.it) - OpenCFD - with additional input from KitWare (Andy.Bauer@kitware.com) NB: requires ParaView or ParaView Catalyst with MPI and Python
-