KVSlab / VaMPy

A collection of tools for pre-processing, simulating, and post-processing vascular morphologies.
https://kvslab.github.io/VaMPy
GNU General Public License v3.0
15 stars 8 forks source link

Issue with generating probe points with scaled surface #123

Closed keiyamamo closed 11 months ago

keiyamamo commented 11 months ago

Hi @hkjeldsberg,

With -sc 0.001 flag, VaMPy seems to fail generating probes. There is only one probe point at the inlet.

Screenshot 2023-09-26 at 15 02 44

@johannesring is investigating the issue right now.

keiyamamo commented 11 months ago

With -rs 0.0001, it worked fine! @hkjeldsberg Should we also scale resampling_step when the scale_factor is given?

Screenshot 2023-09-27 at 12 19 51

hkjeldsberg commented 11 months ago

With -rs 0.0001, it worked fine! @hkjeldsberg Should we also scale resampling_step when the scale_factor is given?

Screenshot 2023-09-27 at 12 19 51

Happy to hear, @keiyamamo! Yes, it is probably a good idea to scale resampling_step based on the geometry scaling 👍