Skip to content

Commit 80a968a

Browse files
FedericoNegriansys-akarcher
authored andcommitted
Register beam results in the result properties dict (#2499)
1 parent 535c041 commit 80a968a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ansys/dpf/core/available_result.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,14 @@ def qualifier_combinations(self) -> List[dict]:
350350
"scripting_name": "contact_fluid_penetration_pressure",
351351
},
352352
"ECT_FLUX": {"location": "ElementalNodal", "scripting_name": "contact_surface_heat_flux"},
353+
"B_N": {"location": "ElementalNodal", "scripting_name": "beam_axial_force"},
354+
"B_M1": {"location": "ElementalNodal", "scripting_name": "beam_s_bending_moment"},
355+
"B_M2": {"location": "ElementalNodal", "scripting_name": "beam_t_bending_moment"},
356+
"B_MT": {"location": "ElementalNodal", "scripting_name": "beam_torsional_moment"},
357+
"B_SN": {"location": "ElementalNodal", "scripting_name": "beam_axial_stress"},
358+
"B_EL": {"location": "ElementalNodal", "scripting_name": "beam_axial_total_strain"},
359+
"B_T1": {"location": "ElementalNodal", "scripting_name": "beam_s_shear_force"},
360+
"B_T2": {"location": "ElementalNodal", "scripting_name": "beam_t_shear_force"},
353361
}
354362

355363

0 commit comments

Comments
 (0)