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_line

write_section

write_subsection

Inherited Methods

write_boundary_conditions

write_element_set

write_element_sets

write_elements

write_heading

write_mass

write_materials

write_node

write_node_set

write_node_sets

write_nodes

write_steps