Spatial Variation of Physical Properties

Similar documents
Spatial Variation of Physical Properties

Stiffened Plate With Pressure Loading

Using Groups and Lists

Verification and Property Assignment

Cylinder with T-Beam Stiffeners

Helical Spring. Supplementary Exercise - 6. Objective: Develop model of a helical spring

Transient Response of a Rocket

Multi-Step Analysis of a Cantilever Beam

Mass Properties Calculations

Load Lug Model EXERCISE 6. Objective: Write a function to apply the loads and element properties to the finite element mesh of the lug.

Linear Bifurcation Buckling Analysis of Thin Plate

Post Processing of Stress Results With Results

Post Processing of Stress Results

Materials, Load Cases and LBC Assignment

Post-Buckling Analysis of a Thin Plate

Linear and Nonlinear Analysis of a Cantilever Beam

The Essence of Result Post- Processing

Heat Transfer Analysis of a Pipe

Merging Databases LESSON 2. Objectives: Construct two databases which have distinct similarities and differences.

Introduction to MSC.Patran

Normal Modes - Rigid Element Analysis with RBE2 and CONM2

Normal Modes - Rigid Element Analysis with RBE2 and CONM2

Post-Processing of Time-Dependent Results

Importing a PATRAN 2.5 Model into P3

Finite Element Model

Rigid Element Analysis with RBAR

Elastic Stability of a Plate

Normal Modes - Rigid Element Analysis with RBE2 and CONM2

Post Processing of Displacement Results

Post Processing of Displacement Results

Projected Coordinate Systems

Building the Finite Element Model of a Space Satellite

APPENDIX B. PBEAML Exercise. MSC.Nastran 105 Exercise Workbook B-1

Elasto-Plastic Deformation of a Thin Plate

Modeling a Shell to a Solid Element Transition

Linear Static Analysis of a Simply-Supported Stiffened Plate

Engine Gasket Model Instructions

Importing Geometry from an IGES file

Post-Processing Modal Results of a Space Satellite

Views of a 3-D Clevis

Post-Processing Static Results of a Space Satellite

Projected Coordinate Systems

Importing Geometry from an IGES file

Linear Static Analysis of a Simply-Supported Truss

Directional Heat Loads

Loads and Boundary Conditions on a 3-D Clevis

Building the Finite Element Model of a Space Satellite

Post Processing of Results

Imported Geometry Cleaning

Sliding Block LESSON 26. Objectives: Demonstrate the use of Contact LBCs in a simple exercise.

Analysis of a Tension Coupon

Load Analysis of a Beam (using a point force and moment)

Normal Modes Analysis of a Simply-Supported Stiffened Plate

Modal Analysis of a Flat Plate

EXERCISE 4. Create Lug Geometry. Objective: Write a function to create the geometry of the lug. PATRAN 304 Exercise Workbook 4-1

Rigid Element Analysis with RBE2 and CONM2

Composite Trimmed Surfaces

Modal Analysis of Interpolation Constraint Elements and Concentrated Mass

Linear Static Analysis for a 3-D Slideline Contact

Analysis of a Tension Coupon

Sliding Split Tube Telescope

Finite Element Model of a 3-D Clevis

Rigid Element Analysis with RBE2 and CONM2

Nonlinear Creep Analysis

Institute of Mechatronics and Information Systems

Linear Static Analysis of a Spring Element (CELAS)

Getting Started LESSON 1. Objectives: In this exercise you will perform the following tasks. Access MSC PATRAN and run a Session File.

Shell-to-Solid Element Connector(RSSCON)

Nonlinear Creep Analysis

Geometric Linear Analysis of a Cantilever Beam

Static and Normal Mode Analysis of a Space Satellite

Transient and Modal Animation

MSC/PATRAN LAMINATE MODELER COURSE PAT 325 Workbook

Alternate Bar Orientations

Static and Normal Mode Analysis of a Space Satellite

2-D Slideline Contact

Temperature Dependent Material Properties

Modal Analysis of A Flat Plate using Static Reduction

Linear Static Analysis of a Simply-Supported Truss

Finite Element Course ANSYS Mechanical Tutorial Tutorial 4 Plate With a Hole

Modal Analysis of a Beam (SI Units)

Interface with FE programs

Linear Buckling Analysis of a Plate

ANSYS AIM Tutorial Structural Analysis of a Plate with Hole

Comparison of Two Heat Sink Designs

A plate with a hole is subjected to tension as shown: z p = 25.0 N/mm 2

Restarting a Linear Static Analysis of a Simply- Supported Stiffened Plate

Time Dependent Boundary Conditions

Steady State Radiative Boundary Conditions

Shear and Moment Reactions - Linear Static Analysis with RBE3

Creating Alternate Coordinate Frames

Modal Transient Response Analysis

Dynamics and Vibration. Tutorial

Tutorial. Spring Foundation

WORKSHOP 33 A1 A2 A1. Subcase 1 4 Subcase 2 X: -16,000 lbs. X: 16,000 lbs Y: -12,000 lbs. Y: -12,000 lbs. Objectives:

Thermal Analysis Using MSC.Nastran

Construct Hybrid Microcircuit Geometry

Example Plate with a hole

CE366/ME380 Finite Elements in Applied Mechanics I Fall 2007

SETTLEMENT OF A CIRCULAR FOOTING ON SAND

Transcription:

LESSON 13 Spatial Variation of Physical Properties Aluminum Steel 45 Radius 1 Radius 3 Radius 4 Objective: To model the variation of physical properties as a function of spatial coordinates. PATRAN301ExericseWorkbook-Release7.5 13-1

13-2 PATRAN 301 Exericse Workbook - Release 7.5

LESSON 13 Spatial Variation of Physical Properties Model Description: In this exercise you will create a portion of a circular plate which has a hole at its center. Due to the model s symmetry only a 45 slice of the plate will be modeled. You will also create spatially varying material and physical properties. surface 2 Aluminum 45 surface 1 Steel y z x 1.0 2.0 1.0 Thickness, inches 0.20 0.10 Figure 13-1 1 3 4 Radial Distance, r, inches Analysis Code: Element type: Element Global Edge Length: Table 13-1 MSC/NASTRAN Quad4 0.5 Material Constant Description Steel Aluminum Modulus of Elasticity, E (psi) Poisson s Ratio, ν Density, ρ (lb-sec2/in4) 30E6 0.30 0.0007324 10Ε6 0.20 0.0002588 PATRAN 301 Exericse Workbook - Release 7.5 13-3

Suggested Exercise Steps: Create a new database named circular_plate.db. Change the Tolerance to Default and the Analysis Code to MSC/NASTRAN. Create the geometry that represents the 45 slice of the circular plate shown in Figure 13-1. Create the finite element mesh using the information listed in Table 13-1. Create a cylindrical coordinate frame whose origin is located at [0,0,0] and whose R-, T-, Z-axis are aligned with the X-, Y-, Z-axes respectively of the global coordinate system. Using the cylindrical coordinate frame, define a spatially varying field named thickness_spatial, that represents the model s thickness. Verify the field by displaying an XY-plot. Create the Isotropic Steel and Aluminum material properties using the material constants shown in Table 13-1. Inspect the constitutive (stiffness) matrices, C ijkl, of each material type. Create the model s element properties assigning the material type and element thickness to the correct region of the model. Use the names prop_1 and prop_2 for your element property definitions. Verify that the spatial variation of the element thickness has been assigned correctly to your model by rendering a scalar plot of the thickness. 13-4 PATRAN 301 Exericse Workbook - Release 7.5

LESSON 13 Spatial Variation of Physical Properties Exercise Procedure: 1. Create a New Database and name it circular_plate.db. File/New Database... New Database Name OK circular_plate 2. Change the Tolerance to Default and the Analysis Code to MSC/NASTRAN in the New Model Preferences form. Verify that the Analysis Type is Structural. New Model Preference Tolerance Analysis Code: Analysis Type OK Default MSC/NASTRAN Structural 3. Create the geometry that represents the 45 slice of the circular plate shown in Figure 13-1. Create the 45 degree slice of the circular plate by creating two adjacent surfaces that lie in the global xy-plane. The two surfaces meet along the material boundary. See Figure 13-1 of this exercise for the required dimensions. Create the Circular Plate model PATRAN 301 Exericse Workbook - Release 7.5 13-5

Mesh the Model When you are finished your model should look like the one shown in the figure below. Mesh the Model 4. Create the finite element mesh using the information listed in Table 13-1. Object: Type: Finite Elements Global Edge Length 0.5 Create Mesh Surface Element Topology Quad 4 Surface List Surface 1, 2 13-6 PATRAN 301 Exericse Workbook - Release 7.5

LESSON 13 Spatial Variation of Physical Properties Your model should appear like the one shown below. 5. Create a cylindrical coordinate frame whose origin is located at [0,0,0] and whose R-, T-, Z-axis are aligned with the X-, Y-, Z-axes respectively of the global coordinate system. Object: Method: Type: Geometry Create Coord 3Point Cylindrical Origin [0, 0, 0] Point on Axis 3 [0, 0, 1] Point on the Plane 1-3 [1, 0, 0] Create a Cylindrical Coordinate Frame PATRAN 301 Exericse Workbook - Release 7.5 13-7

Create a Tabular Spatial Scalar Field Create a Tabular Spatial Scalar Field 6. Using the cylindrical coordinate frame, define a spatially varying field named thickness_spatial, that represents the model s thickness. Verify the field by displaying an XY-plot. In MSC/PATRAN, the Physical property spatial variations are specified using spatial fields. In this exercise, you will create a tabular spatial scalar field to describe the variation of the plate s thickness as a function of the radial distance. Object: Fields Method: Field Name Create Spatial Coordinate System Coord 1 Active Independent Variable Input Data... Tabular Input thickness_spatial Enter the following three sets of points: R=1.0, Value=0.20; R=3.0, Value=0.10; R=4.0, Value=0.10. To do this, click on the cell you wish to edit, the cursor will appear in the Input Scalar databox. Enter the data, and press <Return>. Your table should look like this. R OK 13-8 PATRAN 301 Exericse Workbook - Release 7.5

LESSON 13 Spatial Variation of Physical Properties At this point, you should verify the created field by using MSC/ PATRAN s XY plot feature. Select Field to Show Specify Range... Show thickness_spatial Verify the Created Field Use Existing Points OK Your plot should appear like the one shown below. Later you will learn how to change the titles, colors, line styles, tick marks, and other attributes of the graph. PATRAN 301 Exericse Workbook - Release 7.5 13-9

Unpost the XY Plot Window Unpost the XY Plot Window To unpost and delete the XY Plot window first click on the Unpost Current XYWindow button. Object: XY Plot Existing XY Windows Delete XY Window XY Result Window Click on Yes when asked if you are sure you want to delete the XY result window. Specify the Material Constants for Aluminum and Steel 7. Create the isotropic steel and aluminum material properties using the material constants shown in Table 13-1. Object: Method: Materials Material Name Input Properties... Elastic Modulus steel 30E6 Poisson s Ratio 0.3 Create Isotropic Density 0.0007324 Cancel Manual Input Repeat the process for aluminum. Verify the Material Constants 8. Inspect the constitutive (stiffness) matrices, C ijkl, of each material type. To verify the material constants you have entered, select Show from the Action option menu on the Materials form. Material Name steel Show 13-10 PATRAN 301 Exericse Workbook - Release 7.5

LESSON 13 Spatial Variation of Physical Properties Show Properties... Show Material Stiffness... To view the component in any cell of the matrix, simply click on that cell. For example, click on the upper left cell. 9. Create the model s element properties assigning the material type and element thickness to the correct region of the model. Use the names prop_1 and prop_2 for your element property definitions. Specify the Physical Properties Properties Dimension: Type: Property Set Name Input Properties... Material Name Thickness OK Create The same process must be repeated to specify the aluminum material property for Surface 2. 2D Shell prop_1 m:steel f:thickness_spatial Select Application Region Surface 1 Add 10. Verify that the spatial variation of the element thickness has been assigned correctly to your model by rendering a scalar plot of the thickness. In this final step you will create an element fill plot of the specified thickness of the plate elements. Create an Element Fill Plot Existing Properties Display Method Show Thickness Scalar Plot PATRAN 301 Exericse Workbook - Release 7.5 13-11

Create an Element Fill Plot Group Filter Default_group You may need to reset the range to span the actual property range. Display/Ranges... Fit Results Calculate Cancel Your Viewport will appear as follows. The viewport may now be reset by clicking on the broom icon in the main window. File/Quit 13-12 PATRAN 301 Exericse Workbook - Release 7.5