Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask C/C++ Expert


Home >> C/C++

1. Use the second-order accurate central difference approximation and the first-order forward difference approximation to evaluate ∂(cos 2x) at x = Π/6 to four decimal places. A step size of Δx = 0.2 is to be used.

Compare this to the actual value of the derivative and compute the percent error to three decimal places for each approximation, defined by

%Error = 100(Numerical value - Analytical value/Analytical value )

Your percent error should include the proper sign (positive or negative).

2. Consider the following two-dimensional convection-diffusion equation:

∂u/∂t = u∂u/dx + v(∂2u/∂x2 + ∂2u/∂y2)

Obtain an explicit finite difference equation using first-order forward time, first-order backwards in space (for the convective term), and second-order central spatial differencing (for the diffusion terms).  You do not have to derive the difference approximations; simply use them.  Remember to include all super- and subscripts, as well as the "order" term including the lowest-order error term for each variable.

3. Consider a fluid bounded by two parallel plates extended to infinity such that no end effects are encountered. The walls and the fluid are initially at rest.  The lower wall is suddenly accelerated in the x-direction.  The coordinate system is such that the lower wall coincides with the xz-plane to which the y-axis is perpendicular.  The spacing between the two plates is denoted by h.

The equation for this problem is

u/∂t = v∂2u/∂y2

where u is the kinematic viscosity of the fluid. It is required to compute the velocity profile u = u(y,t). The problem has the following initial and boundary conditions

Initial Condition: 

                                t = 0, u = 1.0 m/s for y=0

                                         u = 0.0 m/s for 0 < y ≤ h

Boundary Condition:

                                          t ≥ 0, u = 1.0 m/s for y=0                           

                                                  u = 0.0 m/s for 0 < y ≤ h                       

The fluid has a kinematic viscosity of 0.000217 m2/s and h = 40 mm.  Your solution should be run until t = 1.08 seconds. Various time steps are to be used to investigate the numerical schemes and the effect of the time step on stability and accuracy.

Write a two code to solve this problem for the following schemes and conditions.

a) FTCS Explicit with time steps 0.002 and 0.00233 sec

b) FTCS Implicit with time steps 0.002 and 0.01 sec

If j = 1 at the lower surface and a step size of Dy = 0.001 m is used, then j at the upper surface will be 41.  Note that n = 1 corresponds to t = 0.

For each case of each method, plot the velocity profile for four difference times on the same graph: 0.27 sec, 0.54 sec, 0.81sec and 1.08 sec.  (You will have 4 plots in all, each with four curves.)  Remember to use proper plotting techniques, including title, axis labels, units, legend, and legibility.  Submit your plots in hardcopy, and a copy of your codes both in hardcopy and electronically on Canvas.

The file names for your codes should be:

firstname_lastname.ftcsexp.sp15.ext

firstname_lastname.ftcsimp.sp15.ext

whereext is the proper extension for the computer language you are using. MATLAB and other similar software is not permitted for this assignment.

C/C++, Programming

  • Category:- C/C++
  • Reference No.:- M91258184
  • Price:- $50

Priced at Now at $50, Verified Solution

Have any Question?


Related Questions in C/C++

Software development fundamentals assignment 1 -details amp

Software Development Fundamentals Assignment 1 - Details & Problems - In this assignment, you are required to answer the short questions, identify error in the code, give output of the code and develop three C# Console P ...

1 implement the binary search tree bst in c using the node

1. Implement the Binary Search Tree (BST) in C++, using the Node class template provided below. Please read the provided helper methods in class BST, especially for deleteValue(), make sure you get a fully understanding ...

Assignment word matchingwhats a six-letter word that has an

Assignment: Word Matching What's a six-letter word that has an e as its first, third, and fifth letter? Can you find an anagram of pine grave. Or how about a word that starts and ends with ant (other than ant itself, of ...

There are several ways to calculate the pulse width of a

There are several ways to calculate the pulse width of a digital input signal. One method is to directly read the input pin and another method (more efficient) is to use a timer and pin change interrupt. Function startTi ...

Assign ment - genetic algorithmin this assignment you will

ASSIGN MENT - GENETIC ALGORITHM In this assignment, you will use your C programming skills to build a simple Genetic Algorithm. DESCRIPTION OF THE PROGRAM - CORE REQUIREMENTS - REQ1: Command-line arguments The user of yo ...

Why do researcher drop the ewaste and where does it end

Why do researcher drop the ewaste and where does it end up?

Question 1find the minimum and maximum of a list of numbers

Question: 1. Find the Minimum and Maximum of a List of Numbers: 10 points File: find_min_max.cpp Write a program that reads some number of integers from the user and finds the minimum and maximum numbers in this list. Th ...

What are the legal requirements with which websites must

What are the legal requirements with which websites must comply in order to meet the needs of persons with disabilities? Why is maximizing accessibility important to everyone?

Project - space race part a console Project - Space Race Part A: Console Implementation

Project - Space Race Part A: Console Implementation INTRODUCTION This assignment aims to give you a real problem-solving experience, similar to what you might encounter in the workplace. You have been hired to complete a ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As