precice/openfoam-adapter

Reading stress from solid solvers

Open

#240 opened on Aug 8, 2022

 (1 comment) (0 reactions) (0 assignees)C++ (115 forks)auto 404
FSIenhancementgood first issue

Repository metrics

Stars
 (171 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/precice/openfoam-adapter/pull/236 added the possibility to read forces, effectively enabling structure solvers (such as solidDisplacementFoam or solids4Foam) to use the adapter.

It would still be nice if the adapter could also read stresses (Stress). This should hopefully not be so complicated to implement, assuming it is relatively similar to the writing part.

Contributor guide