This document contains a CFD assignment with three parts: 1) List the components of CFD software and provide details on each component. 2) Briefly explain what discretization means. 3) Calculate the exact and approximate values of the derivative of a function φ(x) = e^x+1 at x = 1 using various differencing methods and calculate the percentage error compared to the exact solution.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
33 views
Cae Assignment 1
This document contains a CFD assignment with three parts: 1) List the components of CFD software and provide details on each component. 2) Briefly explain what discretization means. 3) Calculate the exact and approximate values of the derivative of a function φ(x) = e^x+1 at x = 1 using various differencing methods and calculate the percentage error compared to the exact solution.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
MCB3063
Computer Aided Engineering (CAE) May semester 2013
Computational Fluid Dynamics (CFD) assignment 1 1. List the components of CFD software and briefly provide details on each component.
2. Explain briefly what discritisation means.
3. Consider the function (x ) = ex+1. at x = 1.
a. Calculate the exact values of / x at this point. b. Use first order forward differencing with x = 0.1, to calculate the approximate value of / x. c. Use first order backward differencing with x = 0.1 to calculate the approximate value of / x . d. Use second order central differencing with x = 0.1 to calculate the approximate value of / x . e. Calculate the percentage of error of b, c, and d above compared with the exact solution in a above.