CFFieldOutputWriter

class CFFieldOutputWriter(frame, d, name, method, logger=None)[source]

Create one FieldOutput for the configurational forces.

Parameters:
  • frame – OdbFrame to which the FieldOutput is added

  • d – int, number of dimensions

  • name – str, name of the new FieldOutput

  • method – Method as described in conforce.cf_c.compute_CS()

Methods

__init__(frame, d, name, method[, logger])

Create one FieldOutput for the configurational forces.

add(reader, supported_element_type)

Add data for an element type to the FieldOutput

flush(odb_inst)

Call this after all data are added for all element types.