OS-T: 1500 Nonlinear Implicit Analysis of Bending of a Plate

This tutorial demonstrates nonlinear large displacement analysis in OptiStruct by simulating the bending of a plate under constant pressure.

Before you begin, copy the file(s) used in this tutorial to your working directory.

A comparison with linear analysis results is also provided to illustrate the requirement of conducting a nonlinear large displacement analysis. This tutorial considers nonlinear geometric effects (large displacements) and elastoplastic material.

For static analysis, the energy equation reduces to F=Ku, wherein you solve for the unknown displacements (u). In Nonlinear Large Displacement analysis, the stiffness (K) may be a function of material, geometry, and boundary conditions. Therefore, an incremental-iterative approach is utilized to calculate the unknown displacements.

It is possible to understand which conditions are considered in a linear analysis. First, the material behavior is considered linear during the analysis, as shown in Figure 1. Second, the geometry deformation should be small enough that the initial shape is not changed significantly enough to affect the stiffness. Finally, the boundary conditions should not vary during the analysis.


Figure 1.

The analysis considers both geometric and material nonlinearity. The geometric nonlinearity is considered because of the large displacements observed in the geometry. Besides, the resultant stress exceeds the yield stress limit, which implies that material does not conform to a linear stress-strain behavior and plastic effects begin to be observed.

The model description is as follows:

FIgure 2 illustrates the structural model used for this tutorial: a long rectangular plate which is supported at two ends and distributed load is applied on the top surface. The dimensions of the plate and material parameters can be obtained, as shown below.


Figure 2. Representation of Constraints and Pressure Load on the Plate
Units
Length: mm
Time: s
Mass: ton
Force: N
Stress: MPa
Length
1000 mm
Width
200 mm
Thickness
4.0 mm
Material
Steel, elastoplastic
Initial Density
7.86e-9 t/mm3
Young's modulus (E)
200000 MPa
Poisson coefficient
0.29
Yield stress
100.0 MPa
Tangent modulus
20000.0 MPa
Imposed pressure
0.02 MPa, applied normal to the plate
The following exercises are included in this tutorial:
  • Create plastic material and corresponding shell property
  • Set up boundary conditions and imposed load
  • Set up nonlinear and linear analysis
  • Submit job and view results

Launch HyperMesh and Set the OptiStruct User Profile

  1. Launch HyperMesh.
    The User Profile dialog opens.
  2. Select OptiStruct and click OK.
    This loads the user profile. It includes the appropriate template, macro menu, and import reader, paring down the functionality of HyperMesh to what is relevant for generating models for OptiStruct.

Import the Model

  1. Click File > Import > Solver Deck.
    An Import tab is added to your tab menu.
  2. For the File type, select OptiStruct.
  3. Select the Files icon files_panel.
    A Select OptiStruct file browser opens.
  4. Select the plate.fem file you saved to your working directory.
  5. Click Open.
  6. Click Import, then click Close to close the Import tab.

Set Up the Model

Update Material

  1. In the Model Browser, click on the material MAT1_1.
  2. Input the values, as shown below. Refer to MAT1 for more information.

    Initially, the MAT1 card image represents a linear isotropic material.

  3. Check the box next to MATS1 to define additional material properties for a bilinear material elastoplastic for nonlinear analysis.

    LIM1 is the material yield point, in this case, the yield stress.

    H is the plasticity modulus (work hardening slope) that defines the linear relation between strain and stress in the plastic region. For a bilinear material curve, it is related to the Young’s modulus by the tangent modulus ( E T MathType@MTEF@5@5@+= feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLn hiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr 4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9 vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=x fr=xb9adbaqaaeGaciGaaiaabeqaamaabaabaaGcbaGaamyramaaBa aaleaacaWGubaabeaaaaa@37C5@ ). Refer to MATS1 for more information.


    Figure 3. Young’s and Tangent Modulus in the Stress-Strain Curve and Equation that Correlates Them


    Figure 4.

Update Property

  1. In the Model Browser, click on the property PSHELL_1.
  2. Input the values, as shown below. Refer to PSHELL for more information.


    Figure 5.

Create Boundary Conditions

  1. In the Model Browser, right-click and select Create > Load Collector.
  2. For Name, enter LC_SPC.
  3. Click Color and select a color from the color palette.
  4. For Card Image, select None.
  5. From the Analysis page, select constraints, toggle create.
  6. Switch entity selector to nodes and select the nodes.


    Figure 6.
  7. Select the degrees of freedom dof1 and dof3. Deselect all others.
  8. For load types, select SPC.
  9. Click create to create the boundary constraints.
  10. Next, select the nodesfrom opposite edge.


    Figure 7.
  11. Select the degree of freedom dof3. Deselect all others. This constrains translation movement in z direction.
  12. For load types, select SPC.
  13. Click create to create the boundary constraints.
  14. Click return to go back to the main menu.

Create Uniform Pressure

  1. In the Model Browser, right-click and select Create > Load Collector.
  2. For Name, enter LC_IMPLOAD.
  3. Click Color and select a color from the color palette.
  4. For Card Image, select None.
  5. From the Analysis page, click pressures and toggle create.
  6. Switch entity selector to elems and select all elements.
  7. Click on the toggle next to magnitute= and switch pressure defintion method to constant vector.
  8. For magnitude, enter -0.02.
  9. For load types, select PLOAD as the load type.
  10. Click create > return.

Define Nonlinear Analysis Parameters

  1. In the Model Browser, right-click and select Create > Load Step Inputs.
  2. For Name, enter LC_NLPARM.
  3. For Config type, select Nonlinear Parameters.
    Default type is NLPARM.
  4. Select DT and enter 0.0 as the value.
  5. Select the CONV as UPW with an EPSUP and ESPS of 0.001, and EPSW of 1e-7, that are the default values.

    CONV flag selects the convergence criteria. In this case, UPW is a combination of displacement (U), load (P) and work (W) criteria. EPSU, EPSP and EPSW are their respective error tolerances.

  6. Input the values, as shown below. Refer to NLOUT for more information.


    Figure 8.

Create Output Parameters Control

  1. In the Model Browser, right-click and select Create > Load Step Inputs.
  2. For Name, enter LC_NLOUT.
  3. For Config type, select Output Parameters.
    Default type will be NLOUT.
  4. Check the box next to NINT and enter 10.

    This parameter sets the number of intervals shown in output for intermediate results.

  5. Input the values, as shown below. Refer to NLOUT for more information.


    Figure 9.


    Figure 10.

Define Output Control Parameters

  1. From the Analysis page, select control cards.
  2. Click GLOBAL_OUTPUT_REQUEST.
  3. For DISPLACEMENT, ELFORCE, OLOAD, STRESS, and STRAIN, set Option to Yes and click return.
  4. Click return twice to go to the main menu.

Activate Large Displacement Nonlinear Analysis

  1. From the Analysis page, select control cards.
  2. From control cards, select PARAM.
  3. Select HASHASSM and LGDISP.

    For nonlinear analysis, it is advisable to set HASHASSM card for reduction of the memory requirement and set LGDISP for activation of large displacement nonlinear static analysis.

  4. For HASHASSM, set Option to YES.
  5. For LGDISP, set to 1.
  6. Click return to go back to the main menu.

Create Nonlinear Static Analysis Subcase

In this step, a linear and nonlinear load case are created, both with the same boundary conditions and imposed load.

  1. In the Model Browser, right-click and select Create > Load Step.
  2. For Name, enter nonlinear_lgdisp.
  3. For Analysis type, select Nonlinear static.
  4. For SPC, select Unspecified > Loadcol.
  5. In the Select Loadcol dialog, select LC_SPC from the list of load collectors and click OK.
    This sets the boundary condition created above.
  6. For LOAD, select Unspecified > Loadcol.
  7. In the Select Loadcol dialog, select LC_IMPLOAD from the list of load collectors and click OK.
    This sets the imposed load created above.
  8. For NLPARM, select Unspecified > Load step inputs.
  9. In the Select Load step inputs dialog, select LC_NLPARM from the list of load step inputs and click OK.
    This sets the analysis parameters created above.
  10. For NLOUT, select Unspecified > Load step inputs.
  11. In the Select Load step inputs dialog, select LC_NLOUT from the list of load step inputs and click OK.
    This sets the output control parameters created above. The nonlinear analysis has been set.
  12. In the Model Browser, right-click and select Create > Load Step.
  13. For Name, enter linear.
  14. For Analysis type, select Linear Static.
  15. For SPC, select Unspecified > Loadcol.
  16. In the Select Loadcol dialog, select LC_SPC from the list of load collectors and click OK.
  17. For LOAD, select Unspecified > Loadcol.
  18. In the Select Loadcol dialog, select LC_IMPLOAD from the list of load collectors and click OK.
    The linear analysis has been set.

Submit the Job

  1. From the Analysis page, click the OptiStruct panel.

    OS_1000_13_17
    Figure 11. Accessing the OptiStruct Panel
  2. Click save as.
  3. In the Save As dialog, specify location to write the OptiStruct model file and enter plate for filename.
    For OptiStruct input decks, .fem is the recommended extension.
  4. Click Save.
    The input file field displays the filename and location specified in the Save As dialog.
  5. Set the export options toggle to all.
  6. Set the run options toggle to analysis.
  7. Set the memory options toggle to memory default.
  8. Click OptiStruct to launch the OptiStruct job.
If the job is successful, new results files should be in the directory where the plate.fem was written. The plate.out file is a good place to look for error messages that could help debug the input deck if any errors are present.
The default files written to the directory are:
plate.html
HTML report of the analysis, providing a summary of the problem formulation and the analysis results.
plate.out
OptiStruct output file containing specific information on the file setup, the setup of your optimization problem, estimates for the amount of RAM and disk space required for the run, information for each of the optimization iterations, and compute time information. Review this file for warnings and errors.
plate.h3d
HyperView binary results file.
plate.stat
Summary, providing CPU information for each step during analysis process.
In the output file (plate.out), it is possible to follow the convergence iterations that are calculated according to criteria parameters chosen in Define Nonlinear Analysis Parameters. Also, the maximum plastic strain is calculated for each step.


Figure 12.

View the Results

  1. Using HyperView, open the results file (plate.out) and plot the Displacement and the von Mises stress contour at 100% load (Load Factor=1.0) for subcase 1 and subcase 2.
  2. Compare the results.


    Figure 13. Displacement


    Figure 14. Stress (von Mises)


    Figure 15. Plastic Strain