problem
Problem
A Problem is a collection of analysis steps (:class:`compas_fea2.problem._Step) applied in a specific sequence. |
Steps
Initialises base Step object. |
|
General Step object for use as a base class in a general static, dynamic or multiphysics analysis. |
|
A perturbation is a change of the state of the structure after an analysis step. |
|
Perform a modal analysis of the Model from the resulting state after an analysis Step. |
|
StaticStep for use in a static analysis. |
|
Step for dynamic analysis. |
|
Step for quasi-static analysis. |
|
Step for a direct cyclic analysis. |
Prescribed Fields
Base class for all predefined initial conditions. |
|
Temperature field |
Loads
Initialises base Load object. |
|
Prestress load |
|
Concentrated forces and moments [units:N, Nm] applied to node(s). |
|
Distributed line forces and moments [units:N/m or Nm/m] applied to an edge of an element. |
|
Distributed area force [e.g. |
|
Gravity load [units:N/m3] applied to element(s). |
|
Tributary load |
|
Thermal load |
Combinations
Load combination object used to combine patterns together at each step. |
Displacements
GeneralDisplacement object. |
Load Patterns
A pattern is the spatial distribution of a specific set of forces, displacements, temperatures, and other effects which act on a structure. |
|
Nodal distribution of a load case. |
|
Point distribution of a load case. |
|
Line distribution of a load case. |
|
Area distribution of a load case. |
|
Volume distribution of a load case (e.g., gravity load). |
Outputs
FieldOutput object for specification of the fields (stresses, displacements, etc..) to output from the analysis. |
|
HistoryOutput object for recording the fields (stresses, displacements, etc..) from the analysis. |