_Node¶
- class _Node(dll: SofDll)¶
Bases:
objectThe
Nodesclass is a wrapper that manages informations about nodes through member variables of classesNodeData,NodeResidualsandNodeResults. It provides easy abstractions for commonly used data manipulations, e.g, calculating nodal coordinates in deflected configuration.- calculate_deflected_configuration(load_case: int) None¶
Calculate the nodal coordinates in deflected configuration for the given
load_case.
- get_deflected_configuration(load_case: int) DataFrame¶
Return the deformed configuration for the given
load_case.
- is_deflected_configuration_calculated(load_case: int) bool¶
Return
Trueif the deflected configuration has been calculated for the givenload_case.
- residuals: _NodeResidual¶
- results: _NodeResult¶