Skip to content

Add support for probing velocities at arbitrary flow field points#650

Merged
rafmudaf merged 34 commits intoNatLabRockies:developfrom
misi9170:feature/ps-basic
May 10, 2023
Merged

Add support for probing velocities at arbitrary flow field points#650
rafmudaf merged 34 commits intoNatLabRockies:developfrom
misi9170:feature/ps-basic

Conversation

@misi9170
Copy link
Collaborator

@misi9170 misi9170 commented May 8, 2023

Ready for review

This pull request, based on the branch on @rafmudaf, adds the ability to collect the velocity at arbitrary points in space with the the new PointsGrid class. The feature is meant to be similar in some ways to visualization methods. This is similar to the draft pull request #641, but does not include the changes to full_flow_sequential_solver and instead wraps around the existing full_flow_sequential_solver. The downside of this is that sequential_solver is called multiple times for no real benefit other than compatibility with existing code. Redesigning the code to handle both visualization and a point probe without repeating solves is left as a future task.

To do:

  • Check passes all tests
  • Decide on placement/usage of examples

@misi9170 misi9170 added the enhancement An improvement of an existing feature label May 8, 2023
@misi9170 misi9170 requested review from paulf81 and rafmudaf May 8, 2023 20:59
@misi9170
Copy link
Collaborator Author

misi9170 commented May 8, 2023

Ready for review.

@rafmudaf rafmudaf changed the base branch from main to develop May 8, 2023 22:24
@rafmudaf rafmudaf added this to the v3.4 milestone May 8, 2023
@rafmudaf rafmudaf force-pushed the feature/ps-basic branch from c728bcd to f8592b6 Compare May 10, 2023 18:39
@rafmudaf rafmudaf self-requested a review May 10, 2023 19:09
@rafmudaf rafmudaf changed the title Add arbitrary flow field point probing support [simple version] Add support for probing velocities at arbitrary flow field points May 10, 2023
@rafmudaf rafmudaf merged commit 432ee7f into NatLabRockies:develop May 10, 2023
@misi9170 misi9170 deleted the feature/ps-basic branch May 11, 2023 15:23
@rafmudaf rafmudaf mentioned this pull request May 16, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement An improvement of an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants