Benjamin Rodenberg
Benjamin Rodenberg
I saw that the boundary condition in `turek-hron-fsi3` is implemented as a [cosine-shaped ramp](https://github.com/precice/tutorials/blob/e91c4b5ce8f47c4ba55e9e08f005862ae5d67079/turek-hron-fsi3/fluid-openfoam/0/U#L54-L70). Why do we not use a similar kind of boundary condition for the perpendicular flap? In...
Use a linearly ramp as initial condition: The inflow velocity starts for $$t=0$$ at $$u_x=0$$ and linearly increases to $$u_x=10$$ at $$t=1$$. For $$t>1$$ we use a constant inflow velocity...
I think for every (?) `run.sh` file it is necessary to run it from the folder of the participant (e.g. `partitioned-heat-conduction/dirichlet-fenics`). Running `./dirichlet-fenics/run.sh` from `partitioned-heat-conduction` is incorrect and results in...