Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Panel

Problem Specification
1. Create input file
2. Modify and read input file

Step 2: Modify and read input file

Modify Input File

We need to change the number of stiffeners in the x-direction. In the input file, look for the line where the value of NSX is specified. Set NSX=3 as shown below and save the input file.


 

Read Input File

Create a folder called shell2 at a convenient location. Start ANSYS:

...

Enter the location of the folder shell2 that you just created as your Working directory by browsing to it.

Enter shell2 as your Initial jobname. Click on Run.

Resize the ANSYS windows as shown in this snapshot so that you can read instructions in your browser window and implement them in ANSYS.

...

Utility Menu > PlotCtrls > Symbols

Symbols menu: For Boundary condition symbol, select All Applied BCs. For Surface Load Symbols, select Pressures and under Show pres and convect as, select Arrows. Click OK.

 

We see that the symmetry and clamped BC's haven't been applied at the correct locations. The pressure has been applied only over part of the facesheet. We'll fix these mistakes below.

Fix Geometry

Recall that originally we made two copies of subsection ABCD. Now we are making three copies of ABCD. However, the input file still insists on making only two copies; this is inherited from the original case. Let's dig a little further into this mystery and see how we can solve it.

When we made the copies in the y-direction, we selected the components to copy using "Pick All" in the pick menu. Go to near the end of your input file and find the corresponding statement:

...

Save the input file. This will fix the problem with the geometry.

Fix BC's

Recall that, while applying the BC's, we selected the approporiate subset of components and applied the BC's to the selected components using "Pick All" in the pick menu. As above, "Pick All" mangles the selection when we change the number of components. We can again fix this by using "ALL" instead of "Pick All" in the BC commands.

...

SFA,ALL,1,PRES,0.05

Save the input file.

Re-read Input File

Main Menu > File > Clear & Start New > OK

...

Utility Menu > PlotCtrls > Symbols

Symbols menu: For Boundary condition symbol, select All Applied BCs. For Surface Load Symbols, select Pressures and under Show pres and convect as, select Arrows. Click OK.

Zoom into the sides of the structure and carefully check the BC's.

 

Now repeat steps 7-9 in the original tutorial and compare the results for NSX=2 and 3.

A tip from a battle-hardened user: you have to be careful about recycling the log file when the topology of the geometry changes. For instance, if you change H2 and H3 such that the y-stiffeners become wider than the x-stiffeners, the topology changes significantly. In this case, unless you are a power user, it might be advisable to use the log file only for steps 1-3 (as you look through the log file, you should be able to hone in on where step 3 ends and step 4 begins).Then, go through steps 4-6 in the GUI and generate clean new lgw/input files.

Save: Toolbar > SAVE_DB

See and rate the complete Learning Module

Go to all ANSYS Learning Modules