0% found this document useful (0 votes)
17 views2 pages

Ans Ys Note-1

This document describes how to apply a bending moment that varies linearly along a cross-section in ANSYS. It recommends downloading a macro called x_bcslpoe.mac that applies nodal forces proportional to the distance from the bending axis to induce the moment. The user specifies the axis, nodes, maximum distance, and desired bending moment value. The macro applies preliminary forces which are then scaled so the calculated moment equals the target value. A similar approach can model torques varying along a radius.

Uploaded by

VSMS8678
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views2 pages

Ans Ys Note-1

This document describes how to apply a bending moment that varies linearly along a cross-section in ANSYS. It recommends downloading a macro called x_bcslpoe.mac that applies nodal forces proportional to the distance from the bending axis to induce the moment. The user specifies the axis, nodes, maximum distance, and desired bending moment value. The macro applies preliminary forces which are then scaled so the calculated moment equals the target value. A similar approach can model torques varying along a radius.

Uploaded by

VSMS8678
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

www.FEA-Optimization.

com ANSYS Note #1 Apply Bending Moment or Torque on a Cross Section


Shen-Yeh Chen February, 2002 Sometimes it is required to apply a bending moment on a cross-section. Here we assume the bending moment we want to apply is a linear distribution of either pressure, nodal force, or displacement, etc. See Figure 1. This document tells you how to apply such bending moments. For torque that varies linearly along the radius from the axis, the procedure is similar. First, you have to download the macro from www.FEA-Optimization.com Go into ANSYS Resources, under Macros, download the macro x_bcslpoe.mac Assume that we want to apply a bending moment of 400 around the X-axis, on the nodes of X-Y plan, as Figure 1. Following the step-by-step procedures below to implement the bending moment on the model 1. 2. 3. 4. Make sure your active coordinate (CSYS) in on the place you want. Like Figure 1. Pick all the nodes on the X-Y plan which you want to apply the bending moment. Figure out what is the maximum distance of the nodes from the x-axis. Say it is y=-100 Apply the macro as x_bcslope,2, , ,-100,100,-1.0,1.0 F FZ This means that : apply F,ALL,FZ" on all nodes, which are inside the range of Y=-100 to Y=100 (the 1st argument of 2 indicates Y), and the value varies from -1.0 at Y=-100, to 1.0 at Y=100 (don't be nervous. This will be fixed later) 5. After the macro is applied, check the parameter X_BCSLOPE_FY (this is the summation of Force*Y) Scale all the "FZ" you just applied by the factor of X_BCSLOPE_FY/400.0 Note that 400.0 is our target bending moment values

6.

Similar tricks can be used for torque, etc. as long as you get the logic about the procedure here. Even if the distribution of the BC values is not linear, you can check into the macro carefully, and modify it for your own need.

Mx=400 X

Y=-100

Figure 1

You might also like