Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ayr13001 committed Dec 14, 2017
1 parent f9b8058 commit 4957f58
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ P = 0.001 MPa
```matlab
[w] = membrane_solution3(0.006,0.001);
```

![Fig. 1](./figures/PartB.png)


## Part C
Expand All @@ -29,27 +29,29 @@ of nxn interior nodes of w.
```matlab
[w] = membrane_solution(0.006,0.001,10)
```
![Fig. 2](./figures/PartD.png)

## Part E
Function that calculates the difference in the strain energy and the work done by pressure for n-by-n elements.
```matlab
[pw_se,w] = SE_diff(T,P,n)
```


## Part F
Root-finding Method used to find tension in the Membrane, given:
- P = 0.001 MPa
- n = [20:5:40]

Error
|number of nodes | Tension (uN/um) | rel. error|
```
| number of nodes | Tension (uN/um) | rel. error |
|---|---|---|
|3 |0.059 |n/a|
|20|0.0618|4.5%|
|25|0.0616|0.3%|
|30|0.0614|0.3%|
|40|0.0611|0.3%|
```

## Part G
Pressure
Pressure v. Maximum deflection

0 comments on commit 4957f58

Please sign in to comment.