Thomas Enzinger

Results 14 comments of Thomas Enzinger

Test build for - **openfoam.com** Dockerfile https://github.com/TEFEdotCC/Containered-OpenFOAM.com - **openfoam.org** Dockerfile https://github.com/TEFEdotCC/Containered-OpenFOAM.org

First compilation check due to #128 list OpenFOAM.org - [ ] **OpenFOAM 4.0, 4.1, 4.x** , skipped Official versions on github (branch "master" and tags "version-4.0" / "version-4.1") leads into...

For version handling, I decided on the idea two of #32 (pre-processor commands). - The method allows both vendors to be handled. - The differences between the OpenFOAM versions /...

external todo's: - [ ] Check/update tutorial scripts (especially FSI tutorials) - [ ] Update wiki page Notes on OpenFOAM - [ ] Update system tests

Raw pointers, delete, new, .... etc should not appear in modern C++ as long as needed ;)

@MakisH > OpenFOAM requires C++11, although preCICE requires C++14, so it probably does not matter C++ standard and ABI are different --> So it does not matter which standard you...

#144 add support for radiation flux in interface patch

OpenFOAM ships with the [externalFileCoupler](https://www.openfoam.com/documentation/guides/latest/doc/guide-fos-field-externalCoupled.html). The functionality is fixed, but should do the work for the most cases. Another drawback is maybe the higher complexity to setup an case on...

Of course, writting to file (maybe /tmp) should be avoided by design. The ideas of the base class **externalFileCoupler** and the file based implementation class **externalCoupled** could be used. I...