-
-
November 29, 2024 at 1:11 pm
-
December 2, 2024 at 4:12 pmdloomanAnsys Employee
There's no way to create a function ahead of time that will automatically update the forces during solution. The only way to do what you describe is a brute force method. The duration of the analysis is broken up into many short time steps. A commands object is executed at the beginning of each time step which interrogates the previous solution and updates the force values with APDL commands. Â
-
December 2, 2024 at 6:24 pm
-
December 3, 2024 at 5:40 pmdloomanAnsys Employee
The outline is below. Unfortunately you probably can't use such a technique without a very good knowledge of the APDL command language. As mentioned the solution should be broken up into small time steps, dt. The commands below would be exectuted before each step:
node_numb=node(x,y,z)Â Â ! node_numb is the node closest to the x, y, z location to measure velocity
V_y=VY(node_numb)Â Â Â Â ! Retrieve velocity at node
F_dist=Formula         ! Compute distributed force based on formula            !Â
nsel,s,loc,,x1,x2Â Â Â Â Â Â Â Â ! Select nodes to apply force to
sf,all,pres,F_distÂ
allsel
-
- You must be logged in to reply to this topic.
- Workbench license error
- Unexpected error on Workbench: Root element not found.
- Unexpected issues with SCCM deployment of Ansys Fluids and Structures 2024 R1
- Questions and recommendations: Septum Horn Antenna
- AQWA: Hydrodynamic response error
- Tutorial or Help for 2 way FSI
- Unable to connect to the license
- Moment Reaction probe with Large deformation
- 2 way coupled FSI for ball bearing
- Ansys with Vmware and CPU configuration : I’m lost, good practice?
-
1406
-
599
-
591
-
555
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.