|
Tip #1. Creating LINEAR Bonded or No
Separation/Sliding Contact Between Parts. The first step is to define the contact pair using surface to surface contact elements such as the 170/174 combination for 3D and the 169/172 combination for 2D. You will set the following key options: keyoption 2 to 1 (Turns off Lagrange Multiplier Method and
uses Penalty Method only) You need to set the number of equilibrium iterations to 1 so that ANSYS will treat the solution as linear. You will first need to turn off solution control and then explicitly set the number of equilibrium iterations to 1. There should be no other nonlinear effects in the model such as plasticity or large deflections. An example input file for setting the bonded always contact options and forcing a single equilibrium iteration using the Contact 174 element defined as element type 5 is provided below. solcontrol,off
Tip #2. Documenting your Model and Saving
it in the Database *dim,document,string,64,5 You can see the contents of the variable 'document' by typing:
*stat,document Tip #3 Using CONTAC174 in a Thermal Analysis Guidelines for Using the Thermal Contact Capability in the Contact 174 Elements
At this point you should turn on ANSYS beta capabilities in the GUI using the "keyw,beta,1 command". This command will make key option 1 for the contact elements available in the key option dialog box. To set key option 1 to 1 use the GUI path: Preprocessor > Element Type > Add/Edit/Delete >
Pick on
the correct element type and select ‘Options’. Then select the
DOF set UX, UY, UZ, TEMP with key option 1 in the dialog box. This is
equivalent to setting key option 1 to 1. To set these real constants use the GUI path: Preprocessor > Real Constants > Add/Edit/Delete > Select the correct real constant set to edit and select ‘Edit’, Select the correct element type and select [OK]. Then set the real constants in the dialog box.
The GUI path to do this is: Preprocessor > Element Type > Switch Element Type > Select ‘Structural to Thermal’ in the dialog box and then select [OK].
The GUI path is: General Postprocessor > Plot Results > Nodal Solution. Then select ‘Contact’ in the box on the left and ‘Heat Flux in the box on the right. Tip #4. Disabling the
Mechanical Toolbar at startup for ANSYS/Professional These are the commands to turn off the Mechanical Tool bar GUI in
ANSYS/Professional. You need to put them in the start56.ans file so
they are effective upon starting ANSYS. Tip #5. Performing ANSYS Solutions in Batch Under NT. This is detailed on another page on this site. Tip #6. Accessing the Contact Wizard with Commands or Macros. The contact wizard is part of enhanced UIDL. The command string to invoke the wizard is ~eui,'euidl::contactWizard'. This string can be typed in, or abbreviated with the *ABBR command, or put in a macro to invoke the wizard without having to go through the nested menus to start up with wizard. Tip #7. ANSYS Error Status Codes. Occasionally ANSYS solutions may fail and produce an error indicating a specific error status. To assist you in determining where the problem may lie, a brief definition of each of these error codes is presented below: 0 - normal exit Tip #8. Avoiding the POP-UP Windows when Listing Entities To avoid the pop-up window precede the list commands with a $. ( i.e. $ELIST) The primary use of the $ sign is to allow multiple commands on the same line and preventing pop-ups is one of the effects of using it. This also works for the xSUM commands as well. Tip #9.
Turning off the gradient background of the graphics window. ANSYS by default has a gradient blue background. You can turn it to black by typing in the command /color,pbak,off interactively. To turn off the blue background in the startXX.ans file, use the command /uis,pbak,off. Tip #10. Turning off the Multilegend Option. ANSYS has another legend option aside from the default multilegend option. You can access this option to act as older versions of ANSYS by putting /uis,lege,0 in the startXX.ans file located in the ANSYSXX/docu directory. This will put all the legend information on the right side of the graphics window only. Tip #11.
Figures Missing in the Online Help.
In the help system of ANSYS 6.0 sometimes none of the graphics in the
Verification Manual and Theory Manual show up, only place markers. Due to a
bug, the work around is to create a short cut to the
following file, and to put this on your desktop to access this documentation
with the graphics. D:\ProgramFiles\AnsysInc\docu\english\ansyshelp.chm Tip #12.
ANSYS Product Variables
ANSYS has a number of product variables that can be used to identify which
product is being requested or is currently licensed in the authorization
file. Select here for
the listing of these variables. Tip #13.
ANSYS Does Not Recognize New Licenses
There has been situations where, after adding a new INCREMENT line to an
existing license key, the new licenses cannot be checked out because they
have exactly the same increment variable as the previously existing
licenses. This is a bug in every version of FLEXLM. The
workaround is to set the ANSWAIT=TRUE environmental variable at the system
level. Tip #14.
Using the Proper Memory for
the Sparse Solver
Although ANSYS does use dynamic memory, there are circumstances the sparse
solver may not be able to gain the most efficient amount of memory for solving. For example,
during a solution run the following output may appear from the sparse
solver: SPARSE MATRIX DIRECT SOLVER. In this case, it pages and creates a LN32
file that is non-zero in length because the memory available is less than
the 'Optimal' memory required for solving out-of-core. When this happens,
your solution time doubles, triples, or worse. As a minimum, you should increase your Total Workspace memory (-m)
by at least 135 MB such that you have the amount of memory available for the
solver that is 'Optimal' for running out-of-core.
It is currently planned for ANSYS 7.0 to automatically obtain at least the
Optimal amount of memory for solving out-of-core if it is available. In an ideal situation, if you could
increase your -m by 385 such that the entire model could be solved 'in-core'
your model will also run that much faster as less disk I/O will occur (no
LN09 file will be created which can be large for most models).
For most problems, it is not possible to obtain the memory to solve entirely
'in-core' so making sure you have at least the optimal memory allocated is
the next best thing. Tip #15.
Printing from Batch Mode
Below is a small input
file which can be used as a template for printing while running in batch.
One of the keys will be getting the device name correct for the Windows
Print command. For the input file below, the device name is
\\jaguar\downstairs, where 'jaguar' is the name of the server and
'downstairs' is the name of the printer. This file also requires that a
printer which can handle postscript is in use.
resume Tip #16.
Invoking the pre-ANSYS6.1 GUI
The older ANSYS Graphical User Interface can be used instead of the newer,
Tcl interface by placing the command /mstart,util,on in your
startXX.ans file. Also please note that with starting with ANSYS 7.1, the
startXX.ans file is located in the apdl directory of the ANSYS install
location and not the docu directory. Copyright 2004. DRD Technology Corporation. |