Mechanical APDL Basic Analysis Guide - Ansys

Mechanical APDL Basic Analysis Guide - Ansys Mechanical APDL Basic Analysis Guide - Ansys

www1.ansys.com
from www1.ansys.com More from this publisher
15.11.2012 Views

Chapter 2: Loading Figure 2.10 Tapered Load on a Cylindrical Shell You might be tempted to use 270°, instead of -90°, for SLZER: SFGRAD,PRES,11,Y,270,1 ! Slope the pressure in the theta direction ! of C.S. 11. Specified pressure in effect ! at 270°, tapering at 1 unit per degree SF,ALL,PRES,400 ! Pressure at all selected nodes: ! 400 at -90°, 490 at 0°, 580 at +90° However, as shown on the left in Figure 2.11 (p. 38), this will result in a tapered load much different than intended. This is because the singularity is still located at 180° (the θ coordinates still range from -90° to +90°), but SLZER is not between -180° and +180°. As a result, the program will use a load value of 400 at 270°, and a slope of 1 unit per degree to calculate the applied load values of 220 at +90°, 130 at 0°, and 40 at -90°. You can avoid this behavior by following the second guideline, that is, choosing SLZER to be between ±180° when the singularity is at 180°, and between 0° and 360° when the singularity is at 0°. Figure 2.11 Violation of Guideline 2 (left) and Guideline 1 (right) 220 +90° y 11 x 310 +180° 0° 130 -90° +270° 40 400 310 +180° 220 +90° y 11 +270° 400 x 0° +360° singularity 130 490 Suppose that you change the singularity location to 0°, thereby satisfying the second guideline (270° is then between 0° and 360°). But then the θ coordinates of the nodes range from 0° to +90° for the upper half of 38 Release 13.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information of ANSYS, Inc. and its subsidiaries and affiliates.

the shell, and 270° to 360° for the lower half. The surface to be loaded crosses the singularity, a violation of Guideline 1: CSCIR,11,1 ! Change singularity to 0° SFGRAD,PRES,11,Y,270,1 ! Slope the pressure in the theta direction ! of C.S. 11. Specified pressure in effect ! at 270°, tapering at 1 unit per degree SF,ALL,PRES,400 ! Pressure at all selected nodes: ! 400 at 270°, 490 at 360°, 220 at +90° ! and 130 at 0° Again the program will use a load value of 400 at 270° and a slope of 1 unit per degree to calculate the applied load values of 400 at 270°, 490 at 360°, 220 at 90°, and 130 at 0°. Violating Guideline 1 will cause a singularity in the tapered load itself, as shown on the right in Figure 2.11 (p. 38). Due to node discretization, the actual load applied will not change as abruptly at the singularity as it is shown in the figure. Instead, the node at 0° will have the load value of, in the case shown, 130, while the next node clockwise (say, at 358°) will have a value of 488. Note The SFGRAD specification stays active for all subsequent load application commands. To remove the specification, simply issue SFGRAD without any arguments. Also, if an SFGRAD specification is active when a load step file is read, the program erases the specification before reading the file. Large deflection effects can change the node locations significantly. The SFGRAD slope and load value calculations, which are based on node locations, are not updated to account for these changes. If you need this capability, use SURF153 with face 3 loading or SURF154 with face 4 loading. 2.5.7.4. Repeating a Surface Load By default, if you repeat a surface load at the same surface, the new specification replaces the previous one. You can change this default to add (for accumulation) or ignore using one of the following: Command(s): SFCUM GUI: Main Menu> Preprocessor> Loads> Define Loads> Settings> Replace vs. Add> Surface Loads Main Menu> Solution> Define Loads> Settings> Replace vs. Add> Surface Loads Any surface load you set stays set until you issue another SFCUM command. To reset the default setting (replacement), simply issue SFCUM without any arguments. The SFSCALE command allows you to scale existing surface load values. Both SFCUM and SFSCALE act only on the selected set of elements. The Lab field allows you to choose the surface load label. 2.5.7.5. Transferring Surface Loads To transfer surface loads that have been applied to the solid model to the corresponding finite element model, use one of the following: Command(s): SFTRAN GUI: Main Menu> Preprocessor> Loads> Define Loads> Operate> Transfer to FE> Surface Loads Main Menu> Solution> Define Loads> Operate> Transfer to FE> Surface Loads To transfer all solid model boundary conditions, use the SBCTRAN command. (See DOF Constraints (p. 27) for a description of DOF constraints.) Release 13.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information of ANSYS, Inc. and its subsidiaries and affiliates. 2.5.7. Surface Loads 39

the shell, and 270° to 360° for the lower half. The surface to be loaded crosses the singularity, a violation of<br />

<strong>Guide</strong>line 1:<br />

CSCIR,11,1 ! Change singularity to 0°<br />

SFGRAD,PRES,11,Y,270,1 ! Slope the pressure in the theta direction<br />

! of C.S. 11. Specified pressure in effect<br />

! at 270°, tapering at 1 unit per degree<br />

SF,ALL,PRES,400 ! Pressure at all selected nodes:<br />

! 400 at 270°, 490 at 360°, 220 at +90°<br />

! and 130 at 0°<br />

Again the program will use a load value of 400 at 270° and a slope of 1 unit per degree to calculate the<br />

applied load values of 400 at 270°, 490 at 360°, 220 at 90°, and 130 at 0°. Violating <strong>Guide</strong>line 1 will cause a<br />

singularity in the tapered load itself, as shown on the right in Figure 2.11 (p. 38). Due to node discretization,<br />

the actual load applied will not change as abruptly at the singularity as it is shown in the figure. Instead,<br />

the node at 0° will have the load value of, in the case shown, 130, while the next node clockwise (say, at<br />

358°) will have a value of 488.<br />

Note<br />

The SFGRAD specification stays active for all subsequent load application commands. To remove<br />

the specification, simply issue SFGRAD without any arguments. Also, if an SFGRAD specification<br />

is active when a load step file is read, the program erases the specification before reading the<br />

file.<br />

Large deflection effects can change the node locations significantly. The SFGRAD slope and load value calculations,<br />

which are based on node locations, are not updated to account for these changes. If you need<br />

this capability, use SURF153 with face 3 loading or SURF154 with face 4 loading.<br />

2.5.7.4. Repeating a Surface Load<br />

By default, if you repeat a surface load at the same surface, the new specification replaces the previous one.<br />

You can change this default to add (for accumulation) or ignore using one of the following:<br />

Command(s): SFCUM<br />

GUI: Main Menu> Preprocessor> Loads> Define Loads> Settings> Replace vs. Add> Surface Loads<br />

Main Menu> Solution> Define Loads> Settings> Replace vs. Add> Surface Loads<br />

Any surface load you set stays set until you issue another SFCUM command. To reset the default setting<br />

(replacement), simply issue SFCUM without any arguments. The SFSCALE command allows you to scale<br />

existing surface load values. Both SFCUM and SFSCALE act only on the selected set of elements. The Lab<br />

field allows you to choose the surface load label.<br />

2.5.7.5. Transferring Surface Loads<br />

To transfer surface loads that have been applied to the solid model to the corresponding finite element<br />

model, use one of the following:<br />

Command(s): SFTRAN<br />

GUI: Main Menu> Preprocessor> Loads> Define Loads> Operate> Transfer to FE> Surface Loads<br />

Main Menu> Solution> Define Loads> Operate> Transfer to FE> Surface Loads<br />

To transfer all solid model boundary conditions, use the SBCTRAN command. (See DOF Constraints (p. 27)<br />

for a description of DOF constraints.)<br />

Release 13.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information<br />

of ANSYS, Inc. and its subsidiaries and affiliates.<br />

2.5.7. Surface Loads<br />

39

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!