Gerasimos Chourdakis
Gerasimos Chourdakis
The [OpenFOAM documentation](https://www.openfoam.com/documentation/user-guide/6-solving/6.2-numerical-schemes) states that:  Maybe the `d2dt2 backward` is a nice solids4foam-only feature? :smile: with: ```c++ d2dt2Schemes { default Euler; } ddtSchemes { default backward; } ``` and...
Decreasing the `deltaT` is indeed not really an option, as we wanted to have this consistent among the possible case combinations. I compared the `solid-openfoam` and `solid-solids4foam` directories in a...
The `precice_config_override` sounds even better! But probably harder to implement, and difficult to argue why some options are available and others not. If you know how to do this, then...
We have already defined such metadata in the test cases we use in the system tests, for example: https://github.com/precice/tutorials/blob/develop/flow-over-heated-plate/metadata.yaml Next step is to add such files everywhere (and have a...
We don't have to use IQN everywhere. In fact, some variety would also be useful for the system tests. However, we should document the motivation for anything that looks inconsistent....
Thank you, @TEFEdotCC! Did you need to change anything else to build with OpenFOAM 11? I will start an OpenFOAM11 branch to push such changes.
> I have tried to replicate the structure of the CHT/Temperature.C file in the FSI/Force.C file, since the chanel-transport tutorial is the closest to what I want to do. @sroget...
Thanks for the details! Link to your fork: https://github.com/sroget/openfoam-adapter Note that it does not look like the code would compile the changes from https://github.com/sroget/openfoam-adapter/tree/develop/Sergio-openfoam-adapter (the `Make/files` is not modified). I...
Do you mean that we need a subdictionary in `preciceDict` to specify which global values we want to exchange via the preCICE "global values exchange" feature? Or do you mean...
Oh, then we should probably add the word "stress" somewhere in this page: https://precice.org/adapter-calculix-config.html We only need to read stress. I assume that pressure is only a scalar with the...