Impose rotation in the structural mechanic solver #10822
Unanswered
MicheleBarucca97
asked this question in
Q&A
Replies: 3 comments 3 replies
-
How do you impose the rotation?, can you share the example? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Doesn't look wrong, I don't know why is failing. Can you share the example? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Please attach as a zip |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning everyone,
I am analyzing the case of a 3D wing to which I want to impose a rotation, but I have big problems with the convergence. For sure I miss something, can someone help me? I attach the non convergence of my problem:
ResidualBasedNewtonRaphsonStrategy: Setup Dofs Time: 0.00795328
ResidualBasedNewtonRaphsonStrategy: Setup System Time: 3.6245e-05
ResidualBasedNewtonRaphsonStrategy: System Matrix Resize Time: 0.0469448
ResidualBasedNewtonRaphsonStrategy: System Construction Time: 0.0550132
SolvingStrategy: MESH MOVED
Coupling iteration: 1
ResidualBasedBlockBuilderAndSolver: Build time: 0.113181
ResidualBasedBlockBuilderAndSolver: System solve time: 0.817436
SolvingStrategy: MESH MOVED
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL DISPLACEMENT CRITERION :: Ratio = 4.53786e+14; Norm = 7.0705e+06
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL ROTATION CRITERION :: Ratio = 6.1471e+14; Norm = 2510.61
ResidualBasedBlockBuilderAndSolver: Build time: 0.112322
ResidualBasedBlockBuilderAndSolver: System solve time: 0.800667
SolvingStrategy: MESH MOVED
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL DISPLACEMENT CRITERION :: Ratio = 1.28651e+18; Norm = 2.00453e+10
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL ROTATION CRITERION :: Ratio = 3.99281e+16; Norm = 163075
ResidualBasedBlockBuilderAndSolver: Build time: 0.112007
ResidualBasedBlockBuilderAndSolver: System solve time: 0.805443
SolvingStrategy: MESH MOVED
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL DISPLACEMENT CRITERION :: Ratio = 8.87695e+21; Norm = 1.38313e+14
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL ROTATION CRITERION :: Ratio = 3.97375e+18; Norm = 1.62297e+07
ResidualBasedBlockBuilderAndSolver: Build time: 0.116749
ResidualBasedBlockBuilderAndSolver: System solve time: 0.831219
SolvingStrategy: MESH MOVED
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL DISPLACEMENT CRITERION :: Ratio = 2.13007e+24; Norm = 3.3189e+16
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL ROTATION CRITERION :: Ratio = 2.73153e+19; Norm = 1.11562e+08
ResidualBasedBlockBuilderAndSolver: Build time: 0.1179
ResidualBasedBlockBuilderAndSolver: System solve time: 0.843655
SolvingStrategy: MESH MOVED
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL DISPLACEMENT CRITERION :: Ratio = 3.63685e+24; Norm = 5.66662e+16
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL ROTATION CRITERION :: Ratio = 3.01394e+20; Norm = 1.23096e+09
ResidualBasedBlockBuilderAndSolver: Build time: 0.139891
ResidualBasedBlockBuilderAndSolver: System solve time: 0.980882
SolvingStrategy: MESH MOVED
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL DISPLACEMENT CRITERION :: Ratio = 3.37048e+24; Norm = 5.2516e+16
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL ROTATION CRITERION :: Ratio = 2.8472e+20; Norm = 1.16286e+09
ResidualBasedBlockBuilderAndSolver: Build time: 0.139516
ResidualBasedBlockBuilderAndSolver: System solve time: 0.928764
SolvingStrategy: MESH MOVED
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL DISPLACEMENT CRITERION :: Ratio = 5.00949e+24; Norm = 7.80537e+16
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL ROTATION CRITERION :: Ratio = 3.95498e+20; Norm = 1.6153e+09
ResidualBasedBlockBuilderAndSolver: Build time: 0.118032
ResidualBasedBlockBuilderAndSolver: System solve time: 0.995054
SolvingStrategy: MESH MOVED
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL DISPLACEMENT CRITERION :: Ratio = 4.86463e+24; Norm = 7.57965e+16
ResidualDisplacementAndOtherDoFCriteria: RESIDUAL ROTATION CRITERION :: Ratio = 3.87464e+20; Norm = 1.58249e+09
ResidualBasedBlockBuilderAndSolver: Build time: 0.125233
ResidualBasedBlockBuilderAndSolver: System solve time: 0.984613
SolvingStrategy: MESH MOVED
Thanks in advance for the help
Beta Was this translation helpful? Give feedback.
All reactions