We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

Cannot apply load on node

    • Jayden_kkk
      Subscriber

      Hello, I have a problem in the Mechanical APDL that I have try to apply a force on a node. However, a warning message box pops up said "Specified forces from the previous F command were applied only to the selected NODAL LOAD set." I hope someone can help me to solve this problem. Thank you.



    • Chandra Sekaran
      Ansys Employee
      This may mean that the node is not selected. In MAPDL you operate only on selected nodes. By default all nodes are selected. But if you had done some selection to apply some other loads or constraints then you will need to revert back to the entire set.
      Try issuing "ALLSEL" before issuing the 'F" command for force application
    • Krishna_Vamsy
      Subscriber
      Hi, I have the same problem did you find the solution? Please update here if you did
      Thank you
    • Erik Kostson
      Ansys Employee
      and
      There is something with the user interface (UI - Preprocessor--> Loads-->Define Loads-->Apply-->Structural-->Force-->On nodes) in vers. 2021 R2, and this is a defect we are aware of (thanks for bringing it to our attention still - it will hopefully be fixed in the next upcoming releases).

      For now, here is a workaround:
      Use input files and commands straight away (most of the apdl use is not via the ui, only command inputs - actually there are some things we can not do with the UI, and can only be used via command inputs).

      So for a nodal force use:
      F,2,FX,100
      (explain: !!!! F, NODE NR, Lab, VALUE, VALUE2, NEND, NINC)
      enter it as shown below:


      Also see the F command for more info on how to use it.

      There are many tutorial in the help manual showing the input files for simple models that you can go through.

      E.g., verification manual example 3 (VM3).

      So use the command inputs and solve them directly and do not use the UI so much if possible.

      All the best

      Erik

      PS: Similar thing reported here:
    • Chandra Sekaran
      Ansys Employee
      Regarding any ÔÇÿfixÔÇÖ available:We know the issue happens in UIFUNC2.GRN uidl file. So potentially the user can use the UIFUNC2.GRN from 2022r1 in 2021R2. When we tried this for a customer the force issues went away but some other things like (analysis preferences etc) did not show up. I think this ÔÇÿfixÔÇÖ is risky in that it may break something else. My suggestion is to use APDL commands for applying loads instead of GUI as suggested above
    • Paula Alonso
      Subscriber

      Hi! I have a similar problem, just that i cannoy appy forces on keypoints.

      k,1,0,0.3,0 
      F,1,FX,10

      I dont know if it's related to the command itself, which definition appears like this:

Viewing 5 reply threads
  • The topic ‘Cannot apply load on node’ is closed to new replies.