svpre displacement errors

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Ryan Pewowaruk
Posts: 14
Joined: Mon Nov 13, 2017 1:04 pm

svpre displacement errors

Post by Ryan Pewowaruk » Mon Jan 14, 2019 4:13 pm

I am having problems using svpre to initialize displacements for coupled momentum method FSI. No matter what I choose for the pressure in wall properties svpre always outputs the same displacement.vtp file.

Any suggestions?

Thanks,
Ryan

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

Re: svpre displacement errors

Post by David Parker » Wed Jan 16, 2019 12:49 pm

Hi Ryan,

When I change the pressure value under Wall Properties I do see a change in the displacement.vtp file (see RangeMax):

pressure = 133300
<DataArray type="Float64" Name="displacement" NumberOfComponents="3" format="appended" RangeMin="0" RangeMax="0.51522703969" offset="5655"

pressure = 123300
<DataArray type="Float64" Name="displacement" NumberOfComponents="3" format="appended" RangeMin="0" RangeMax="0.47657534879" offset="5655" />

pressure = 0
<DataArray type="Float64" Name="displacement" NumberOfComponents="3" format="appended" RangeMin="0" RangeMax="0" offset="5655" />


Do you have the wall Type: set to Deformable ?

Cheers,
Dave

User avatar
Ryan Pewowaruk
Posts: 14
Joined: Mon Nov 13, 2017 1:04 pm

Re: svpre displacement errors

Post by Ryan Pewowaruk » Wed Jan 30, 2019 3:32 pm

Thanks for the reply David, I do have the wall type set to deformable.

No matter what pressure I choose as the reference pressure the displacement.vtp looks like it's being calculated for zero pressure.

Best,
Ryan

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

Re: svpre displacement errors

Post by David Parker » Fri Feb 01, 2019 5:20 pm

Hi Ryan,

Could you try this for the cylinder demo problem (http://simvascular.github.io/docsFlowSo ... l#examples), Example 3? That is what I am using and the displacements look correct. What OS are you using? Simvascular version?

Cheers,
Dave

POST REPLY