Thomas Enzinger

Results 6 issues of Thomas Enzinger

Switch the commentar of the last lines of setup and loop functions are not working on the HELTEC WiFi LoRa 32 V2 Link to Pin-Out: https://resource.heltec.cn/download/WiFi_LoRa_32/WIFI_LoRa_32_V2.pdf ```C // Libraries for...

Based on #144 . - [x] Move wall treatment code to boundary condition. - [x] Revision of the CHT module so that it is independent of fluid dynamics. - [x]...

Issue to support incompressible multiphase: [#127](https://github.com/precice/openfoam-adapter/issues/127) Extracted from my actually problem: [precice.discourse.group](https://precice.discourse.group/t/need-help-with-icoreactingmul-solver/307) **preCICE version:** 2.1.0 **openfoam-adapter git commit:** [c49b862](https://github.com/precice/openfoam-adapter/commit/c49b862aab4845ae79b8b7257a20e15ba5a0019c) **OpenFOAM version:** v2006 Currently I'm not so deep in preCICE and...

enhancement

Hello, I wish an implementation for FromSql and ToSql from the tokio_postgres library. https://docs.rs/tokio-postgres/latest/tokio_postgres/types/trait.FromSql.html https://docs.rs/tokio-postgres/latest/tokio_postgres/types/trait.ToSql.html

Problem from preCICE/openfoam-adapter. If openfoam is build with `WM_LABEL_SIZE=64`, the `FOAM::label` type is an 64 bit integer. That makes problems (possible overflow) to create an consistent adapter for openfoam. Why?...

enhancement
compatibility

- OpenFOAM version: OpenFOAM-11 - preCICE version: 2.x Since Version 11 fvCFD.h is removed. https://github.com/OpenFOAM/OpenFOAM-dev/tree/version-11/src/finiteVolume/cfdTools/general/include Compilation with OpenFOAM-11 or OpenFOAM-dev leads into an error like ```bash g++ -std=c++14 -m64 -DLIB_NAME=libpreciceAdapterFunctionObject.so...