Results

czmtestkit.py_modules.Results(dict)

Calculates the effective displacement and reaction force from history output.

Parameters

dict (dict): Input data for the instance in the design of experiments required to execute Results() functions.

Keys

Values

‘JobID’

(str) File name of the .csv file with history output of reaction force and displacement extracted from the .odb file.

‘Width’

(float) Since the CAE models are of unit width, the results are adjusted using the actual width as a multiplier.

Returns

OutputData (dict): History output data.

Keys

Values

’Reaction Force’

(list) Magnitude of the reaction force effective over the total specimen width.

’Displacement’

(list) Opening displacement.

’NodeSet’

(list) Name of the node from which the history output was extracted.