Gerasimos Chourdakis
Gerasimos Chourdakis
This case currently suffers from a need for a manual, system-specific configuration step, which mainly sets a few paths and system variables. This step even depends on ASTK, a graphical...
In https://github.com/precice/openfoam-adapter/tree/HH there is a draft of a case that I created to investigate a "kink" we could see when plotting a line across interfaces. Related issue: https://github.com/precice/openfoam-adapter/issues/93 It would...
Although this is a more complicated scenario and it would be complicated to provide specifications, it would be good to have geometry files somewhere. For historical reasons, we don't have...
I know some CSS and I would like to contribute by fixing small issues here and there, but I don't know how to start. It would be great to have...
**Describe the bug** The composition toolbar is dark, but there is a line above it that is light, making the theme not smooth on Unity (Ubuntu 16.04). Screenshot: **Expected behavior**...
## Main changes of this PR - [x] Move a broken URL - [ ] Update the `clang-format-8` part (what to?) ## Motivation and additional information Looks like we have...
**Please describe the problem you are trying to solve.** Currently, every preCICE configuration file starts with: ```xml ``` [Everything, apart from the logger, is wrapped by this tag](https://precice.org/configuration-xml-reference.html). The reason...
As discussed in https://precice.discourse.group/t/multiphase-fsi-case-with-the-openfoam-adapter/1163/3, the force computation for compressible solvers seems to be using the `p` field. This is fine in many cases, but can lead to issues in cases...
Hello everyone, When I try to run any tutorial case, fsiFoam crashes in the beginning with an error I do not understand. [See the log files here](https://gist.github.com/MakisH/5184535a4b28000ea6adbec49a511b8d). The error is...
_Originally posted by @fsimonis in https://github.com/precice/precice/pull/1675#discussion_r1417492097_ @fsimonis: > For big meshes it may be benefitial to use the `Mesh.index()` and ask for all vertices inside a given radius. > The...