FEM: result reading, debugg prints
This commit is contained in:
@@ -69,6 +69,7 @@ def import_dat(filename, Analysis=None):
|
||||
|
||||
# read a calculix result file and extract the data
|
||||
def readResult(dat_input):
|
||||
print('Read ccx results from dat file: ' + dat_input)
|
||||
dat_file = pyopen(dat_input, "r")
|
||||
eigenvalue_output_section_found = False
|
||||
mode_reading = False
|
||||
|
||||
@@ -129,7 +129,7 @@ def importFrd(filename, analysis=None, result_name_prefix=None):
|
||||
|
||||
# read a calculix result file and extract the nodes, displacement vectors and stress values.
|
||||
def readResult(frd_input):
|
||||
print('Read results from: ' + frd_input)
|
||||
print('Read ccx results from frd file: ' + frd_input)
|
||||
inout_nodes = []
|
||||
inout_nodes_file = frd_input.rsplit('.', 1)[0] + '_inout_nodes.txt'
|
||||
if os.path.exists(inout_nodes_file):
|
||||
|
||||
Reference in New Issue
Block a user