--
You received this message because you are subscribed to the Google Groups "vmtk-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vmtk-users+...@googlegroups.com.
To post to this group, send email to vmtk-...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks for the speedy reply! I tried also that, but with the same result. I'll send a py script and sample data later so we can discuss on something concrete. Talk to you soon.
Nacho
<vessel.vtk>
Dear Nacho,the new boundary layer algorithm was introduced in the 1.2 binary version of VMTK.With previous versions you were able only to add maximum 2 sublayers.With vmtk 1.2 you can use:-sublayers parameter in order to choose how many sublayers will be created
-sublayerratio parameter to set the ratio between one layer and its neighbour.
-thicknessfactor parameter to set the thickness of the first internal layer.
Remember to set -boundarylayeroncaps 0.Regarding flow extensions:By using -adaptivelength 1 you enable computing length of each flowextension proportional to the mean profile radius. The proportionality factor is set through extensionratio.I suggest using this modality instead of -extensionlength which is a fixed length.
Last but not least, if you want to automatically add seeds without interactively place them, you need to pass to the script the coordinates ( or point ids ) of the seeds with the flag -seedselector:idlist: list of surface point ids (specified as argument to -sourceids and -targetids);pointlist: list of surface points (specified as argument to -sourcepoints and -targetpoints)