IGLFRDReader

Module: cae

__init__

method
__init__(self)

_reset

method
_reset(self)

read

method
read(self, filename, verbose)

_parse_dat_file

method
_parse_dat_file(self, filename)

_parse_file

method
_parse_file(self, file)

_get_or_create_step

method
_get_or_create_step(self, analysis_type, step_id)

_finalize_mesh

method
_finalize_mesh(self)

_parse_node

method
_parse_node(self, line)

_parse_element_header

method
_parse_element_header(self, line)

_parse_element_connectivity

method
_parse_element_connectivity(self, element_id, line)

_parse_step_header

method
_parse_step_header(self, line)

_parse_mode_header

method
_parse_mode_header(self, line)

_parse_result_block_header

method
_parse_result_block_header(self, line)

_parse_result_name

method
_parse_result_name(self, line)

_parse_result_data

method
_parse_result_data(self, line)

_append_displacement

method
_append_displacement(self, node_id, ux, uy, uz)

_finalize_displacement

method
_finalize_displacement(self)

_append_mode_shape

method
_append_mode_shape(self, node_id, ux, uy, uz)

_finalize_mode_shape

method
_finalize_mode_shape(self)

_append_stress

method
_append_stress(self, node_id, sxx, syy, szz, sxy, syz, sxz)

_finalize_stress

method
_finalize_stress(self)

_append_strain

method
_append_strain(self, node_id, exx, eyy, ezz, exy, eyz, exz)

_finalize_strain

method
_finalize_strain(self)

_append_forces

method
_append_forces(self, node_id, fx, fy, fz)

_finalize_forces

method
_finalize_forces(self)

_append_contact

method
_append_contact(self, node_id, copen, cslip1, cslip2, cpress, cshear1, cshear2)

_finalize_contact

method
_finalize_contact(self)

_verbose_log

method
_verbose_log(self, model)