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 committed Mar 17, 2017
1 parent 8b12bc1 commit 058763a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Mod/Fem/importCcxFrdResults.py
Original file line number Diff line number Diff line change
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 058763a

Please sign in to comment.