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 5efd28c4d0
commit 38b492b5b5

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: