summaryrefslogtreecommitdiff
path: root/3557/CH14/EX14.5/Ex14_5.sce
blob: 054a53c269c237dd7fb1516318849ec379be3866 (plain)
1
2
3
4
5
6
7
8
//Example 14.5//

Em=6.9*10^3;//MPa //polymeric matrix modulus
Ef=72.4*10^3;//MPa //E- glass -reinforced epoxy
vm=0.4; //volume fractions of matrix and fibers
vf=0.6; //volume fractions of matrix and fibers
Ec=vm*Em+vf*Ef
mprintf("Ec = %e MPa",Ec)