Coupled control system and structure eigenvalue analysis - #56
Open
kmokstad wants to merge 22 commits into
Open
Conversation
Modal Analysis with integrated control system.
SetFixedControlDOFsOnEigValCalc by calcExtForceGradient and FixControlDOFsOnEigValCalc, respectively. The new versions can also handle joint DOF forces.
into EstimateControllerProperties04 with nStep as argument. Simplify EstimateControllerProperties500 removing the perturbation loop. Remove some old/unused subroutines in ControlStructModule.
and deallocateCtrl instead of DeallocateControlType
Remove sensorGrad_wrt_disp and forceGrad_wrt_cOut as data type members - use local arrays in BuildStructControlJacobi instead. Use DAXPY for Y=Y+alpha*X operations.
Check status flag after each heap memory allocation.
Add debug print of 2n or 3n state-space matrices and resulting eigenvalues through the alphaR, alphaI and beta arrays. Print out structure matrices as full if -debug -199 is used.
ReVal(nmod+1) and ImVal(nmod+1) when nmod=size(ReVal)
Move construction of ttcc_0 outside the superelement loop.
Simplify calculation of the samMNPC array.
Let EstimateControllerProperties01 flag which matrices have non-zero contributions through its error flag.
Add more debug output.
Add debug print of the ControlStructType object. Add the open source heading in controlStructModule.f90 and some doxy-documentation for the data types.
to account for the non-symmetry in these matrices
kmokstad
force-pushed
the
ctrl-struct-modes-II
branch
from
August 10, 2026 06:26
c3c3ba8 to
02f64cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements the features developed in Magne Bratland's PhD thesis on modal analysis accounting for the control systems. The first commit dates back to 2017 and contains the unaltered import of the source code developed in the PhD-project - only with the necessary modifications to make it build with the current source code base. Then a series of commits are added to clean it up a bit.