Writer

class compas_fea.fea.Writer(structure, software, filename, fields, ndof=6)[source]

Bases: compas_fea.fea.steps.Steps, compas_fea.fea.materials.Materials, compas_fea.fea.bcs.BCs, compas_fea.fea.sets.Sets, compas_fea.fea.elements.Elements, compas_fea.fea.nodes.Nodes, compas_fea.fea.heading.Heading

Initialises base file writer.

Parameters

None

Returns

None

Methods

blank_line()

divider_line()

write_boundary_conditions()

write_element_set(key, element_set)

write_element_sets()

write_elements()

write_heading()

write_line(line)

write_mass(key)

write_materials()

write_node(key)

write_node_set(key, node_set)

write_node_sets()

write_nodes()

write_section(section)

write_steps()

write_subsection(subsection)