Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a matlab code to create a reduced model for the transient diffusion equation found in chapiter 5 of the book on PGD Use PGD

Write a matlab code to create a reduced model for the transient diffusion equation found in chapiter 5 of the book on PGD
Use PGD with 3 variables: k,x,t
The space-time-diffusivity domain is \Omega x \times \Omega t \times \Omega k =(0,1)\times (0,0.1)\times [1,5].
For the the source term, take f =1.
Regarding the initial and boundary conditions, take: u(x, t =0)= u(x =0, t)= u(x =1, t)=0,
Use uniform grids with 61 points for the space domain, 151 points for the time domain and 101 points for the diffusivity domain.
Generate plots for the normalized functions Xi (x), Ti (t) and Ki (k) for i =1,...,4.(Fig 5.1,5.2 and 5.3 in the book)
Use Finite element difference to solve the differential equations in the alternating strategy loop
Make use of the 2 matlab code provided for Poisson equation (PGD_Poisson_2D.m and Section_2_1_3.m)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

7-16 Compare Web 2.0 and Web 3.0.

Answered: 1 week ago