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
We need to add a wrapper for the TransientProblem class to the mphys module library, for easier interface with OpenMDAO.
Ideally, this would implemented as a separate mphys builder, similar to what is currently done for StaticProblem.
For now, this transient builder doesn't need to support coupling, so an ExplicitComponent implementation would be acceptable.
Example
N/A
Environment
N/A
The text was updated successfully, but these errors were encountered:
Issue Type
Description
We need to add a wrapper for the
TransientProblem
class to themphys
module library, for easier interface with OpenMDAO.Ideally, this would implemented as a separate mphys builder, similar to what is currently done for
StaticProblem
.For now, this transient builder doesn't need to support coupling, so an
ExplicitComponent
implementation would be acceptable.Example
N/A
Environment
N/A
The text was updated successfully, but these errors were encountered: