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 By default, the ANSYS program extrapolates nodal results that you review in the postprocessor from integration point values for all elements except those with active material nonlinearities (for instance, nonzero plastic strains). By issuing ERESX,NO, you can turn off the extrapolation and instead copy integration point values to the nodes, making those values available in the postprocessor. Another option, ERESX,YES, forces extrapolation for all elements, whether or not they have active material nonlinearities. 2.6.5. Setting Biot-Savart Options These are options used in a magnetic field analysis. The two commands in this category are as follows: Table 2.17 Biot-Savart Commands Command GUI Menu Paths Purpose BIOT Main Menu> Preprocessor> Loads> Load Step Opts> Calculates the magnetic Magnetics> Options Only> Biot-Savart source field intensity due Main Menu> Solution> Load Step Opts> Magnetics> to a selected set of cur- Options Only> Biot-Savart rent sources. EMSYM Main Menu> Preprocessor> Loads> Load Step Opts> Magnetics> Options Only> Copy Sources Main Menu> Solution> Load Step Opts> Magnetics> Options Only> Copy Sources Duplicates current sources that exhibit circular symmetry. The Low-Frequency Electromagnetic Analysis Guide explains the use of these commands where appropriate. 2.6.6. Setting Spectrum Options There are many commands in this category, all meant to specify response spectrum data and power spectral density (PSD) data. You use these commands in spectrum analyses, as described in the Structural Analysis Guide. 2.7. Creating Multiple Load Step Files All loads and load step options put together form a load step, for which the program can calculate the solution. If you have multiple load steps, you can store the data for each load step on a file, called the load step file, and read it in later for solution. The LSWRITE command writes the load step file (one file per load step, identified as Jobname.S01, Jobname.S02, Jobname.S03, etc.). Use one of these methods: Command(s): LSWRITE GUI: Main Menu> Preprocessor> Loads> Load Step Opts> Write LS File Main Menu> Solution> Load Step Opts> Write LS File If you are using the Solution Controls dialog box to set your analysis and load step options, you define each load step using the Basic tab. (You can use the Solution Controls dialog box for static and full transient analyses only. For details, see Solution (p. 97).) After all load step files are written, you can use one action command to read in the files sequentially and obtain the solution for each load step (see Solution (p. 97)). The sample set of commands shown below defines multiple load steps: /SOLU ! Enter SOLUTION 0 62 Release 13.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information of ANSYS, Inc. and its subsidiaries and affiliates.

! Load Step 1: D, ... ! Loads SF, ... ... NSUBST, ... ! Load step options KBC, ... OUTRES, ... OUTPR, ... ... LSWRITE ! Writes load step file: Jobname.S01 ! Load Step 2: D, ... ! Loads SF, ... ... NSUBST, ... ! Load step options KBC, ... OUTRES, ... OUTPR, ... ... LSWRITE ! Writes load step file: Jobname.S02 0 See the Command Reference for descriptions of the NSUBST, KBC, OUTRES, OUTPR, and LSWRITE commands. Some notes about the load step file: • The load step data are written to the file in terms of ANSYS commands. • The LSWRITE command does not capture changes to real constants (R), material properties (MP), couplings (CP), or constraint equations (CE). • The LSWRITE command automatically transfers solid-model loads to the finite element model, so all loads are written in the form of finite-element load commands. In particular, surface loads are always written in terms of SFE (or SFBEAM) commands, regardless of how they were applied. • To modify data on load step file number n, issue the command LSREAD,n to read in the file, make the desired changes, and then issue LSWRITE,n (which will overwrite the old file n). You can also directly edit the load step file using your system editor, but this is generally not recommended. The GUI equivalents of the LSREAD command are: Command(s): LSREAD GUI: Main Menu> Preprocessor> Loads> Load Step Opts> Read LS File Main Menu> Solution> Load Step Opts> Read LS File • The LSDELE command allows you to delete load step files from within the ANSYS program. The GUI equivalents of LSDELE are: Command(s): LSDELE GUI: Main Menu> Preprocessor> Loads> Define Loads> Operate> Delete LS Files Main Menu> Solution> Define Loads> Operate> Delete LS Files • Another useful load step related command is LSCLEAR, which allows you to delete all loads and reset all load step options to their defaults. You can use it, for example, to "clean up" the load step data before reading in a load step file for modifications. GUI equivalents for LSCLEAR are: Command(s): LSCLEAR GUI: Main Menu> Preprocessor> Loads> Define Loads> Delete> All Load Data> data type Main Menu> Preprocessor> Loads> Reset Options Main Menu> Preprocessor> Loads> Define Loads> Settings> Replace vs Add Main Menu> Solution> Reset Options Release 13.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information of ANSYS, Inc. and its subsidiaries and affiliates. 2.7. Creating Multiple Load Step Files 63

Chapter 2: Loading<br />

By default, the ANSYS program extrapolates nodal results that you review in the postprocessor from integration<br />

point values for all elements except those with active material nonlinearities (for instance, nonzero<br />

plastic strains). By issuing ERESX,NO, you can turn off the extrapolation and instead copy integration point<br />

values to the nodes, making those values available in the postprocessor. Another option, ERESX,YES, forces<br />

extrapolation for all elements, whether or not they have active material nonlinearities.<br />

2.6.5. Setting Biot-Savart Options<br />

These are options used in a magnetic field analysis. The two commands in this category are as follows:<br />

Table 2.17 Biot-Savart Commands<br />

Command<br />

GUI Menu Paths<br />

Purpose<br />

BIOT Main Menu> Preprocessor> Loads> Load Step Opts> Calculates the magnetic<br />

Magnetics> Options Only> Biot-Savart<br />

source field intensity due<br />

Main Menu> Solution> Load Step Opts> Magnetics> to a selected set of cur-<br />

Options Only> Biot-Savart<br />

rent sources.<br />

EMSYM Main Menu> Preprocessor> Loads> Load Step Opts><br />

Magnetics> Options Only> Copy Sources<br />

Main Menu> Solution> Load Step Opts> Magnetics><br />

Options Only> Copy Sources<br />

Duplicates current sources<br />

that exhibit circular symmetry.<br />

The Low-Frequency Electromagnetic <strong>Analysis</strong> <strong>Guide</strong> explains the use of these commands where appropriate.<br />

2.6.6. Setting Spectrum Options<br />

There are many commands in this category, all meant to specify response spectrum data and power spectral<br />

density (PSD) data. You use these commands in spectrum analyses, as described in the Structural <strong>Analysis</strong><br />

<strong>Guide</strong>.<br />

2.7. Creating Multiple Load Step Files<br />

All loads and load step options put together form a load step, for which the program can calculate the<br />

solution. If you have multiple load steps, you can store the data for each load step on a file, called the load<br />

step file, and read it in later for solution.<br />

The LSWRITE command writes the load step file (one file per load step, identified as Jobname.S01, Jobname.S02,<br />

Jobname.S03, etc.). Use one of these methods:<br />

Command(s): LSWRITE<br />

GUI: Main Menu> Preprocessor> Loads> Load Step Opts> Write LS File<br />

Main Menu> Solution> Load Step Opts> Write LS File<br />

If you are using the Solution Controls dialog box to set your analysis and load step options, you define each<br />

load step using the <strong>Basic</strong> tab. (You can use the Solution Controls dialog box for static and full transient<br />

analyses only. For details, see Solution (p. 97).)<br />

After all load step files are written, you can use one action command to read in the files sequentially and<br />

obtain the solution for each load step (see Solution (p. 97)).<br />

The sample set of commands shown below defines multiple load steps:<br />

/SOLU ! Enter SOLUTION<br />

0<br />

62<br />

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

of ANSYS, Inc. and its subsidiaries and affiliates.

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

Saved successfully!

Ooh no, something went wrong!