Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

write a function that returns the steady state values for the internal variables of a dynamic node instance #30

Closed
timziebart opened this issue Jan 14, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@timziebart
Copy link
Member

timziebart commented Jan 14, 2019

similarly to #28 craete a function that does

getInternalSteadyStateVariables(n::SwingEq) == 0.,)

with generic functions that look something like

getInternalSteadyStateVariables(n::AbstractNodeDynamics)= n |> parametersof |> getInternalSteadyStateVariables

Note: Of course, instead of using NamedTuples, I strongly usggest to use a custom InternalSteadyState type (that also has the type as a parameter).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant