File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments