conforce_abq.field_output_util

This module provides methods to read and create field outputs.

Functions

add_field_outputs(odb[, method, ...])

Add field outputs to each OdbInstance, OdbStep and OdbFrame in the given odb.

eval_field_output_expression(field_outputs, ...)

Create a new temporary anonymous field output that is computed out of the existing field outputs as described by the expression.

get_present_element_types_in(bulk_data_blocks)

Return all element types that occur in at least one bulk data block.

rotate_field_output_to_global_coordinate_system(...)

Create a new field output with the given name and description and saves the new field output into frame.fieldOutputs.

select_steps_and_frames(odb, step_frame_selector)

Create a dictionary that maps selected step names to a list of selected frame indices.

Classes

CFFieldOutputWriter(frame, d, name, method)

Create one FieldOutput for the configurational forces.

CSFieldOutputWriter(frame, d, name, method)

Create new FieldOutputs for each component of the first Piola-Kirchhoff stress.

FFieldOutputWriter(frame, d, name[, logger])

Create new FieldOutputs for each component of the deformation gradient.

FieldOutputReader([logger])

Reads field outputs and prepares data for the latter computation

PFieldOutputWriter(frame, d, name[, logger])

Create new FieldOutputs for each component of the first Piola-Kirchhoff stress.

Attributes

LOGGER

default logger in this module