首页 > > 详细

讲解AMME5202-Assignment 2辅导留学生asp编程

AMME5202 Assignment 2: Navier-Stokes equations
Due: 5pm Friday, Week 11 (15/05/2019)
Submit online via Turnitin.
This assignment should take a typical student 12 hours to complete.
Obtain the file duct.m from the course website. This pseudocode solves the 2D incompress-
ible Navier-Stokes equations for flow in a duct using a fractional step pressure correction
method. You will have to add in variable initialisation etc. to get it running.
• (4 marks) Run the code to obtain the steady state solution for a duct of length
0.0 ≥ x ≥ 4.0, height 0.0 ≥ y ≥ 0.1, inlet velocity Uin = 1.0, density ρ = 1.0 and
viscosity ν = 0.001. Determine a suitable grid-size and verify that it provides the
correct solution for fully developed laminar duct flow. Hand in plots of velocity
profiles and details of how you determined the grid size and verified the solution
accuracy.
• (1 mark) Write out the physical specification for this problem, that is the equations
in continuous form, the domain size, the boundary and initial conditions, etc.
• (1 mark) Provide details for the discretisation scheme used. Comment on the sta-
bility and accuracy of the scheme.
• (4 marks) This code is very inefficient. Determine and implement modifications to
improve the performance of the code. Document the improved performance. To
obtain full marks for this component requires a significant modification of the code
and improvement in performance, a factor greater than 2 should be possible.
• (4 marks) Modify the code to include a mixing length turbulence model, set ap-
propriate inlet conditions and domain size to obtain fully developed turbulent duct
flow. Compare your results to the 1/7 power law profile and comment. Include full
details of your implementation of the model.
1
• (2 marks) An approximation is available for the wall shear stress in pipe flow.
τ0 = 0.03325ρu˜
7/4ν1/4R−1/4,
where u˜ is the cross-stream average of the pipe velocity and R is the pipe radius.
Calculate the wall shear stress

联系我们
  • QQ:99515681
  • 邮箱:99515681@qq.com
  • 工作时间:8:00-21:00
  • 微信:codinghelp
热点标签

联系我们 - QQ: 99515681 微信:codinghelp
程序辅导网!