-
-
March 28, 2023 at 11:50 am
Hoang NGUYEN
SubscriberHello everyone,
I want to create a spline through serie of 360 points and i'm using the command to do it:
K, ,P51X
FLST,3,361,3
FITEM,3,1
FITEM,3,2
FITEM,3,3
FITEM,3,4
FITEM,3,5
....FITEM,3,360
FITEM,3,1
SPLINE, ,P51X
But somehow this command doesn't work. I've tried in multiple cases and it works only for maximum of 200 points. Anyone know how to use Ansys PDL can help me resolve this problem?
Thank you so much and have a great day!
-
March 29, 2023 at 4:23 pm
Bill Bulat
Ansys EmployeeI found SR1173874281 in our records. It asserts that 200 points is a hard limit in MAPDL for BSPLI command - you apparently cannot use more that 200 points. This limit may actually be on the FITEM command - if so, the limitation likely applies to many other commands that use graphical picking as well. Since the MAPDL GUI is in "maintenance mode", the chances of this limitation being extended are pretty close to zero.
The only workarounds I can think of presently are:
1) Use fewer points (< 200) to resolve the curvature of the spline
2) Create multiple splines that meet end-to-end and force the slopes of their endpoints to be identical with the fields of the SPLINE command indicated in the image below:
You might then be able to merge the coincident end points of the splines with NUMMRG,KP
Note however, that I do not know if the end slope for point 6 works if more than 6 points were used to define the spline via FITEM.
Kind regards,
Bill
-
March 30, 2023 at 12:08 pm
Hoang NGUYEN
SubscriberHello,
I've found a way to create splines through 240 KP by using:
K, ,P51X
FLST,3,121,3
FITEM,3,1
FITEM,3,2
FITEM,3,3
FITEM,3,4
FITEM,3,5
....FITEM,3,121
SPLINE, ,P51X
K, ,P51X
FLST,3,121,3FITEM,3,121
FITEM,3,122
...
FITEM,3,240
FITEM,3,1
SPLINE, ,P51X
But eventually it will create 2 splines so how can i merge these 2 splines.
Thank you for your respond! Have a nice day!
-
- You must be logged in to reply to this topic.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- Solver Pivot Warning in Beam Element Model
- Saving & sharing of Working project files in .wbpz format
- Understanding Force Convergence Solution Output
- An Unknown error occurred during solution. Check the Solver Output…..
- What is the difference between bonded contact region and fixed joint
- User manual
- The solver engine was unable to converge on a solution for the nonlinear problem as constrained.
- whether have the difference between using contact and target bodies
- material damping and modal analysis
- Colors and Mesh Display
-
5370
-
3363
-
2471
-
1310
-
1020
© 2023 Copyright ANSYS, Inc. All rights reserved.