Skip to content

Extract Nodal State Space Matrices under Krylov ROM #154

Answered by ngoiz
xxyao-95 asked this question in Q&A
Discussion options

You must be logged in to vote

This is likely because your structural subsystem is assembled in nodal coordinates and the ROM is dealing with a huge input/output space. What you need is your system to be in modal space (i.e. low inputs/outputs so the ROM works) and then once you have that you manipulate the assembled systems' inputs and outputs to go back to the nodal space.

Adding to your beam_settings above:

                                          'beam_settings': {'modal_projection': 'on',
                                                            'inout_coords': 'modes'}

should make it work.

Note, your LinearAssembler setting inout_coords should be inout_coordinates and that should be equal to nodes as you have…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@xxyao-95
Comment options

Answer selected by ngoiz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants