Engineering Questions with Answers - Multiple Choice Questions
Home » MCQs » Aeronautical Engineering » Computational Fluid Dynamics – Partial Differential Equation
Computational Fluid Dynamics – Partial Differential Equation
1 - Question
Which of these models of fluid flow give complete partial differential equations directly?
a) Finite control volume moving along with the flow
b) Finite control volume fixed in space
c) Infinitesimally small fluid element fixed in space
d) Infinitesimally small fluid moving along with the flow
View Answer
Explanation: Infinitesimally small fluid element gives partial differential equations. When they are fixed in space, the equations are directly in partial differential form and there will be no need for changing a substantial derivative into partial differentials.
2 - Question
Where do we encounter partial differential equations in CFD?
a) Physical models
b) Assumptions
c) Governing equations
d) Discretized equations
View Answer
Explanation: The governing equations of CFD are in partial differential form. This is because the flow variables depend upon four independent variables (three spatial coordinates and one time point). When a flow variable is differentiated with respect to one of the independent variables, the others are kept constant.
3 - Question
What is the method used in CFD to solve partial differential equations?
a) Variable separation
b) Method of characteristics
c) Change of variables
d) Discretization
View Answer
Explanation: In CFD, partial differential equations are discretized using Finite difference or Finite volume methods. These discretized equations are coupled and they are solved simultaneously to get the flow variables.
4 - Question
After discretizing the partial differential equations take which if these forms?
a) Exponential equations
b) Trigonometric equations
c) Logarithmic equations
d) Algebraic equations
View Answer
Explanation: After discretization, the partial differential equations become algebraic equations with the flow variables as the unknowns which are then solved using some iterative method.
5 - Question
These are essential for solving partial differential equations.
a) Boundary conditions
b) Physical principle
c) Mathematical model
d) Algebraic equations
View Answer
Explanation: The analytical solutions of partial differential equations depend upon boundary conditions and this is employed in CFD to some extent. Though the same PDE is solved, the solutions may differ based on the boundary conditions.
6 - Question
Find the order of the continuity equation for steady two-dimensional flow.
a) 1
b) 0
c) 2
d) 3
View Answer
Explanation: Continuity equation for steady two-dimensional flow is given by ∂ρu∂x+∂ρv∂y. This is a first order partial differential equation.
7 - Question
The y-momentum equation falls into which of these types of PDEs?
a) 1-D first order equation
b) 2-D second order equation
c) 2-D first order equation
d) 1-D first order equation
View Answer
Explanation: The y-momentum equation is ∂(ρu)∂t+∂(ρu2)∂x+∂(ρuv)∂y=−∂p∂x+∂∂x[(∇.V⃗ )+2μ∂u∂x]+∂∂y[μ(∂u∂y+∂v∂x)]+ρfx When expanded it gets second derivatives and hence it is a second order equation of x and y dimensions.
8 - Question
Which of these does not come under partial differential equations?
a) Laplace’s equation
b) Equations of motion
c) 1-D wave equation
d) Heat equation
View Answer
Explanation: Equations of motion comes under ordinary differential equations. Laplace’s equation, wave equation and heat equations are all partial differential equations.
9 - Question
Which of these is not an analytical method to solve partial differential equations?
a) Change of variables
b) Superposition principle
c) Finite Element method
d) Integral transform
View Answer
Explanation: Change of variables, Superposition principle, and Integral transform are all analytical methods. It is difficult to solve partial differential equations using analytical methods. Finite Element method is a numerical method to solve partial differential equations.
10 - Question
Linear partial differential equations are reduced to ordinary differential equations in which of these methods?
a) Change of variables
b) Fundamental equations
c) Superposition principle
d) Separation of variables
View Answer
Explanation: In the separation of variables method, linear partial differential equations are reduced to ordinary differential equations and then these ODEs are solved.
11 - Question
The governing equations of CFD are ____________ partial differential equations.
a) Linear
b) Quasi-linear
c) Non-linear
d) Non-homogeneous
View Answer
Explanation: The governing equations of CFD are quasi-linear partial differential equations. They have their highest order terms linearly and the coefficients are functions of the dependent variables itself.
12 - Question
Which of these is a quasi-linear partial differential equation?
a) ∂2u∂x2+∂2u∂y2=0
b) ∂2u∂x2+a(x,y)∂2u∂y2=0
c) ∂u∂x∂2u∂x2+∂u∂y∂2u∂y2=0
d) (∂2u∂x2)2+∂2u∂y2=0
View Answer
Explanation: ∂u∂x∂2u∂x2+∂u∂y∂2u∂y2=0 is a quasi-linear partial differential equation. ∂2u∂x2+∂2u∂y2=0 and ∂2u∂x2+a(x,y)∂2u∂y2=0 are linear partial differential equations. (∂2u∂x2)2+∂2u∂y2=0 is non-linear.