-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add equilibrated constrained mixture model #32
Comments
@vvedula22 Is there a way to pass the current time and spatial position in |
Try using this code as an example for passing the location of the integration point to |
Thanks, @vvedula22! |
I need two different fiber orientations that are defined on the mesh. I found an example to define a constant fiber direction, e.g. in https://github.com/SimVascular/svFSI-Tests/blob/master/05-struct/02-LV-Guccione-passive/Q1_svFSI.inp:
I also found code to read mesh fibers (defined on each node/element?): svFSI/Code/Source/svFSI/READMSH.f Lines 334 to 380 in 8f4865a
@vvedula22 Do you have a sample input file that uses spatially varying fiber families? |
@mrp089 You can load fiber directions stored at element level from a vtu file as described here
Note that the fiber directions are loaded within https://github.com/SimVascular/svFSI-Tests/blob/master/06-ustruct/03-LV-Guccione-active/svFSI.inp
|
The model is defined here:
https://doi.org/10.1002/zamm.201700302
https://doi.org/10.1371/journal.pcbi.1008273
I will adapt Marcos's FEBio implementation to svFSI.
The text was updated successfully, but these errors were encountered: