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
The designer of a component needs to add equations and the respective derivatives for each desired parameter of that component. There is a possibility to use the numeric_deriv function, which calculates a derivative numerically calling the respective equation with a slight change in the specified variable. A list of variables could be added to the parameter information (i.e. the variables relevant for an equation, like inlet enthalpy and pressure, outlet mass flow, ...) and with that list the numeric derivatives would be calculated automatically sparing the designer of the requirement to write the respective _deriv method.
The text was updated successfully, but these errors were encountered:
The designer of a component needs to add equations and the respective derivatives for each desired parameter of that component. There is a possibility to use the
numeric_deriv
function, which calculates a derivative numerically calling the respective equation with a slight change in the specified variable. A list of variables could be added to the parameter information (i.e. the variables relevant for an equation, like inlet enthalpy and pressure, outlet mass flow, ...) and with that list the numeric derivatives would be calculated automatically sparing the designer of the requirement to write the respective_deriv
method.The text was updated successfully, but these errors were encountered: