UserVariable#
- class UserVariable[source]#
Bases:
VariableClass representing a user-defined symbolic variable
Properties
- value: Any#
Get the value of the variable from the global context.
Additional Constructors
- in_units(new_unit=None)[source]#
Requesting the output of the variable to be in the given (new_unit) units.
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods