svFSI error

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
D. Rast
Posts: 2
Joined: Fri Oct 05, 2018 12:02 pm

svFSI error

Post by D. Rast » Thu Oct 18, 2018 2:56 pm

Hi everybody,
i am failing to reproduce the FSI cylinder tutorial. Meshing and assigning BCs all works as far as i can tell.
So i would be very happy if someone could help me. Attached please find the configuration files.

The error i am getting reads:

Code: Select all

 ----------------------------------------------

    SimVascular Fluid-Structure Interaction
                  (svFSI v8)

 ----------------------------------------------

 This program comes with ABSOLUTELY NO WARRANTY
 Compiled on 10-18-2018

 Running sequentially
 Number of meshes: 2
 Reading mesh <cylinderMesh-mesh-complete_domain-1>
 <VTK XML Parser> Loading file <cylinderMesh-mesh-complete_domain-1/mesh-complete.mesh.vtu>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR occured, see below for more explanation
ERROR: Unable to identify combination of nsd and eNoN
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Thanks in advance.
Attachments
cylinderFSI.fsijob.xml
(4.94 KiB) Downloaded 14 times
cylinderFSI.txt
(4.17 KiB) Downloaded 16 times

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

Re: svFSI error

Post by David Parker » Fri Oct 19, 2018 2:14 pm

Hi D. Rast,

The error you are getting means that the mesh file you created is not valid: nsd = number of space dimensions, eNoN = the number of nodes per element. If you visualize the cylinder-mesh-complete_domain-1/mesh-complete.mesh.vtu file you will see that it is not a volume mesh. There is a bug in SimVascular when it writes out the .vtu files. I am working on a fix now.

Cheers,
Dave

User avatar
D. Rast
Posts: 2
Joined: Fri Oct 05, 2018 12:02 pm

Re: svFSI error

Post by D. Rast » Mon Oct 22, 2018 12:33 am

Hi Dave,

Thank you very much for the explanation.
I would appreciate if you let me know once it is fixed.

D. Rast

POST REPLY