-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Problem
New users of the code may have difficulty setting up their simulations, especially choosing practical values for various parameters. tests/cases has many useful cases, but these are primarily for continuous integration testing. Importantly, solver tolerances and other simulation aspects are chosen for testing, and are generally not appropriate for normal simulations in the research context.
Solution
An examples/ folder containing real-life svMultiPhysics simulations that have been set up by lab members or other users for research purposes would help guide new users to set up their own simulations. These cases can also include a detailed README explaining how the simulation is set up, especially how timestep size, tolerances, etc. are chosen.
To begin with, @alisonmarsden suggested adding @divyaadil23's aorta case (both CFD and FSI). I can add a cardiac mechanics case and a cardiac FSI case. Perhaps @javijv4 or @elenasmartinez can add an EP case. We can also take cases from the VMR. Ideally, these should be simulations that are relatively refined and optimized.
Additional context
This examples/ folder should be linked from svMultiPhysics documentation
The user guide in the documentation already contains much helpful information about setting up real-life simulations. @ktbolt I recall we collected simulation cases for this user guide, but I don't think they were all incorporated. Do you have thoughts about how the user guide and examples/ folder should relate?
Code of Conduct
- I agree to follow this project's Code of Conduct and Contributing Guidelines