AngleExpression#
- class AngleExpression[source]#
Bases:
SingleAttributeModelAngleExpressionclass for define the angle expression forRotation.spec. The result of the expression is assumed to be in radians.Example
>>> fl.AngleExpression("0.1*sin(t)")
Attributes
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods