Commits on Source (6)
-
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.
14eaf2dd -
Mark OLESEN authored
- prevents accidental overwrite of runtime conversions.
fc136d27 -
Mark OLESEN authored
- reflects current change being made to the vtkCPProcessor API to include chdir capabilities.
a03e77a8 -
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
4f692e4d -
Mark OLESEN authored
Feature unified output Closes #3 and #4 See merge request Community/catalyst!1
82a83cab -
Mark OLESEN authoreddfd64a1b
Showing
- README 0 additions, 22 deletionsREADME
- README.md 34 additions, 0 deletionsREADME.md
- etc/allinputsgridwriter.py 1 addition, 2 deletionsetc/allinputsgridwriter.py
- etc/area.cfg 0 additions, 16 deletionsetc/area.cfg
- etc/cloud.cfg 0 additions, 16 deletionsetc/cloud.cfg
- etc/default.cfg 0 additions, 16 deletionsetc/default.cfg
- etc/writeArea.py 0 additions, 70 deletionsetc/writeArea.py
- etc/writeCloud.py 0 additions, 72 deletionsetc/writeCloud.py
- src/catalyst/CMakeLists-Common.txt 25 additions, 0 deletionssrc/catalyst/CMakeLists-Common.txt
- src/catalyst/areaMesh/catalystFaMesh.C 119 additions, 164 deletionssrc/catalyst/areaMesh/catalystFaMesh.C
- src/catalyst/areaMesh/catalystFaMesh.H 40 additions, 69 deletionssrc/catalyst/areaMesh/catalystFaMesh.H
- src/catalyst/areaMesh/foamVtkFaMeshAdaptor.C 0 additions, 10 deletionssrc/catalyst/areaMesh/foamVtkFaMeshAdaptor.C
- src/catalyst/areaMesh/foamVtkFaMeshAdaptor.H 0 additions, 9 deletionssrc/catalyst/areaMesh/foamVtkFaMeshAdaptor.H
- src/catalyst/areaMesh/foamVtkFaMeshAdaptorFieldTemplates.C 0 additions, 5 deletionssrc/catalyst/areaMesh/foamVtkFaMeshAdaptorFieldTemplates.C
- src/catalyst/catalystCoprocess.C 52 additions, 248 deletionssrc/catalyst/catalystCoprocess.C
- src/catalyst/catalystCoprocess.H 33 additions, 159 deletionssrc/catalyst/catalystCoprocess.H
- src/catalyst/catalystDict 61 additions, 0 deletionssrc/catalyst/catalystDict
- src/catalyst/catalystFunctionObject.C 344 additions, 0 deletionssrc/catalyst/catalystFunctionObject.C
- src/catalyst/catalystFunctionObject.H 195 additions, 0 deletionssrc/catalyst/catalystFunctionObject.H
- src/catalyst/catalystInput.C 95 additions, 0 deletionssrc/catalyst/catalystInput.C
README
deleted
100644 → 0
README.md
0 → 100644
etc/area.cfg
deleted
100644 → 0
etc/cloud.cfg
deleted
100644 → 0
etc/default.cfg
deleted
100644 → 0
etc/writeArea.py
deleted
100644 → 0
etc/writeCloud.py
deleted
100644 → 0
src/catalyst/catalystDict
0 → 100644
src/catalyst/catalystFunctionObject.C
0 → 100644
src/catalyst/catalystFunctionObject.H
0 → 100644
src/catalyst/catalystInput.C
0 → 100644