Replies: 1 comment 1 reply
|
Hi @RRiva , Thanks for the suggestion. Noted, and I agree that this would be a nice feature, I will add this to a list of possible future features. Misha |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For my use case I have a set of points that rotates with the wind direction, and therefore depends on
findex.The current workflow is thus:
This has two drawbacks:
findex.I've also tried
fmodel.set_for_viz(findex, None), but that only works the first time, because it deletes all the otherfindex. Furthermore, it also callsrun().It would be nice to add a new keyword to
sample_flow_at_points, so that the wind speed can be obtained for only 1findex. The same goes for the futuresample_ti_at_points.All reactions