SimVascular / SimVascular/svMultiPhysics
FSI-ALE remeshing with fiber definition
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 45
- Forks
- 61
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 11
Description
Use Case
I'm implemeting a FSI_ALE simulation of the aorta.
Problem
I have defined the material using HGO model that requires the definiton of two faimiles of fiber. I have noticed that I need to apply a remeshing during the simualtion becasue the movement of the aorta wall lead to distorted elments. However the Simvascualr remeshing alogrithm cannot be applied if fibers are defined.
Solution
Fibers file should be update every time a remeshing is perfomred since the fibers definition is at the level of the element.
Alternatives considered
I don't know if there are software able to do that, since remshing ad material defintion are two challenging problem in this field.
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct and Contributing Guidelines
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the SimVascular remeshing algorithm and the element-level fiber definition handling in the solver. Trace how remeshing changes element data, then determine how the fibers file can be updated after each remesh. Done means remeshing works during an FSI_ALE simulation with HGO material fibers defined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100