logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Kevin ConnellyComputer science
(4/5)

894 Answers

Hire Me
expert
HimanshuComputer science
(/5)

845 Answers

Hire Me
expert
Jeremiah BennettComputer science
(5/5)

626 Answers

Hire Me
expert
Myra HaydenOthers
(5/5)

688 Answers

Hire Me
Mathematics
(5/5)

computational domain is divided into equal shells with a mesh spacing in order to solve equation

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Method of solution

1.1 Numerical scheme 

∂V ∂F+∂τ ∂ξ + S = 0 (1.1)

V = α Uα

F = Uα 

! (1.2)

! (1.3)

and 

U 2α + αF (α) − Γ

S = 0! (1.4)− ρc2 (ρg − ρcoα3/2

1.2 scheme construction

The computational domain is divided into equal shells with a mesh spacing Δξ in order to solve equation 4.7.  The part of the tube for which ξj−1 ≤ ξ  ≤ ξj  is then the jth cell with interfaces at j-1/2 and j+1/2 so that ξj−1 = (j − )Δξ. if 4.7 is integrated, one gets

where the flux vectorFj−1/2 is the flux at the interface between cells j-1 and j. Using this, equation 4.11 can be written as;

d

(ξj − ξj−1)dτ Vj + Fj+ 1 − Fj− 1

= (ξj − ξj−1)Sj (1.6) 

2 CHAPTER 1.   METHOD OF SOLUTION

Figure 1.1: Discretization of the solution vector along the grid showing the discontinuities at each cell interface are the mean value of the source term and the mean value of V in the jth cell respectively. The equations 4.11 and 4.12 are the exact values of the conservation quantities in V, therefore a conservative scheme can be constructed by choosing a suitable approximations to the flux and the source terms and intergrating over the time step to get equation 4.15

 (ξ − ξj−1)(Vjk+1 − Vjk) +   ∫ τk+1  Fj+ 1 − Fj− 1 dτ = ξj − ξj−1  ∫ τk+1

 Sjdτ (1.9)  

the solution at the time step k in the cell j is denoted by Vjk. If Fj+ 1 k+ 1 and Sjk+ 1

 1.3.   DISCRETIZATION

1.3 Discretization

The 2nd order Godunov scheme is an explicit second order finite volume scheme Roe and Krigbaum (1964), Pedley et al. (1996). The method captures the elastic jumps and is upwind biased. Steps involved are;

The grid is divided into N equal space cells horizontally ant T tines vertically.

2. First step order-its is assumed that the solution at time step k is known, the solution vector V and source terms S are uniform in each cell and constant over time step. These constant quantities are the ones that give rise to discontinuities at the cell interfaces. The first solution at time k + 1/2 is given by;

The fluxes are determined by ignoring the source terms (S=0) and solving the Riemann problem locally at the boundary of the cells. Equation 4.1 (with S = 0) is said to have initial value problem with discontinuous initial data of the form;

 V (0) = VL = constanttotheleftoftheinterface.

Vr = Constanttotherightoftheinterface

The Riemann problem is like shock tube problem of gas dynamics and dam break problem of shallow water waves in open channels. The Riemann solver aims to calculate the position and type of the left and right waves resulting from the breakups and state at the interface which remains constant after the initial breakups. hence if the solution of the Riemann problem is V ∗(Vr, Vl) then the fluxes are found by F  = F (V ∗) at all interfaces and it can be generalized as;

 Fj− 1 k+ 1 = F (V ∗(Vj−1kVjk)) (1.15) 

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme