Femap Preprocessing Turtorial

Part 3 - Preprocessing

Introduction

In previous section we started the simulation process on a machined arm component, and imported and cleaned up the CAD data. In this section, we will continue the simulation process and define materials, element properties, and boundary conditions to the model.

      

Mesh - Solid Finite Elements

With solid finite elements, the three dimensions of the elements with the material definitions implicitly define the element stiffness and mass properties. However, with two dimensional plates and one dimensional beam elements, further element properties must be defined, such as plate thicknesses and beam cross-sectional dimensions. The property hierarchy is such that the elements refer to elemental properties which in turn refer to material properties. So we have to define both element and material properties.

      femap mesh element types

Setting the Material

First, we'll create the material data (aluminum alloy in this case). Follow these step-by-step instructions:
  1. To create a material, expand model tree in FEMAPs model info pane and right click on the material object.
  2. From the context sensitive menus select New.
  3. Note that's in the defined material dialog box, you can change the material type from the default isotropic to one of the many material types supported by FEMAP.
  4. For this model we’ll select an aluminum alloy from the extensive metal alloy material database included with FEMAP.
  5. Selecting the material in the model info pane sends the material data to the entity info pane for reviewing and editing if needed.
            femap create new material

Element Properties

To create an element property, follow these steps:
  1. Right-click on the property object in the model info pane and select New.
  2. To change the property type to a solid from the default plate element type, click the element property type button in the defined property type dialog box and set the element type to solid in the element property type dialog.
  3. Select the material that we defined previously for the solid element property and supply a descriptive title to complete the property creation.
      

Loads and Constraints

Now we will define the loads and constraints which can either be applied to geometry or directly to a finite element mesh in Femap. Femap manages different boundary conditions through the use of load and constraint sets which can be combined, and for loads, can also be scaled. To create a load set, follow these steps:
  1. Right click on the loads object and select new.
  2. Enter a descriptive name for the load and click ok.
  3. Expand both the loads and the newly created load set objects.
  4. Right click load definitions and select on surface from the menu. Note that you can select through the parts to select the services that the load is to be applied to.
  5. You can select the preview button in the entity selection dialog box to highlight and check what you've selected before clicking OK.
  6. In the create loads on surface dialog box, add a title and change the load type to bearing force.
  7. Enter a value for the bearing load (which in this case is five hundred).
  8. Deselecting the normal to surface option changes the load from radial to directional.
  9. After clicking OK we'll define the direction of the bearing load.
  10. To change the vector direction from the default start and end of the vector, click the methods button and select components.
  11. In this case the base of the vector will be the center of one of the arcs on the hole at the top of the arm. Clicking the preview button will generate a temporary display of the vector, using the values in the dialog box.
  12. The components we want are .5 for dX, -.25 for dY, and -1 for dZ. By expanding the load definitions object and selecting a load, we can check that the load application is correct.
    preprocessing infemap
  13. We'll now apply a pin constrain on the holes at the bottom of the arm.
  14. Just as we did to create a load set, right click on the constraints object and select new.
  15. After entering a descriptive name for the constraint sets.
  16. Click OK to complete set creation.
  17. Expand both the constraints and the newly created constraint set objects in the tree.
  18. Right click constraint definitions and select on surface from the menu.
  19. Select the four surfaces that comprise the two holes at the bottom of the parts.
  20. In the create constraints on geometry dialogue change the type to pins before clicking OK.
  21. Selecting the constraints in the model info pane, you can highlight the geometry and check the constraint definition.
In the next section, we'll move on and mesh the geometry to create the finite element model. Then we’ll set up the analysis parameters and output requests for the next NX Nastran solver.

    • Related Articles

    • Part 6 - Automation

      In this section we'll look at using program files and APIs to accelerate repetitive tasks, or handle custom requirements in your particular workflow. Also remember that we have free webinars and tutorials on our Webinar and YouTube pages. <- Back to ...
    • Part 5 - Postprocessing

      Introduction In the previous step we meshed the geometry to create the finite element model of the machined arm component. Then set up the analysis parameters and output requests for the NX Nastran solver. In this step we'll review the results ...
    • Part 1 - Femap User Interface

      Introduction Before we begin our analysis, let's get familiar with Femap’s user interface. User Interface We’ll look at the main components of the user interface, including the maps command interface, graphics windows, and tabbed and dockable panes. ...
    • Part 2 - Geometry Preparation and Clean-up

      Overview Femap is CAD neutral and can access CAD data from just about any source. It supports all major commercial CAD programs and data formats and kept up to date with the latest CAD product versions. Furthermore, Femap’s modeling engine is based ...
    • Part 4 - Meshing and Analysis Preparation

      Introduction Welcome to the introduction to FEMAP video series. In the previous video we set up the material and element properties on the machined arm components and defined loads and boundary conditions. In this video we will continue the ...