Skip to content

Commit e4f47bf

Browse files
authored
Add new homogeneities (#2089)
1 parent 3ff31bb commit e4f47bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ansys/dpf/core/available_result.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ class Homogeneity(Enum):
102102
mass_flow_rate = 122
103103
specific_energy = 123
104104
specific_entropy = 124
105+
force_density = 125
106+
magnetic_potential = 126
105107

106108

107109
class AvailableResult:

0 commit comments

Comments
 (0)