You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, averages are symbolic functions with a QNumber argument, i.e. avg(::QNumber)::CNumber. Once the metadata system of SymbolicUtils is fixed, we can change that so that averages are directly represented in the format required by ModelingToolkit. We can write them as time-dependent variables x(t) and store the QNumber argument as metadata. This saves us the step of converting to ODESystems with the varmap.
The text was updated successfully, but these errors were encountered:
Currently, averages are symbolic functions with a
QNumber
argument, i.e.avg(::QNumber)::CNumber
. Once the metadata system ofSymbolicUtils
is fixed, we can change that so that averages are directly represented in the format required by ModelingToolkit. We can write them as time-dependent variablesx(t)
and store theQNumber
argument as metadata. This saves us the step of converting toODESystem
s with thevarmap
.The text was updated successfully, but these errors were encountered: