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

Multi-Step Analysis of a Cantilever Beam

Transient Response of a Rocket

Mass Properties Calculations

Linear Bifurcation Buckling Analysis of Thin Plate

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

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

The Essence of Result Post- Processing

Linear and Nonlinear Analysis of a Cantilever Beam

Heat Transfer Analysis of a Pipe

Introduction to MSC.Patran

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

Normal Modes - Rigid Element Analysis with RBE2 and CONM2

Normal Modes - Rigid Element Analysis with RBE2 and CONM2

Rigid Element Analysis with RBAR

Post-Processing of Time-Dependent Results

Elastic Stability of a Plate

Normal Modes - Rigid Element Analysis with RBE2 and CONM2

Importing a PATRAN 2.5 Model into P3

Post Processing of Displacement Results

Finite Element Model

Post Processing of Displacement Results

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

Building the Finite Element Model of a Space Satellite

Elasto-Plastic Deformation of a Thin Plate

Projected Coordinate Systems

Modeling a Shell to a Solid Element Transition

Engine Gasket Model Instructions

Linear Static Analysis of a Simply-Supported Stiffened Plate

Importing Geometry from an IGES file

Post-Processing Modal Results of a Space Satellite

Linear Static Analysis of a Simply-Supported Truss

Views of a 3-D Clevis

Post-Processing Static Results of a Space Satellite

Importing Geometry from an IGES file

Directional Heat Loads

Building the Finite Element Model of a Space Satellite

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

Projected Coordinate Systems

Analysis of a Tension Coupon

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

Post Processing of Results

Imported Geometry Cleaning

Rigid Element Analysis with RBE2 and CONM2

Loads and Boundary Conditions on a 3-D Clevis

Modal Analysis of Interpolation Constraint Elements and Concentrated Mass

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

Linear Static Analysis for a 3-D Slideline Contact

Analysis of a Tension Coupon

Rigid Element Analysis with RBE2 and CONM2

Sliding Split Tube Telescope

Linear Static Analysis of a Spring Element (CELAS)

Nonlinear Creep Analysis

Shell-to-Solid Element Connector(RSSCON)

Finite Element Model of a 3-D Clevis

Institute of Mechatronics and Information Systems

Alternate Bar Orientations

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

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

Static and Normal Mode Analysis of a Space Satellite

Modal Analysis of a Beam (SI Units)

Composite Trimmed Surfaces

Linear Static Analysis of a Simply-Supported Truss

Temperature Dependent Material Properties

Modal Analysis of A Flat Plate using Static Reduction

2-D Slideline Contact

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

Linear Buckling Analysis of a Plate

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

Shear and Moment Reactions - Linear Static Analysis with RBE3

Interface with FE programs

ANSYS AIM Tutorial Structural Analysis of a Plate with Hole

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

Comparison of Two Heat Sink Designs

Creating Alternate Coordinate Frames

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:

Time Dependent Boundary Conditions

Steady State Radiative Boundary Conditions

Modal Transient Response Analysis

Dynamics and Vibration. Tutorial

Tutorial. Spring Foundation

Thermal Analysis Using MSC.Nastran

Construct Hybrid Microcircuit Geometry

Example Plate with a hole

CE366/ME380 Finite Elements in Applied Mechanics I Fall 2007

A pipe bend is subjected to a concentrated force as shown: y All dimensions in inches. Material is stainless steel.

Transcription:

LESSON 5 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. MSC/NASTRAN 120 Exercise Workbook- Version 70(MSC/PATRAN 7.5)

5-2 MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5)

LESSON 5 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 5-1 1 3 4 Radial Distance, r, inches Analysis Code: Element type: Element Global Edge Length: Table 5-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 MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5) 5-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 5-1. Create the finite element mesh using the information listed in Table 5-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. 5-4 MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5)

LESSON 5 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 5-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 5-1 of this exercise for the required dimensions. MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5) 5-5

When you are finished your model should look like the one shown in the figure below. 4. Create the finite element mesh using the information listed in Table 5-1. Object: Type: Finite Elements Global Edge Length 0.5 Create Mesh Surface Element Topology Quad 4 Surface List Surface 1, 2 5-6 MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5)

LESSON 5 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] MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5) 5-7

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 5-8 MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5)

LESSON 5 Spatial Variation of Physical Properties At this point, you should verify the created field by using MSC/ PATRAN s XY plot feature. Fields Select Field to Show Specify Range... Show thickness_spatial Use Existing Points OK Your plot should appear in a new window 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. MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5) 5-9

To unpost and delete the XY Plot window first click on the Unpost Current XYWindow button. XY Plot Object: Existing XY Windows Delete XYWindow XY Result Window Click on Yes when asked if you are sure you want to delete the XY result window. 7. Create the isotropic steel and aluminum material properties using the material constants shown in Table 5-1. Object: Method: Materials Material Name Input Properties... Elastic Modulus Repeat the process for aluminum.. steel 30E6 Poisson s Ratio 0.3 Create Isotropic Density 0.0007324 Cancel Materials Manual Input Object: Method: Material Name Create Isotropic Manual Input aluminum 5-10 MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5)

LESSON 5 Spatial Variation of Physical Properties Input Properties... Elastic Modulus 10E6 Poisson s Ratio 0.2 Density 0.0002588 Cancel 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 Show Properties... Show Material Stiffness... steel Show 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. Properties Dimension: Type: Property Set Name Input Properties... Material Name Thickness OK Create 2D Shell prop_1 m:steel f:thickness_spatial MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5) 5-11

Select Application Region Surface 1 Add The same process must be repeated to specify the aluminum material property for Surface 2. 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. Properties Existing Properties Display Method Group Filter Show Thickness Scalar Plot Default_group You may need to reset the range to span the actual property range. Display/Ranges... Fit Results Calculate Cancel 5-12 MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5)

LESSON 5 Spatial Variation of Physical Properties Your Viewport will appear as follows. The viewport may now be reset by clicking on the broom icon in the main window. Reset Graphics File/Quit MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5) 5-13

5-14 MSC/NASTRAN 120 Exercise Workbook - Version 70 (MSC/PATRAN 7.5)