{alias:redants1}
{panel}
Author: Rajesh Bhaskaran, Cornell University

{color:#ff0000}{*}Problem Specification{*}{color}
[Step 1: Pre-Analysis & Start-Up|MATLAB redAnTS TUTORIAL 1 - page 1]
[Step 2: Geometry & Mesh|MATLAB redAnTS TUTORIAL 1 - page 2]
[Step 3: Setup (Physics)|MATLAB redAnTS TUTORIAL 1 - page 3]
[Step 4: Solution|MATLAB redAnTS TUTORIAL 1 - page 4]
[Step 5: Results|MATLAB redAnTS TUTORIAL 1 - page 5]
[Step 6: Verification and Validation|MATLAB redAnTS TUTORIAL 1 - page 6]
{panel}

h2. INTRODUCTORY redAnTS TUTORIAL

This is an introductory tutorial on the _redAnTS_ finite-element analysis (FEA) toolbox that runs within MATLAB. After the toolbox is installed, it can be called from MATLAB by typing _redAnTS_ at the MATLAB prompt. Since, as FEA babies, we've got to learn to crawl before we can walk, this tutorial takes you through the steps for solving a simple problem with a known solution from elementary theory. This is handy since we can validate the FEA solution by comparing it with the corresponding theoretical result. After you have done a number of FEA solutions for basic problems and validated the results against theory or handbook values, you'll be off running and ready to tackle more complex problems that don't readily yield to paper-and-pencil calculations. (But don't throw the pencil out since it is absolutely essential to verify the computational results with back-of-the-envelope calculations. Consider this as advice from somebody who has been bitten many times in uncomfortable parts of the anatomy by easily trusting results that the computer spits out.)

Basic familiarity with MATLAB is assumed; so keep your MATLAB wits around as you indulge in this tutorial. Happy computing\!

h4. Problem Specification

The humble rectangular block shown below is under uniaxial tension. Note the dimensions of the block. The applied normal traction on faces with normals parallel to _x'_ is 75 MPa. The Young's modulus of the material is 200 GPa and the Poisson ratio is 0.3. We'll assume that plane stress conditions apply.

!rect.jpg!

We'll employ friendly _redAnTS_ to solve this problem using FEA. We'll plot various components of stress and strain for the block and compare them with theory.

h4. Solution Steps

The _FEA_ solution is divided into the following steps:

* Step 1: Pre-Analysis & Start-Up
* Step 2: Geometry & Mesh
* Step 3: Setup (Phsyics)
* Step 4: Solution
* Step 5: Results
* Step 6: Verification and Validation

Let's dive into [step 1|MATLAB redAnTS TUTORIAL 1 - page 1] without further ado.

Go to [Step 1: Pre-Analysis & Start-Up|MATLAB redAnTS TUTORIAL 1 - page 1]

[See and rate the complete Learning Module|redAnTS TUTORIAL 1]

[Go to all MATLAB Learning Modules|MATLAB Learning Modules]