anastruct.fem.node
Classes
Module Contents
- class anastruct.fem.node.Node(id: int, Fx: float = 0.0, Fy: float = 0.0, Tz: float = 0.0, ux: float = 0.0, uy: float = 0.0, phi_z: float = 0.0, vertex: anastruct.vertex.Vertex = Vertex(0, 0), hinge: bool = False)[source]
-
- elements: Dict[int, anastruct.fem.elements.Element][source]
- property Fy_neg: float[source]
Fy is the vertical force, and the negative of Fy
- Returns:
float: negative of Fy
- __str__() str[source]
String representation of the node
- Returns:
str: String representation of the node
- __add__(other: Node) Node[source]
Add two nodes
- Args:
other (Node): Node to add
- Returns:
Node: Sum of the two nodes