SimVascular / SimVascular/svMultiPhysics

FSI-ALE remeshing with fiber definition

Open
#350 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.