ANSYS WORKBENCH : displacement between two points
ANSYS WORKBENCH : displacement between two points
(OP)
Hello,
How can I apply a displacement between two points with ansys workbench?
Thanks.
How can I apply a displacement between two points with ansys workbench?
Thanks.





RE: ANSYS WORKBENCH : displacement between two points
is it possible ?
Thanks.
RE: ANSYS WORKBENCH : displacement between two points
If you want to input a displacement for one node RELATIVE to another one, just place a CSYS on the reference node and express the displacement of the "displaced" node relative to this coordinate system. In order to do that, you must "rotate" the node into that CSYS:
CSYS,<csys_number>
NROTAT,<node_number>
But I must say I'm really not sure I have understood your question...
Regards
RE: ANSYS WORKBENCH : displacement between two points
The "thing" above is possible anyway, but you have to insert a Commands snippet:
/PREP7
<commands block to create CSYS on the desired node>
CSYS,nn
NROTAT,mm
/SOLU
Regards
RE: ANSYS WORKBENCH : displacement between two points
I don't think it is that simple, cbrn. To impose a displacement between 2 nodes implies the use of an actor element or much better an controller element.
The COMBIN37 Element is an actor element (don't know if it works in Workbench) but it controls the force between two elements, not the displacement.
I don't know any standard procedure in Ansys to apply a displacement between two nodes...
Regards
Alex
RE: ANSYS WORKBENCH : displacement between two points
consider a beam in bending.
I want to impose between A (end of the beam) and B (anywhere on the beam) a displacement of 0.5 mm.
How can I do?
Thank you very much.
RE: ANSYS WORKBENCH : displacement between two points
like I said, you can use the COMBIN37 Element, and then step by step increase the element force till you get the 0.5 mm displacement.
If the element is not supported by Workbench then I would suggest to use Ansys Classical.
Regards
Alex
RE: ANSYS WORKBENCH : displacement between two points
Good luck.
RE: ANSYS WORKBENCH : displacement between two points
My problem is really as follows:
I have a window (width AB) raised at the end of a wedge recessed.
data : maximum displacement between A and B : 0.5 mm.
I want to find corresponding load.
Regards.
RE: ANSYS WORKBENCH : displacement between two points
I'm with Stringmaker, and I recognize I misunderstood the basic problem. If you really want (but why would you???) impose a displacement between nodes not as an "initial" condition but as a constraint valid throughout the analysis, then the best way to go is with Constraint Equations (CE).
Via the Commands snippet, in WB you can do EVERYTHING you would do in Classical, EVERY element type is supported with ALL the keyoptions and real constants, BUT... remember that the geometry information is NOT accessible (so, identifying a node may be a headache) and you can not by-pass the mesh creation, i.e. you can not create a new mesh of your own overriding the original one, you can "only" add nodes and elements afterwards. Also bear in mind that these aditional constraints etc built up via APDL won't be shown in the Outline and will not be accessible to the Probe results: everything on them will have to be performed via APDL. However, with v.11 it is easier to show the results triggered by the APDL.
It's nothing impossible, I've managed since a long time to do things like that by myself without even one single call to the Ansys' Support, so don't give up, but I prefer you to know what you may face...
Regards