Skip to content

Commit

Permalink
FEM: import frd, import all steps of peeq, by sodelo
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed Mar 18, 2017
1 parent 9568fa4 commit f2a0263
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Mod/Fem/importCcxFrdResults.py
Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit f2a0263

Please sign in to comment.