-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualize solution variable data #395
Comments
Some thoughts on the API design:
Examples of the Some arguments from pyvista.Plotter.add_point_labels can also be included additionally. If we provide type-annotations, which one is better? |
Complete working script in pyfluent-visualization:
|
It might be useful to visualize the solution variable data in numerical format to understand how the data is ordered in space. For a face-thread, we can draw the background mesh and plot the centroid data as point cloud with variable data as labels. Following is an example code in pyvista without the background mesh:
The text was updated successfully, but these errors were encountered: