SlideShare a Scribd company logo
1 of 3
Download to read offline
Fourth Year Composite
materials
Report: Project (1) Advance
Report No: 5 Date: 15/4/2013
Submitted to: Dr. Mohammad Tawfik
Name
 Mohammad Tawfik Eraky
‫عراقي‬ ‫أحمد‬ ‫توفيق‬ ‫محمد‬
2013/2014
The project is MATLAB code that calculate all the properties of composite
materials so the input GF, , 𝑬 𝒎 , 𝑬 𝒇 ,𝝂 𝒎 ,𝝂 𝒇 , 𝜶 𝒇, 𝜶 𝒎
𝑬 𝟏, 𝑬 𝟐 , 𝑮 𝟏𝟐 , 𝝂 𝟏𝟐, G23, 𝜶 𝟏 , 𝜶 𝟐
MATLAB code
clc;clear all;close all;
%given the following properities
e_f=55; % modlus of elasticty of Fibers [input in GPa]
e_m= 3.4 ; % Modlus of elasticty of matrix [input in GPa]
v_m= 0.22; % Representative volume of the matrix [input]
v_f=0.78; % Reprenstative volume of the fibers [input]
alpha_m= 60/1000000; % Thermal coefficient of the matrix [input/c]
alpha_f=5.4/1000000 ; % Thermal coeffient of the fibers [input/c]
new_m=0.38;
new_f=0.22;
g_m=e_m/(2*(1+new_m)); % modlus of regidity of the matrix
[input in Gpa]
g_f= e_f/(2*(1+new_f)); % modlus of regidity of the
fibers[input in Gpa]
%outputs
e_1=v_m*e_m+v_f*e_f; %
Modlus of elastisity in fiber direction
e_2=(e_m*e_f)/(v_f*e_m+v_m*e_f); %
modlus of elasticty in direction transverse to the fibers
alpha_1=(v_f*e_f*alpha_f+v_m*e_m*alpha_m)/(v_f*e_f+v_m*e_m); %
thermal coeffiecient in direction 1
alpha_2=alpha_f*v_f+alpha_m*v_m ; %
thermal coeffient in direction 2
new_12=new_f*v_f+new_m*v_m ;
new_21=(e_2*new_12)/e_1; %
inplane shear modlus
g12=(g_m*g_f)/(v_m*g_f+v_f*g_m);
eta_23=(3-4*v_m+(g_m/g_f))/(4*(1-v_m));
g_23=g_m*((v_f+eta_23*(1-v_f))/(eta_23*(1-v_f)+(v_f*g_m/g_f)));
%display outputs
display(e_1);
display(e_2);
display(alpha_1);
display(alpha_2);
display(g12);
display(new_12);
display(new_21);
display(g_23);
The code is tested on many problems in homework 4
Pb 4.5
Compute, 𝑬 𝟏, 𝑬 𝟐 , 𝑮 𝟏𝟐 and , 𝝂 𝟏𝟐 given that EF=230Gpa, Em =EF/50,
GF=EF/2.5, GM=EM/2.6, 𝝂 𝒇 = 𝟎. 𝟐𝟓 , 𝝂 𝒎 = 𝟎. 𝟑, and Vf = 40%.the fibers
have circular cross section .Assume there is no voids
Solution
Using MATLAB code project (1)
We get the following results
𝑬 𝟏 = 𝟗𝟒. 𝟕𝟔 𝐆𝐩𝐚
𝑬 𝟐 = 𝟕. 𝟓𝟔𝟓𝟖 𝐆𝐩𝐚
𝑮 𝟏𝟐 = 𝟐. 𝟗𝟏𝟏𝟒 𝑮𝒑𝒂
𝝂 𝟏𝟐 = 𝟎. 𝟐𝟖

More Related Content

What's hot

Graph-to-Graph Transformer for Transition-based Dependency Parsing
Graph-to-Graph Transformer for Transition-based Dependency ParsingGraph-to-Graph Transformer for Transition-based Dependency Parsing
Graph-to-Graph Transformer for Transition-based Dependency ParsingAlireza Mohammadshahi
 
Direct Acyclic Graph (DAG)
Direct Acyclic Graph (DAG)Direct Acyclic Graph (DAG)
Direct Acyclic Graph (DAG)RubyyatAbir
 
multi threaded and distributed algorithms
multi threaded and distributed algorithms multi threaded and distributed algorithms
multi threaded and distributed algorithms Dr Shashikant Athawale
 
Effective Java - Always override toString() method
Effective Java - Always override toString() methodEffective Java - Always override toString() method
Effective Java - Always override toString() methodFerdous Mahmud Shaon
 
The Erlang Programming Language
The Erlang Programming LanguageThe Erlang Programming Language
The Erlang Programming LanguageDennis Byrne
 
Parallel computing homework help
Parallel computing homework helpParallel computing homework help
Parallel computing homework helpAssignmentpedia
 
Code Optimization
Code OptimizationCode Optimization
Code OptimizationESUG
 
Testing the Numerical Precisions Required to Execute Real World Programs
Testing the Numerical Precisions Required to Execute Real World Programs Testing the Numerical Precisions Required to Execute Real World Programs
Testing the Numerical Precisions Required to Execute Real World Programs ijseajournal
 
Csc1100 exercise5-convert algotocodes
Csc1100 exercise5-convert algotocodesCsc1100 exercise5-convert algotocodes
Csc1100 exercise5-convert algotocodesIIUM
 
Code tuning techniques
Code tuning techniquesCode tuning techniques
Code tuning techniquesAsha Sari
 
Optimized Reversible Vedic Multipliers for High Speed Low Power Operations
Optimized Reversible Vedic Multipliers for High Speed Low Power OperationsOptimized Reversible Vedic Multipliers for High Speed Low Power Operations
Optimized Reversible Vedic Multipliers for High Speed Low Power Operationsijsrd.com
 
Improved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reductionImproved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reductionjournalBEEI
 
Algorithm basics
Algorithm basicsAlgorithm basics
Algorithm basicsKuppusamy P
 
Code Tuning
Code TuningCode Tuning
Code Tuningbgtraghu
 
Mathematical Analysis of Non-Recursive Algorithm.
Mathematical Analysis of Non-Recursive Algorithm.Mathematical Analysis of Non-Recursive Algorithm.
Mathematical Analysis of Non-Recursive Algorithm.mohanrathod18
 
Algorithm Analyzing
Algorithm AnalyzingAlgorithm Analyzing
Algorithm AnalyzingHaluan Irsad
 
Design of High speed Low Power Reversible Vedic multiplier and Reversible Div...
Design of High speed Low Power Reversible Vedic multiplier and Reversible Div...Design of High speed Low Power Reversible Vedic multiplier and Reversible Div...
Design of High speed Low Power Reversible Vedic multiplier and Reversible Div...IJERA Editor
 
Introduction of calculus in programming
Introduction of calculus in programmingIntroduction of calculus in programming
Introduction of calculus in programmingAfaq Siddiqui
 
Gomory's cutting plane method
Gomory's cutting plane methodGomory's cutting plane method
Gomory's cutting plane methodRajesh Piryani
 

What's hot (20)

Graph-to-Graph Transformer for Transition-based Dependency Parsing
Graph-to-Graph Transformer for Transition-based Dependency ParsingGraph-to-Graph Transformer for Transition-based Dependency Parsing
Graph-to-Graph Transformer for Transition-based Dependency Parsing
 
Discrete Math Lab Cheminformatics Joint Project
Discrete Math Lab Cheminformatics Joint ProjectDiscrete Math Lab Cheminformatics Joint Project
Discrete Math Lab Cheminformatics Joint Project
 
Direct Acyclic Graph (DAG)
Direct Acyclic Graph (DAG)Direct Acyclic Graph (DAG)
Direct Acyclic Graph (DAG)
 
multi threaded and distributed algorithms
multi threaded and distributed algorithms multi threaded and distributed algorithms
multi threaded and distributed algorithms
 
Effective Java - Always override toString() method
Effective Java - Always override toString() methodEffective Java - Always override toString() method
Effective Java - Always override toString() method
 
The Erlang Programming Language
The Erlang Programming LanguageThe Erlang Programming Language
The Erlang Programming Language
 
Parallel computing homework help
Parallel computing homework helpParallel computing homework help
Parallel computing homework help
 
Code Optimization
Code OptimizationCode Optimization
Code Optimization
 
Testing the Numerical Precisions Required to Execute Real World Programs
Testing the Numerical Precisions Required to Execute Real World Programs Testing the Numerical Precisions Required to Execute Real World Programs
Testing the Numerical Precisions Required to Execute Real World Programs
 
Csc1100 exercise5-convert algotocodes
Csc1100 exercise5-convert algotocodesCsc1100 exercise5-convert algotocodes
Csc1100 exercise5-convert algotocodes
 
Code tuning techniques
Code tuning techniquesCode tuning techniques
Code tuning techniques
 
Optimized Reversible Vedic Multipliers for High Speed Low Power Operations
Optimized Reversible Vedic Multipliers for High Speed Low Power OperationsOptimized Reversible Vedic Multipliers for High Speed Low Power Operations
Optimized Reversible Vedic Multipliers for High Speed Low Power Operations
 
Improved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reductionImproved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reduction
 
Algorithm basics
Algorithm basicsAlgorithm basics
Algorithm basics
 
Code Tuning
Code TuningCode Tuning
Code Tuning
 
Mathematical Analysis of Non-Recursive Algorithm.
Mathematical Analysis of Non-Recursive Algorithm.Mathematical Analysis of Non-Recursive Algorithm.
Mathematical Analysis of Non-Recursive Algorithm.
 
Algorithm Analyzing
Algorithm AnalyzingAlgorithm Analyzing
Algorithm Analyzing
 
Design of High speed Low Power Reversible Vedic multiplier and Reversible Div...
Design of High speed Low Power Reversible Vedic multiplier and Reversible Div...Design of High speed Low Power Reversible Vedic multiplier and Reversible Div...
Design of High speed Low Power Reversible Vedic multiplier and Reversible Div...
 
Introduction of calculus in programming
Introduction of calculus in programmingIntroduction of calculus in programming
Introduction of calculus in programming
 
Gomory's cutting plane method
Gomory's cutting plane methodGomory's cutting plane method
Gomory's cutting plane method
 

Viewers also liked (11)

Web 2.0 expo
Web 2.0 expoWeb 2.0 expo
Web 2.0 expo
 
Web 2.0
Web 2.0 Web 2.0
Web 2.0
 
Project 1
Project 1Project 1
Project 1
 
Hw5
Hw5Hw5
Hw5
 
Hw3
Hw3Hw3
Hw3
 
Menu
MenuMenu
Menu
 
Homework1
Homework1Homework1
Homework1
 
Woman To Woman
Woman To WomanWoman To Woman
Woman To Woman
 
Project final report pdf
Project final report pdfProject final report pdf
Project final report pdf
 
homework 4
homework 4 homework 4
homework 4
 
Project final report pdf
Project final report pdfProject final report pdf
Project final report pdf
 

Similar to Project 1 Advance

Efficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum CostEfficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum CostIJERA Editor
 
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveFPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveIJORCS
 
Design and Implementation of Test Vector Generation using Random Forest Techn...
Design and Implementation of Test Vector Generation using Random Forest Techn...Design and Implementation of Test Vector Generation using Random Forest Techn...
Design and Implementation of Test Vector Generation using Random Forest Techn...IRJET Journal
 
Asymptotic Analysis in Data Structure using C
Asymptotic Analysis in Data Structure using CAsymptotic Analysis in Data Structure using C
Asymptotic Analysis in Data Structure using CMeghaj Mallick
 
Composing an App with Free Monads (using Cats)
Composing an App with Free Monads (using Cats)Composing an App with Free Monads (using Cats)
Composing an App with Free Monads (using Cats)Hermann Hueck
 
C programming of an ARM microcontroller and writing UART serial communication...
C programming of an ARM microcontroller and writing UART serial communication...C programming of an ARM microcontroller and writing UART serial communication...
C programming of an ARM microcontroller and writing UART serial communication...nipunkrn
 
Economic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration MethodEconomic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration MethodIOSR Journals
 

Similar to Project 1 Advance (9)

Efficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum CostEfficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum Cost
 
Daa chapter 1
Daa chapter 1Daa chapter 1
Daa chapter 1
 
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveFPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
 
Design and Implementation of Test Vector Generation using Random Forest Techn...
Design and Implementation of Test Vector Generation using Random Forest Techn...Design and Implementation of Test Vector Generation using Random Forest Techn...
Design and Implementation of Test Vector Generation using Random Forest Techn...
 
Asymptotic Analysis in Data Structure using C
Asymptotic Analysis in Data Structure using CAsymptotic Analysis in Data Structure using C
Asymptotic Analysis in Data Structure using C
 
Composing an App with Free Monads (using Cats)
Composing an App with Free Monads (using Cats)Composing an App with Free Monads (using Cats)
Composing an App with Free Monads (using Cats)
 
C programming of an ARM microcontroller and writing UART serial communication...
C programming of an ARM microcontroller and writing UART serial communication...C programming of an ARM microcontroller and writing UART serial communication...
C programming of an ARM microcontroller and writing UART serial communication...
 
Economic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration MethodEconomic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration Method
 
H45023744
H45023744H45023744
H45023744
 

Recently uploaded

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 

Recently uploaded (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 

Project 1 Advance

  • 1. Fourth Year Composite materials Report: Project (1) Advance Report No: 5 Date: 15/4/2013 Submitted to: Dr. Mohammad Tawfik Name  Mohammad Tawfik Eraky ‫عراقي‬ ‫أحمد‬ ‫توفيق‬ ‫محمد‬ 2013/2014
  • 2. The project is MATLAB code that calculate all the properties of composite materials so the input GF, , 𝑬 𝒎 , 𝑬 𝒇 ,𝝂 𝒎 ,𝝂 𝒇 , 𝜶 𝒇, 𝜶 𝒎 𝑬 𝟏, 𝑬 𝟐 , 𝑮 𝟏𝟐 , 𝝂 𝟏𝟐, G23, 𝜶 𝟏 , 𝜶 𝟐 MATLAB code clc;clear all;close all; %given the following properities e_f=55; % modlus of elasticty of Fibers [input in GPa] e_m= 3.4 ; % Modlus of elasticty of matrix [input in GPa] v_m= 0.22; % Representative volume of the matrix [input] v_f=0.78; % Reprenstative volume of the fibers [input] alpha_m= 60/1000000; % Thermal coefficient of the matrix [input/c] alpha_f=5.4/1000000 ; % Thermal coeffient of the fibers [input/c] new_m=0.38; new_f=0.22; g_m=e_m/(2*(1+new_m)); % modlus of regidity of the matrix [input in Gpa] g_f= e_f/(2*(1+new_f)); % modlus of regidity of the fibers[input in Gpa] %outputs e_1=v_m*e_m+v_f*e_f; % Modlus of elastisity in fiber direction e_2=(e_m*e_f)/(v_f*e_m+v_m*e_f); % modlus of elasticty in direction transverse to the fibers alpha_1=(v_f*e_f*alpha_f+v_m*e_m*alpha_m)/(v_f*e_f+v_m*e_m); % thermal coeffiecient in direction 1 alpha_2=alpha_f*v_f+alpha_m*v_m ; % thermal coeffient in direction 2 new_12=new_f*v_f+new_m*v_m ; new_21=(e_2*new_12)/e_1; % inplane shear modlus g12=(g_m*g_f)/(v_m*g_f+v_f*g_m); eta_23=(3-4*v_m+(g_m/g_f))/(4*(1-v_m)); g_23=g_m*((v_f+eta_23*(1-v_f))/(eta_23*(1-v_f)+(v_f*g_m/g_f))); %display outputs display(e_1); display(e_2); display(alpha_1); display(alpha_2); display(g12); display(new_12); display(new_21); display(g_23);
  • 3. The code is tested on many problems in homework 4 Pb 4.5 Compute, 𝑬 𝟏, 𝑬 𝟐 , 𝑮 𝟏𝟐 and , 𝝂 𝟏𝟐 given that EF=230Gpa, Em =EF/50, GF=EF/2.5, GM=EM/2.6, 𝝂 𝒇 = 𝟎. 𝟐𝟓 , 𝝂 𝒎 = 𝟎. 𝟑, and Vf = 40%.the fibers have circular cross section .Assume there is no voids Solution Using MATLAB code project (1) We get the following results 𝑬 𝟏 = 𝟗𝟒. 𝟕𝟔 𝐆𝐩𝐚 𝑬 𝟐 = 𝟕. 𝟓𝟔𝟓𝟖 𝐆𝐩𝐚 𝑮 𝟏𝟐 = 𝟐. 𝟗𝟏𝟏𝟒 𝑮𝒑𝒂 𝝂 𝟏𝟐 = 𝟎. 𝟐𝟖