FEM: since result object does not depend on analysis mesh, make analysis tools independed from result object
This commit is contained in:
@@ -395,7 +395,7 @@ def fill_femresult_mechanical(results, result_set, span):
|
||||
temp_min, temp_avg, temp_max,
|
||||
mflow_min, mflow_avg, mflow_max,
|
||||
npress_min, npress_avg, npress_max]
|
||||
# do not forget to adapt the def get_stats in FemTools and _TaskPanelFemResultShow module as well as the TestFem module
|
||||
# do not forget to adapt the def get_stats in FemResultTools and _TaskPanelFemResultShow module as well as the TestFem module
|
||||
# stat_types = ["U1", "U2", "U3", "Uabs", "Sabs", "MaxPrin", "MidPrin", "MinPrin", "MaxShear", "Peeq", "Temp", "MFlow", "NPress"]
|
||||
# TODO a dictionary would be far robust than a list, but needs adapten in VTK too because of VTK result import
|
||||
|
||||
|
||||
Reference in New Issue
Block a user