DynamicStep
- class compas_fea2.problem.DynamicStep[source]
Bases:
GeneralStepStep for dynamic analysis.
Methods
Inherited Methods
Converts the instance to a string.
Add a combination to the Step.
Add a general
compas_fea2.problem.patterns.Patternto the Step.Add a field output to the step. Parameters ---------- field_output :
compas_fea2.problem.fields.FieldTypeThe field output to add. Returns -------compas_fea2.problem.fields.FieldType.Add multiple field outputs to the step. Parameters ---------- field_outputs : list(
compas_fea2.problem.fields.FieldType) The field outputs to add to the step. Returns ------- list(compas_fea2.problem.fields.FieldType).Add a
compas_fea2.problem.GravityLoadload to theStepAdd multiple
compas_fea2.problem.patterns.Patternto the Problem.Add a
compas_fea2.problem.PointLoadsubclass object to theStepalong a prescribed path.Add a temperature field to the Step object.
Add a uniform displacement field to the Step object.
Add a
compas_fea2.problem.fields.NodeLoadFieldwhere all the nodes have the same load.Add a
compas_fea2.problem.field.NodeLoadFieldsubclass object to theStepalong a prescribed path.Make an independent copy of the data object.
Construct an object of this type from a JSON file.
Construct an object of this type from a JSON string.
Compute a hash of the data for comparison during version control using the sha256 algorithm.
Convert an object to its native data representation and save it to a JSON file.
Convert an object to its native data representation and save it to a JSON string.
Validate the data against the object's data schema.