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.HeadingInitialises base file writer.
- Parameters
None
- Returns
None
Methods
write_element_set(key, element_set)write_line(line)write_mass(key)write_node(key)write_node_set(key, node_set)write_section(section)write_subsection(subsection)