FEM: import frd, import all steps of peeq, by sodelo

This commit is contained in:
Bernd Hahnebach
2017-03-18 15:55:43 +01:00
committed by wmayer
parent 9568fa412a
commit f2a0263f4b

View File

@@ -492,6 +492,9 @@ def readResult(frd_input):
results.append(mode_results)
mode_disp = {}
mode_stress = {}
mode_stressv = {}
mode_strain = {}
mode_peeq = {}
mode_temp = {}
eigenmode = 0
@@ -507,6 +510,9 @@ def readResult(frd_input):
results.append(mode_results)
mode_disp = {}
mode_stress = {}
mode_stressv = {}
mode_strain = {}
mode_peeq = {}
eigenmode = 0
if mode_massflow and mode_networkpressure: