svFSI error, Failed to project faces

Provides a system for patient-specific cardiovascular modeling and simulation.
User avatar
David Parker
Posts: 1696
Joined: Tue Aug 23, 2005 2:43 pm

Re: svFSI error, Failed to project faces

Post by David Parker » Thu Nov 11, 2021 11:41 am

Hi Sara,

I have fixed a bug in the write FSI mesh files but svFSI is still failing with the files. I'm digging into the svFSI code to figure out what is going on. Stay tuned!

Cheers,
Dave

User avatar
Mattia Zanchi
Posts: 12
Joined: Fri Jul 23, 2021 6:32 am

Re: svFSI error, Failed to project faces

Post by Mattia Zanchi » Fri Nov 12, 2021 2:35 am

Hi David,
Working on this topic I've seen that there can be some trouble about the "global ID" numeration. In particular some nodes have the same "Global ID" value. I leave a picuture attached to be more clear and hoping it can be helpful. The mesh in the attached image is obtained following the sv tutorial.
Anyways if the mesh is create thx to meshmixer, or some similar software, all work correctly.

Regards
Mattia
Attachments
ParaView 5.10.0-RC1 12_11_2021 10_28_14_LI (2).jpg
ParaView 5.10.0-RC1 12_11_2021 10_28_14_LI (2).jpg (165.15 KiB) Viewed 519 times

User avatar
David Parker
Posts: 1696
Joined: Tue Aug 23, 2005 2:43 pm

Re: svFSI error, Failed to project faces

Post by David Parker » Fri Nov 12, 2021 1:29 pm

Hi Mattia,

Thanks for your observation! I think this is due to the bug I fixed but I will check to make sure.

Cheers,
Dave

User avatar
David Parker
Posts: 1696
Joined: Tue Aug 23, 2005 2:43 pm

Re: svFSI error, Failed to project faces

Post by David Parker » Thu Nov 18, 2021 10:21 pm

Hi Mattia and Sara,

I believe that I've fixed the problem with exporting mesh-complete files from SV, the node and element IDs were wrong. I will test a bit more before I check-in the code.

I also wrote a create-fsi-mesh-complete.py Python script (https://github.com/ktbolt/cardiovascula ... ete/python) that can create FSI mesh files from the SV Meshes .vtu and .vtp files, and a Models .mdl file. I tested this on some simple models and it seems to work. You may want to use the script until I can check in the fix and build new SV installers (end of December).

Cheers,
Dave

User avatar
Mattia Zanchi
Posts: 12
Joined: Fri Jul 23, 2021 6:32 am

Re: svFSI error, Failed to project faces

Post by Mattia Zanchi » Fri Nov 19, 2021 1:02 am

Hi dave,
Thx for your helpful advice and your work.
I will definitely try the script

Regards
Mattia

User avatar
Sara Zambon
Posts: 14
Joined: Fri Nov 08, 2019 2:08 am

Re: svFSI error, Failed to project faces

Post by Sara Zambon » Mon Nov 29, 2021 4:13 am

Hi David,
Thanks a lot for the replies and the support!
I will stay tuned for the new SV installer, meanwhile i'm going to use meshmixer or try your python script :)

Cheers!

User avatar
Sara Zambon
Posts: 14
Joined: Fri Nov 08, 2019 2:08 am

Re: svFSI error, Failed to project faces

Post by Sara Zambon » Mon Nov 29, 2021 5:01 am

P.S. to Mattia: suppongo tu sia italiano, se non fosse troppo disturbo (e dato che anche tu stai lavorando su Ubuntu) potrei chiederti un'altra questione su svFSI? (sono ancora agli inizi purtroppo e sul forum non ho trovato risposta)
Last edited by Sara Zambon on Sat Dec 04, 2021 10:25 am, edited 1 time in total.

User avatar
Mattia Zanchi
Posts: 12
Joined: Fri Jul 23, 2021 6:32 am

Re: svFSI error, Failed to project faces

Post by Mattia Zanchi » Mon Nov 29, 2021 8:28 am

Hi Sara,
I use english so everyone can read it.
I think that for the red line there is no problem, maybe just a visual difference between results of FS and results of MS ( I think you are solving a FSI ALE problem so you have 2 different domain).
Talking about mesh motion I haven't try nothing yet.

regards
mattia

P.S. if you need more info write me at m.zanchi15@studenti.unibg.it , can't find your email on the web.

User avatar
Sara Zambon
Posts: 14
Joined: Fri Nov 08, 2019 2:08 am

Re: svFSI error, Failed to project faces

Post by Sara Zambon » Tue Nov 30, 2021 9:39 am

Sorry everyone, i was in a bit of a rush yesterday, and didn't write in english! :?
I simply asked if the red text lines and exclamation marks "!" on the terminal interface stood for some underlying errors or warnings; and asked for some clues about imposing solid mesh motion as a boundary conditions for an svFSI simulation :D

Thanks Mattia! i surely will

User avatar
Vijay Vedula
Posts: 63
Joined: Mon Feb 09, 2015 1:27 pm

Re: svFSI error, Failed to project faces

Post by Vijay Vedula » Wed Dec 08, 2021 2:50 am

Yes, the colored terminal output is a visual effect to distinguish equations in a multi-equation system. You can turn it off in the input file using the command

Code: Select all

Colored terminal output: f
Brackets '[ ]' in the linear and non-linear solvers tabs indicate full convergence to the desired tolerances. Exclamation marks '!' in these tabs indicate non-convergence.

POST REPLY