|
22 | 22 |
|
23 | 23 | """ |
24 | 24 | AvailableResult |
25 | | -=============== |
| 25 | +
|
26 | 26 | """ |
27 | 27 |
|
28 | 28 | from typing import List |
@@ -313,6 +313,18 @@ def qualifier_combinations(self) -> List[dict]: |
313 | 313 | "TF": {"location": "ElementalNodal", "scripting_name": "heat_flux"}, |
314 | 314 | "UTOT": {"location": "Nodal", "scripting_name": "raw_displacement"}, |
315 | 315 | "RFTOT": {"location": "Nodal", "scripting_name": "raw_reaction_force"}, |
| 316 | + "ECT_STAT": {"location": "ElementalNodal", "scripting_name": "contact_status"}, |
| 317 | + "ECT_PRES": {"location": "ElementalNodal", "scripting_name": "contact_pressure"}, |
| 318 | + "ECT_PENE": {"location": "ElementalNodal", "scripting_name": "contact_penetration"}, |
| 319 | + "ECT_SLIDE": {"location": "ElementalNodal", "scripting_name": "contact_sliding_distance"}, |
| 320 | + "ECT_GAP": {"location": "ElementalNodal", "scripting_name": "contact_gap_distance"}, |
| 321 | + "ECT_SFRIC": {"location": "ElementalNodal", "scripting_name": "contact_friction_stress"}, |
| 322 | + "ECT_STOT": {"location": "ElementalNodal", "scripting_name": "contact_total_stress"}, |
| 323 | + "ECT_FRES": { |
| 324 | + "location": "ElementalNodal", |
| 325 | + "scripting_name": "contact_fluid_penetration_pressure", |
| 326 | + }, |
| 327 | + "ECT_FLUX": {"location": "ElementalNodal", "scripting_name": "contact_surface_heat_flux"}, |
316 | 328 | } |
317 | 329 |
|
318 | 330 |
|
|
0 commit comments