From: Bin L. <lea...@ho...> - 2020-01-10 08:34:19
|
Dear libmesh users, I am new to this forum and libmesh. I am planning to write a fluid-structure interaction (FSI) solver under arbitrary lagrangian-eulerian (ALE) description. I noticed libmesh is a sophisticated FEM library. There are so many publication based on this library. However, I did not find a publication of monolithic ALE-FSI solver using libmesh library. I understand I can couple it with another software. However I prefer to the monolithic formulation. I find that libmesh indeed has a class "libMesh::DifferentiablePhysics" to deal with ALE formulation. It will be really good, if there are more helpful examples codes. Could anyone give some suggestions? Is libmesh a good choice to start coding a ALE formulation with dynamic mesh? Thanks in advance. Best regards Bin |