11.. _ref_tutorials_import_result_file :
22
3- =========================
4- Import result file in DPF
5- =========================
3+ ===========================
4+ Import a result file in DPF
5+ ===========================
66
77:bdg-mapdl: `MAPDL ` :bdg-lsdyna: `LS-DYNA ` :bdg-fluent: `FLUENT ` :bdg-cfx: `CFX `
88
@@ -51,6 +51,8 @@ the |Examples| module.
5151 # Define the modal superposition harmonic analysis (.mode, .rfrq and .rst) result files paths
5252 result_file_path_12 = examples.download_msup_files_to_dict()
5353
54+
55+ # Print the result files paths
5456 print("Result file path 11:", "\n ",result_file_path_11, "\n ")
5557 print("Result files paths 12:", "\n ",result_file_path_12, "\n ")
5658
@@ -71,6 +73,7 @@ the |Examples| module.
7173 # Define the .binout result file path
7274 result_file_path_22 = examples.download_binout_matsum()
7375
76+ # Print the result files paths
7477 print("Result files paths 21:", "\n ",result_file_path_21, "\n ")
7578 print("Result file path 22:", "\n ",result_file_path_22, "\n ")
7679
@@ -91,6 +94,7 @@ the |Examples| module.
9194 # Define the CFF .cas.h5/.dat.h5 result files paths
9295 result_file_path_32 = examples.download_fluent_axial_comp()
9396
97+ # Print the result files paths
9498 print("Result file path 31:", "\n ",result_file_path_31, "\n ")
9599 print("Result files paths 32:", "\n ",result_file_path_32, "\n ")
96100
@@ -111,6 +115,7 @@ the |Examples| module.
111115 # Define the CFF .cas.cff/.dat.cff result files paths
112116 result_file_path_42 = examples.download_cfx_heating_coil()
113117
118+ # Print the result files paths
114119 print("Result file path 41:", "\n ",result_file_path_41, "\n ")
115120 print("Result files paths 42:", "\n ",result_file_path_42, "\n ")
116121
0 commit comments