-
-
June 10, 2023 at 2:06 pmfreud faridSubscriber
my problem is a cantilever curved beam under follower load (as mention in the image )
i follow all steps to apply a follower load but without result
i create a new coordinate system and use it to create a remote point on the second free end of the curved beam
then i linstall an extension named 'follower load ' and use it
always give me this error message
"The solver engine was unable to converge on a solution for the nonlinear problem as constrained. Please see the Troubleshooting section of the Help System for more information."
"The unconverged solution (identified as Substep 999999) is output for analysis debug purposes. Results at this time should not be used for any other purpose.Â
-
June 10, 2023 at 9:21 pmpeteroznewmanSubscriber
From your original discussion, I created a model using Beam elements. Here is the link to that model. You should use Beam elements.
The image you show above will be meshed with solid elements which are not recommended for this type of problem.
-
June 11, 2023 at 9:48 pmfreud faridSubscriber
thank you very much peteroznewman
it's very useful and give acceptable resultÂ
i have some question about the projectÂ1- when i change the material to a hyperelastic it give error , i know that the geometry is line and l must to convert it ot area or solid in order to work with hyperelastic material
how i can convert the geometry to solid without creat geometry from the beginingÂ
2- when i change the direction of applied the load (from y to x ) or the apply a moment it give error ? where is the problemÂ
3- how i can extract the nodal coordinate of the deformed shape , i mean that (x,y) coordinate of the nodes in the deformation configuration
thank you againÂ
-
-
June 12, 2023 at 12:52 ampeteroznewmanSubscriber
- The Mooney-Rivlin Hyperelastic material model supports Beam elements, you don’t need a solid body and solid elements. You may not have created the hyperelastic material correctly. What is the error?
- When you change the load direction, what is the error?
- Create a Directional Deformation for the X axis and a second Directional Deformation for the Y axis. Export the nodal deformations for these two axes. You also need the initial X,Y coordinates of all the nodes. The final X, Y coordinates of each node is the initial X, Y coordinate of the node plus the X and Y directional deformation added to the initial nodal coordinates.
-
June 12, 2023 at 9:23 amfreud faridSubscriber
when i open the file this warning appear
the error message when i change the material to mooney rivlin
"An unknown error occurred during solution. Â Check the Solver Output on the Solution Information object for possible causes."
another error message appear
"The unit system of Command object(s) such as  Static Structural>Commands (APDL) at the time of creation, differs from the solver unit system.  Check your data and results accordingly."
-
June 12, 2023 at 3:18 pmpeteroznewmanSubscriber
You have two warnings and one error. The first warning, just follow the instructions provided.
The error is because you don't have the mooney rivlin material model properly defined. You may find evidence of this in the Solution Output.
The last warning is because you have an APDL command and you are not solving in the same units as were used when the APDL command was inserted. This is a problem when you have numbers in the APDL command that need to change when the units change such as a spring stiffness. This warning is not a problem when all the numbers in the APDL command are dimensionless, such as Keyops.
-
June 12, 2023 at 6:27 pmfreud faridSubscriber
i try all the hyperelastic material but alwaus give errorrÂ
but when i try another elastic material it work ?Â
i think the problem is in the element choice !?Â
can you explain more this point ,Â
- Create a Directional Deformation for the X axis and a second Directional Deformation for the Y axis. Export the nodal deformations for these two axes. You also need the initial X,Y coordinates of all the nodes. The final X, Y coordinates of each node is the initial X, Y coordinate of the node plus the X and Y directional deformation added to the initial nodal coordinates.
please can you make video like tutorial and explain how to create the exampleÂ
-
-
June 12, 2023 at 7:19 pmpeteroznewmanSubscriber
Create a solid model of a straight cantilever beam, meshed with solid elements and assign the hyperelastic material, do you get the same error? If so, you have not correctly defined the hyperelastic material model.
I will see if I can find some time to explain more on the point of exporting two directional deformations and adding them to the nodal coordinates, but I have limited time. Have you tried exporting a directional deformation?
Â
Â
-
June 12, 2023 at 8:19 pm
-
-
June 13, 2023 at 9:59 ampeteroznewmanSubscriber
Read this discussion, it tells you what to do.
Where it says to export to text file, right click on the result and the popup menu has Export on it.
-
June 13, 2023 at 10:49 pmfreud faridSubscriber
it's not work but thank youÂ
i have more 02 questionÂ
the photo bellow is the history of deformation in 24 equal load step imlemented in matlabÂ
can e create like this in ansys ?
Â
2- when i try to change the direction of apploed force from y to x direction , it give errorÂ
please can you try it , if it work or notÂ
-
-
June 13, 2023 at 11:31 pmpeteroznewmanSubscriber
Ansys can create all the data needed to make the plot shown in matlab by implementing 24 equal load steps and exporting the data from each load step. It would be a bit tedious to do that manually. If you want to learn to code, I expect you can automate the process of extracting the data with a script.
The matlab example shows a force that is tangent to the tip, which would be vertical at the start of the simulation. You are showing a horizontal force. Are you trying to get the matlab plot with a horizontal force? That is not the same problem.
-
June 14, 2023 at 10:21 amfreud faridSubscriber
the first photo is the matlab plot of the vertical force load (y direction ) , i ask if can we plot the same figure with ansys ?Â
the second photo for another example with a force in x direction , i try to change the direction of the force but it give an error , i ask if you can do it with x force direction and show me the result ?
-
June 15, 2023 at 10:31 amfreud faridSubscriber
Â
hiÂ
please check this projectÂ
https://www.dropbox.com/s/e505q4cycjc5upj/hyper_follower_load.wbpz?dl=0
i use a newhookean hyperelastic material , the geometry is solid instead lineÂ
i apply the follower load but not converge ? please check it and fixed it ?Â
Â
-
-
June 15, 2023 at 10:50 ampeteroznewmanSubscriber
Ansys can't plot a figure like that. Ansys can provide all the data needed to plot a figure like that in a program that is good at plotting such as Excel or Matlab.
You put this file: hyper_follower_load.wbpj in dropbox. That file is useless without the hyper_follower_load_files folder. Open the file in Workbench and use File Archive to create a hyper_follower_load.wbpz file instead, which contains all the files needed for me to open.
-
June 15, 2023 at 12:51 pm
-
June 16, 2023 at 6:40 pmfreud faridSubscriber
hi peter any new ?
Â
Â
Â
Â
Â
-
-
June 17, 2023 at 2:26 pmpeteroznewmanSubscriber
Hi Freud,
Your beam is very thin in the plane of the arc, but thick in the radial direction. That means when you apply a force in the -X direction, the beam will buckle. Buckling is a difficult behavior to capture in a Static Structural model. It is very difficult to capture when the load is a force and it is much easier to capture when the load is a displacement.
If you change the profile of your beam so it is thick in the plane of the arc and thin in the radial direction, then the part will not buckle and you may find it much easier to converge.
-
June 17, 2023 at 6:44 pmfreud faridSubscriber
please contact meÂ
freud1889@yahoo.com
-
-
June 18, 2023 at 2:43 ampeteroznewmanSubscriber
How will that help?
-
June 18, 2023 at 8:36 am
-
-
June 19, 2023 at 3:08 ampeteroznewmanSubscriber
The buckling problem is the same whether you push in the X or the Y direction. The arc will buckle out of plane at a very low force. I created a linear material to run two Eigenvalue Buckling analyses to find out the Load multiplier for X or Y direction loads when the upstream Static Structural model has a 0.0001 N unit load. The load multiplier is 0.997 for a load in the Y direction and 0.852 or a load in the X direction.
-
June 22, 2023 at 9:37 pmfreud faridSubscriber
thank you any way , but not helped and not give the correct resultsÂ
-
-
June 23, 2023 at 12:35 am
-
- The topic ‘fellower load problem’ is closed to new replies.
- Problem with access to session files
- Ayuda con Error: “Unable to access the source: EngineeringData”
- At least one body has been found to have only 1 element in at least 2 directions
- Error when opening saved Workbench project
- Geometric stiffness matrix for solid elements
- How to select the interface delamination surface of a laminate?
- How to apply Compression-only Support?
- Timestep range set for animation export
- SMART crack under fatigue conditions, different crack sizes can’t growth
- Image to file in Mechanical is bugged and does not show text
-
1191
-
513
-
488
-
225
-
209
© 2024 Copyright ANSYS, Inc. All rights reserved.