Skip to content

Commit

Permalink
Scaling fix for linear elastic Cooks membrane
Browse files Browse the repository at this point in the history
  • Loading branch information
iBatistic committed Sep 12, 2024
1 parent d51b696 commit 8dfff31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tutorials/solids/linearElasticity/cooksMembrane/0/D
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ boundaryField
right
{
type solidTraction;
traction uniform ( 0 6250 0 );
traction uniform ( 0 6.25e6 0 );
pressure uniform 0;
value uniform (0 0 0);
}
Expand Down
2 changes: 1 addition & 1 deletion tutorials/solids/linearElasticity/cooksMembrane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A finite-strain elastoplastic version of this tutorial is also available in soli

## Case Overview

Cook's membrane is a well-known bending-dominated benchmark case. The tapered panel (trapezoid) is fixed on one side and subjected to uniform shear traction on the opposite side. The prescribed shear traction is 6250 Pa. The vertices of the trapezoid (in mm) are (0, 0), (48, 44), (48, 60), and (0, 44), as shown in Figure 1. The Young's modulus is 70 Pa, and the Poisson's ratio is 1/3. Gravitation effects are neglected, and there are no body forces. The problem is solved as static, using one loading increment.
Cook's membrane is a well-known bending-dominated benchmark case. The tapered panel (trapezoid) is fixed on one side and subjected to uniform shear traction on the opposite side. The prescribed shear traction is 6.25 MPa. The vertices of the trapezoid (in mm) are (0, 0), (48, 44), (48, 60), and (0, 44), as shown in Figure 1. The Young's modulus is 70 MPa, and the Poisson's ratio is 1/3. Gravitation effects are neglected, and there are no body forces. The problem is solved as static, using one loading increment.

<div style="text-align: center;">
<img src="./images/cooksMembrane-geometry.png" alt="Image" width="400">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mechanical
{
type linearElastic;
rho rho [1 -3 0 0 0 0 0] 1;
E E [1 -1 -2 0 0 0 0] 70;
E E [1 -1 -2 0 0 0 0] 70e6;
nu nu [0 0 0 0 0 0 0] 0.3333;
}
);
Expand Down

0 comments on commit 8dfff31

Please sign in to comment.