Skip to content

new analysis server wrapper for openmdao v 1.x

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

naylor-b/aserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMDAO AnalysisServer interface.

This code provides both client-side and server-side OpenMDAO interfaces to
Phoenix Integration's ModelCenter AnalysisServer protocol.

The client side consists of a factory (factory.ASFactory) which will create
instances on the remote AnalysisServer, create a local proxy for the remote
component, and populate that proxy component with proxy variables
corresponding to the exposed variables on the remote component. This factory
can be registered with the OpenMDAO factory manager to support a general
'create' capability.

The server side (server.main) reads configuration files describing the
components to make available and what interface they provide. Multiple
versions of a component can be supported. Each component instance is run in a
separate process to support concurrent execution.

About

new analysis server wrapper for openmdao v 1.x

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages