Skip to content
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

Add fluid result averaging, FluidMeshInfo, and Faces #435

Merged
merged 43 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
15fa5da
Raise for plot on empty Dataframe
PProfizi Jul 21, 2023
25ac22b
Add location argument to generic result requests
PProfizi Jul 21, 2023
c4a3a3a
Integrated results mass_flow_rate and surface_heat_rate are only avai…
PProfizi Jul 21, 2023
4864351
Mark integrated results
PProfizi Jul 21, 2023
db5e6ec
Fix and mark requests on cells as filtering-out face zone IDs
PProfizi Jul 21, 2023
f8584c8
Introduce the native_location dynamic argument
PProfizi Jul 21, 2023
47ce406
Add first averaging tests for fluid
PProfizi Jul 21, 2023
d3eb81f
Fix surface_heat_rate and surface_heat_rate_on_faces
PProfizi Jul 24, 2023
4eb1146
Add back enthalpy_on_faces
PProfizi Jul 24, 2023
2a972ec
Allow query of surface_heat_rate (on faces) using a list of cell IDs
PProfizi Jul 24, 2023
a222f4a
Add face methods in selection.py: select_faces, select_nodes_of_faces…
PProfizi Jul 24, 2023
d99e7fd
Update FluidSimulation._build_selection to correctly handle requests …
PProfizi Jul 24, 2023
a7c6035
Add Mesh.num_faces, Mesh.faces, Mesh.face_to_node_ids_connectivity, M…
PProfizi Jul 24, 2023
c262013
Add faces.py
PProfizi Jul 24, 2023
55b9bdc
Add Mesh.face_ids
PProfizi Jul 24, 2023
1926b86
Raise on dataframe.plot when empty mesh index
PProfizi Jul 24, 2023
7480605
Fix Selection.select_nodes_of_faces
PProfizi Jul 24, 2023
89bf70a
Only ask to filter cell zones on request with zones or qualifiers for…
PProfizi Jul 24, 2023
47f6774
Add test_mesh_faces
PProfizi Jul 24, 2023
e729957
Raise in FluidSimulation result APIs when result is not available (sh…
PProfizi Jul 24, 2023
8402461
Move mesh_info pproperty from Simulation to FluidSimulation
PProfizi Jul 25, 2023
2877d39
Commit new fluid tests for averaging and cross location requests
PProfizi Jul 25, 2023
ef1b6fe
Add MeshInfo, simplify 'zones' to cell_zones and face_zones dictionaries
PProfizi Jul 25, 2023
6b62ee9
Add MeshInfo.cell_zones_to_face_zones
PProfizi Jul 25, 2023
15d3b9d
Fix FluidSimulation._try_get_result_info
PProfizi Jul 25, 2023
1158676
Add filtering of zones for ElementalAndFaces and raise due to current…
PProfizi Jul 25, 2023
1db1a9c
Fix test_fluid_simulation_result_unavailable
PProfizi Jul 25, 2023
e7c5eff
Fix raise error when querying ElementalAndFaces results with a face_s…
PProfizi Jul 25, 2023
27f2d9d
Remove capability to ask for results on faces using cell_ids -> trans…
PProfizi Jul 25, 2023
adf6287
Update test_fluid_simulation.py with raise error on ElementalAndFaces…
PProfizi Jul 25, 2023
a356bce
Fix test since cell_ids not available for query on face results
PProfizi Jul 25, 2023
4fe9478
Fix Mesh docstrings
PProfizi Jul 25, 2023
76a63b2
Fix retro
PProfizi Jul 25, 2023
1dc7a69
Add coverage to faces.py
PProfizi Jul 26, 2023
46e6658
Improve coverage of mesh.py
PProfizi Jul 26, 2023
785d1d2
Improve coverage of mesh_info.py
PProfizi Jul 26, 2023
3e889f4
Improve coverage of selection.py
PProfizi Jul 26, 2023
2943594
Fix MeshInfo docstring
PProfizi Jul 26, 2023
ea7b6da
Update FluidMeshInfo docstring
PProfizi Jul 26, 2023
77c29c2
Update faces.py
PProfizi Jul 26, 2023
0dbf302
Fix MeshInfo docstring
PProfizi Jul 26, 2023
f76a819
Fix test_spatial_selection_select_named_selection
PProfizi Jul 26, 2023
4204663
Update test_fluid_simulation.py per comments
PProfizi Jul 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading