Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

In case of a two-dimensional element, which of these will serve as the face area?(a) Distance of the connecting line(b) Area of the element(c) Unit area(d) Volume of the elementI have been asked this question in an interview.I would like to ask this question from Types of FVM Elements topic in section Finite Volume Methods of Computational Fluid Dynamics

Answer» CORRECT CHOICE is (a) Distance of the connecting line

To explain: For a two-dimensional ELEMENT, the area of the element is equivalent to its volume. Similarly, the length of the connecting line is equivalent to the FACE area. However, the direction of flux is GIVEN by a normal vector.
2.

In a one-dimensional flow, the volume integral becomes __________(a) a line integral(b) an area integral(c) a surface integral(d) a surface integral and the Gauss divergence theoremI had been asked this question in examination.I'm obligated to ask this question of Finite Volume Method in division Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct answer is (a) a LINE integral

For EXPLANATION: For a one-dimensional flow, the volume of the control volume (cell) is in a SINGLE dimension which is the length of that cell. So, there will be no need for a volume, area or surface integrals. It is enough to INTEGRATE over the length of that cell.

3.

For three-dimensional flows, what is the approximation of the volume integral using the midpoint rule?(a) Product of the integrand at the face centre and the volume of the control volume(b) Product of the integrand at the control volume centre and the volume of the control volume(c) Product of the integrand at the control volume centre and the surface area of the control volume(d) Product of the integrand at the face centre and the surface area of the control volumeI had been asked this question in an interview for internship.My question is from Finite Volume Method in division Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct answer is (b) PRODUCT of the integrand at the control volume CENTRE and the volume of the control volume

The explanation is: Using the midpoint rule, the volume integral is APPROXIMATED as the product of the integrand at the centre of the cell (the control volume) and the volume of the cell. REPRESENTING it mathematically,

∫VqdV = qP×ΔV.

4.

To find the value of a flow variable at a third point in between two points with known values, which of these methods can be used for the one-dimensional case?(a) Shape function(b) Interpolation(c) Taylor series(d) Fourier seriesThis question was addressed to me in a job interview.This is a very interesting question from The Geometry of FVM Elements in section Finite Volume Methods of Computational Fluid Dynamics

Answer» CORRECT option is (B) Interpolation

The EXPLANATION is: If the value of the flow VARIABLE is known at two points and the value at the third point which LIES in between these two is to be found, simple interpolation will be enough in the one-dimensional case. The value at any point in between these two points can be found using these two points.
5.

What is the shape of a tetrahedral element’s face?(a) Cuboid(b) Cube(c) Triangle(d) QuadrilateralThis question was addressed to me in a job interview.I want to ask this question from Types of FVM Elements in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

Right ANSWER is (c) Triangle

Easy explanation: A tetrahedron has four TRIANGULAR faces. Each face is formed by connecting three vertices of the tetrahedron. This is one of the most common shapes of element USED in UNSTRUCTURED GRIDS.

6.

Which of these formulae is used to calculate the centroid of a polyhedron?(a) \(\sum_{n=1}^{No. \, of \,pyramids}Centroid_n×Volume_n\)(b) \(\frac{\sum_{n=1}^{No.\,of \,pyramids}Centroid_n×Volume_n}{\sum_{n=1}^{No. \, of \,pyramids}Volume_n}\)(c) \(\frac{\sum_{n=1}^{No.\,of\, pyramids}Centroid_n×Volume_n}{Volume_n} \)(d) \(\frac{\sum_{n=1}^{No.\,of \,pyramids}Centroid_n×Volume_n}{Centroid_n} \)I had been asked this question during a job interview.My query is from Types of FVM Elements topic in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»
7.

When compared to the algorithm to calculate the gradient of a structured grid, the algorithm for unstructured grids ___________(a) need more computational cost(b) need less computational cost(c) is more accurate(d) is less accurateThis question was posed to me in exam.My doubt stems from FVM topic in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct choice is (b) need less computational cost

Easy explanation: Accuracy wise, both the grids result in the same level of accuracy as they do not involve any approximation. But, the unstructured grid algorithm needs less computational cost as it is written in TERMS of the GLOBAL INDICES. This can be ADOPTED for structured grids ALSO.

8.

Which of these formulae is correct to find the gradient of the element ‘k’?(a) ∇Φk = \(\frac{1}{V_k}(\Sigma_{n\leftarrow fk} \Phi_n\vec{S_n})\)(b) ∇Φk = \(\frac{1}{V_k}(-\Sigma_{n\leftarrow f}\Phi_n \vec{S_n})\)(c) ∇Φk = \(\frac{1}{V_k}(\Sigma_{n\leftarrow f}\Phi_n \vec{S_n})\)(d) ∇Φk = \(\frac{1}{V_k}(- \Sigma_{n\leftarrow fk} \Phi_n\vec{S_n})\)I got this question by my college professor while I was bunking the class.I'm obligated to ask this question of FVM topic in section Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct option is (d) ∇Φk = \(\frac{1}{V_k}(- \Sigma_{n\leftarrow f<K}\Phi_n\vec{S_n}+\Sigma_{n\leftarrow f>k} \Phi_n\vec{S_n})\)

For explanation: The formula for the GRADIENT, in general, is the summation of the product of the flow variables and the area of the faces. As the direction matters here, the summation will be NEGATIVE till ‘n’ reaches ‘k’. Therefore,

∇Φk = \(\frac{1}{V_k}(- \Sigma_{n\leftarrow fk} \Phi_n\vec{S_n})\).

9.

Which of these is needed for a vertex-centred arrangement and not for cell-centred elements?(a) Pre-defined shape functions(b) Face-centroids(c) Edge-centroids(d) Cell-centroidsThe question was posed to me by my college director while I was bunking the class.Question is taken from Variable Arrangement in FVM in section Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct answer is (a) Pre-defined shape functions

For EXPLANATION: Cell-centroids are must for cell-centred arrangements as they are the grid points here. Face-centroids and edge-centroids are ALSO needed here during NUMERICAL integration. Pre-defined shape functions are not needed as they use general POLYGONAL elements.

10.

Approximate the surface integral ∫Snfd\(\vec{S}\) using the midpoint rule.(a) fnSn(b) Sn (fne+fnw)(c) \(\frac{S_n}{2}\) (fne+fnw)(d) \(\frac{S_n}{2}\) fnI have been asked this question in examination.Query is from Finite Volume Method topic in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct choice is (a) fnSn

The explanation is: For surface INTEGRAL, the value of the integrand at the face centre is USED in the MIDPOINT approximation. The NEIGHBOURING values are not used. So,

∫Snfd\(\vec{S}\)=fnS

11.

The apex of the sub-element while calculating the volume of a polyhedron is ____________(a) its centre of mass(b) its centre of gravity(c) its centroid(d) its geometric centreThe question was posed to me during an interview for a job.This interesting question is from Types of FVM Elements in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct option is (d) its GEOMETRIC centre

The EXPLANATION: First, the geometric centre of the POLYHEDRON is located. This is the apex of the pyramid. The distance of this apex from the FACE of the element gives the HEIGHT of the pyramid. From the base and height of the pyramid, its volume is calculated.

12.

To find the volume and centroid of a polyhedral, it is divided into ____________(a) Quadrilaterals(b) Pyramids(c) Polygons(d) HexahedronsThe question was asked in unit test.This is a very interesting question from Types of FVM Elements in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer»

The CORRECT CHOICE is (b) Pyramids

The EXPLANATION: The first step of calculating the volume and CENTROID of any three-dimensional element is to pyramids. The summation of the volumes of these pyramids is the volume of the whole polyhedron.

13.

The topology of the faces in an unstructured grid depends upon ___________(a) Straddling elements(b) Boundary elements(c) Interior elements(d) Neighbouring elementsThe question was asked in unit test.I would like to ask this question from FVM in division Finite Volume Methods of Computational Fluid Dynamics

Answer» RIGHT ANSWER is (a) Straddling ELEMENTS

The explanation: The information about the straddling elements is what decides the TOPOLOGY of the faces in an unstructured grid. Here, the flux at every element is the same. They do not VARY in the direction.
14.

In a three-dimensional structured grid, an element has ____________ faces and ____________ vertices.(a) 8, 6(b) 8, 8(c) 4, 4(d) 6, 8I have been asked this question by my school teacher while I was bunking the class.My enquiry is from FVM topic in portion Finite Volume Methods of Computational Fluid Dynamics

Answer» RIGHT answer is (d) 6, 8

Easy explanation: The ELEMENTS of a structured grid are in a hexagonal SHAPE. They have six faces and eight vertices. Each interior element is SURROUNDED by six neighbours. Unlike the unstructured GRIDS, these are fixed in a structured grid.
15.

In vertex-centred arrangements, the variables at the vertices are only known. How is the variation of variables in these elements calculated?(a) Interpolation profiles or Taylor series expansion(b) Shape functions or Taylor series expansion(c) Shape functions or interpolation profiles(d) Shape functions or Fourier series expansionI have been asked this question during an internship interview.I'm obligated to ask this question of Variable Arrangement in FVM in division Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct answer is (c) Shape functions or interpolation profiles

For explanation I would say: In vertex-centred arrangements, the flow variables are calculated and STORED at the vertices only. The variation of flow properties through the element can be obtained by USING either shape functions or interpolation profiles.

16.

What is the order of accuracy for the method of numerical approximation represented by this diagram?(a) Fourth-order(b) Third-order(c) Second-order(d) First-orderI had been asked this question at a job interview.I want to ask this question from Finite Volume Methods in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct option is (c) Second-order

Easiest EXPLANATION: The given diagram REPRESENTS the Trapezoidal rule for the approximation of an integral. It uses the VALUES at the starting and the ending of the function. The order of ACCURACY of the Trapezoidal rule is TWO.

17.

What is the minimum number of vertices that a 3-D element can have?(a) 6 vertices(b) 5 vertices(c) 3 vertices(d) 4 verticesThis question was addressed to me during an interview.My doubt stems from Types of FVM Elements topic in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

Right ANSWER is (d) 4 VERTICES

Best EXPLANATION: At least four points are needed to make an element. A TETRAHEDRON is a shape which has the least number of vertices and the least number of faces. It has 4 faces and 4 vertices. A 2-D element can be formed USING three vertices.

18.

What is the cost of flexibility in unstructured grids?(a) Consistency(b) Stability(c) Accuracy(d) ComplexityI got this question during an interview.Question is from FVM topic in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer»

The CORRECT option is (d) COMPLEXITY

Easy explanation: All these properties such as consistency, stability and ACCURACY depends upon the method used for discretization. They do not depend on whether the grid is structured or unstructured. The cost of increased FLEXIBILITY in unstructured GRIDS is its complexity.

19.

Which of these represent the discretization indexing?(a) Φi,j+1, Φi,j-1(b) Φe, Φw(c) Φn+1, Φn-1(d) Φi+1,j, Φi-1,jI had been asked this question during an online interview.I'd like to ask this question from FVM in section Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct option is (b) Φe, Φw

The BEST I can explain: Discretization indexing is the type of indexing which is used locally while mentioning the NEIGHBOURS of an element. Here, Φe is the EASTERN node; Φw is the western node; Φn is the northern node; Φs is the SOUTHERN node.

20.

Topological information is embedded in a structured mesh through ___________(a) neighbours(b) boundaries(c) indices(d) discretizationI got this question in an internship interview.My question is based upon FVM in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct answer is (c) indices

Best explanation: The topological (spatial relation) INFORMATION is embedded in the MESH structure through the INDEXING system. This also LEADS to greater efficiency in coding, cache UTILIZATION and vectorization.

21.

Which is the order of accuracy used for?(a) To quantify the rate of convergence(b) To find the error(c) To find the stability(d) To find the consistencyThis question was addressed to me during an interview.My query is from Finite Volume Methods topic in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer» CORRECT option is (a) To quantify the rate of convergence

To elaborate: The order of accuracy of a numerical method is USED to quantify the rate of convergence of the approximation. This can be applied to both the finite difference and the finite VOLUME METHODS.
22.

For integrating the convective and diffusive fluxes using the mean value approximation, the value at the ___________ is used.(a) face centre(b) cell centre(c) node(d) vertexThe question was posed to me in an online quiz.This interesting question is from Finite Volume Methods topic in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct CHOICE is (a) face CENTRE

To ELABORATE: The convective and diffusive fluxes undergo a SURFACE integral. To get the surface integral, they are integrated over the area of the face considered. While approximating USING the mean value approximation, the central value is used. So, the value at the face centre is used.

23.

Consider a two-dimensional flow. If f is the component of the flux vector normal to the control volume faces, which of these terms represent ∫Sfd\(\vec{S}\)?(a) \(\Sigma_{k=1}^4 \int_{S_k} f d\vec{S}\)(b) \(\Sigma_{k=1}^2 \int_{S_k} f d\vec{S}\)(c) \(\Sigma_{k=1}^6 \int_{S_k} f d\vec{S}\)(d) \(\Sigma_{k=1}^8 \int_{S_k} f d\vec{S}\)I have been asked this question during a job interview.This intriguing question originated from Finite Volume Method in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct answer is (a) \(\Sigma_{k=1}^4 \int_{S_k} f d\vec{S}\)

Explanation: In a two-dimensional flow, the number of faces BOUNDING a control volume is four. So, the summation of the integrals along these four faces will be equal to the total flux of the control volume. Here, f may be convective or DIFFUSIVE flux.

24.

Which of these terms need a volume integral while modelling steady flows?(a) Convection term(b) Diffusion term(c) Source term(d) Rate of change termI got this question in a job interview.Asked question is from Finite Volume Method topic in division Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct OPTION is (c) SOURCE TERM

The BEST explanation: The convection and diffusion terms need surface integrals and not volume integrals. The source and rate of change terms need volume integral. Since the flow taken is a steady flow, the rate of change term will be equal to zero. So, in this case, only the source term needs a volume integral.

25.

Which formula is suitable for finding the geometric centre of a polygonal face?(a) \(\frac{1}{No.of points}\sum_{i=1}^{No.of points}\) Point defining the polygoni(b) \(\sum_{i=1}^{No.of\, points}\) Point defining the polygoni(c) \(\frac{1}{Point\, defining\, the\, polygon}\sum_{i=1}^{No.of\, points}\) Point defining the polygoni(d) \(\frac{1}{No.of\, points}\sum_{i=1}^{No.of\, points}\)CentroidiThis question was addressed to me in homework.This interesting question is from The Geometry of FVM Elements topic in division Finite Volume Methods of Computational Fluid Dynamics

Answer» RIGHT choice is (a) \(\FRAC{1}{No.of points}\sum_{i=1}^{No.of points}\) Point defining the polygoni

Easiest explanation: The average of all the points that define the POLYGON is the geometric CENTRE of the polygon. Therefore,

Geometric centre=\(\frac{1}{No.of points}\sum_{i=1}^{No.of points}\) Point defining the polygoni
26.

In which of these methods the function is assumed to vary linearly with the independent variable?(a) Trapezoidal rule and Simpson’s rule(b) Trapezoidal rule(c) Midpoint rule and Simpson’s rule(d) Only Simpson’s ruleI got this question during an online exam.This interesting question is from Finite Volume Methods in section Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct answer is (b) Trapezoidal RULE

Easy explanation: The trapezoidal rule ASSUMES that the dependent VARIABLE varies LINEARLY with the independent variable. So, the mean of the values at the endpoints is taken to calculate the integral value.

27.

How is it identified whether a vector is pointing outwards or inwards?(a) Sign of the vector joining the element’s centroid with the face’s centroid is used(b) Sign of the surface vector is used(c) Cross product of the surface vector and the vector joining the element’s centroid with the face’s centroid(d) Dot product of the surface vector and the vector joining the element’s centroid with the face’s centroidI have been asked this question by my college director while I was bunking the class.Asked question is from The Geometry of FVM Elements in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct answer is (d) Dot product of the surface VECTOR and the vector joining the element’s centroid with the FACE’s centroid

Explanation: The vector joining the centroid of the element with the centroid of the face always POINTS outwards. So, the dot product of this vector with the surface vector is FOUND. If the sign of the dot product is POSITIVE, the surface vector points outwards. Otherwise, it points inwards.

28.

Which of these models will directly give the conservative equations suitable for the finite volume method?(a) Finite control volume moving along with the flow(b) Finite control volume fixed in space(c) Infinitesimally small fluid element moving along with the flow(d) Infinitesimally small fluid element fixed in spaceThe question was posed to me during an interview.My question is based upon Finite Volume Method in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct answer is (b) FINITE CONTROL volume fixed in space

Best explanation: Finite volume method USES the conservation equation in the INTEGRAL form without any substantial derivative. This can be given by a finite control volume fixed in space. This directly results in the conservative integral form of the governing equations.

29.

The surface area of the face of a 3-D element is a _____________(a) 3-D tensor(b) 2-D tensor(c) Scalar(d) VectorI got this question in homework.Asked question is from The Geometry of FVM Elements topic in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer» CORRECT choice is (d) Vector

To explain: The surface area of the face of a 3-D element is a vector with the area as its MAGNITUDE and pointing in a direction. This direction decides if the face points OUTWARDS or inwards. Moreover, the area is the RESULT of the cross product of TWO vectors which will again be a vector.
30.

Vertex-centred approach gives accurate solution for ___________ but not for _________(a) diffusion term, convection term(b) source term, convection term(c) convection term, diffusion term(d) convection term, source termThis question was posed to me by my college director while I was bunking the class.The origin of the question is Variable Arrangement in FVM topic in division Finite Volume Methods of Computational Fluid Dynamics

Answer»

Right option is (d) convection TERM, SOURCE term

The explanation: Vertex-centred arrangements give an accurate resolution of face fluxes (surface integrals) such as convection and DIFFUSION terms. But, they yield a LOWER order of ACCURACY for element based integrations (source terms).

31.

What are the two possible variable arrangements for the finite volume method?(a) Cell-centred and Vertex-centred(b) Cell-centred and Face-centred(c) Face-centred and Vertex-centred(d) Face-centred and Boundary-centredI got this question in an interview.My enquiry is from Variable Arrangement in FVM in division Finite Volume Methods of Computational Fluid Dynamics

Answer»

The CORRECT choice is (a) Cell-centred and Vertex-centred

To explain: UNLIKE FDM, in FVM, the grid points are taken inside the elements. There are two WAYS of ARRANGING these elements for a finite volume method. They are cell-centred and Vertex centred arrangements.

32.

For integrating the source term, if the value is approximated using the mean value theorem, the value at the _____________ is used.(a) face centre(b) cell centre(c) boundary face(d) vertexI had been asked this question by my college professor while I was bunking the class.This intriguing question comes from Finite Volume Methods topic in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct ANSWER is (b) cell centre

To explain I would SAY: SOURCE term integral is a volume integral. APPROXIMATING the volume integral, the value at the centre of the cell and the volume of the cell are multiplied. So, the value at the cell centre is used.

33.

Approximate the surface integral ∫Swf d\(\vec{S}\) using the Simpson’s rule.(a) \(\frac{S_w}{6}\)(2fnw+2fw+2fsw)(b) \(\frac{S_w}{4}\)(2fnw+2fsw)(c) \(\frac{S_w}{6}\)(fnw+4fw+fsw)(d) \(\frac{S_w}{4}\)(fnw+2fw+fsw)The question was asked in a national level competition.Question is from Finite Volume Method topic in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct CHOICE is (c) \(\frac{S_w}{6}\)(fnw+4fw+fsw)

To elaborate: The Simpson’s rule uses values of the integrand at THREE points – centre of the FACE and the two vertices in the same face. It is given by

\(\frac{S_w}{6}\)(fnw+4fw+fsw).

34.

I know the value of the flow variable at two points. In which of these cases, is it easy for me to calculate the flow variable at a point between these two?(a) Three-dimensional FVM(b) Two-dimensional FVM(c) One-dimensional FVM(d) Two-dimensional FDMI have been asked this question in quiz.The query is from The Geometry of FVM Elements topic in portion Finite Volume Methods of Computational Fluid Dynamics

Answer» RIGHT choice is (c) One-dimensional FVM

For explanation I would say: If the VALUES at TWO points are known, in the one-dimensional case, it is easy to find the values at any other POINT. In the two-dimensional and three-dimensional cases, they pose complication to the calculation.
35.

How are the faces of a 3-D element divided to find the area?(a) Squares(b) Quadrilaterals(c) Rectangles(d) TrianglesI have been asked this question by my college director while I was bunking the class.My question is based upon The Geometry of FVM Elements topic in division Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct ANSWER is (d) Triangles

To elaborate: The faces of a 3-D element are 2-D polygons. With the intention of finding the AREA of these faces, they are divided into triangles of DIFFERENT type and SIZES. Triangles give the advantage of having any length in all three of its sides.

36.

In a two-dimensional grid, the elements are ____________ in shape and have ___________ neighbours.(a) Quadrilateral, 4(b) Cube, 6(c) Cube, 4(d) Cuboid, 4I got this question in a national level competition.Asked question is from FVM in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct answer is (a) Quadrilateral, 4

To EXPLAIN: For a two-dimensional grid, there are four faces and four vertices for every element. And, each element is surrounded by four elements. With this, we cannot SAY if they are cubes or CUBOIDS. In general, we can say they will definitely be quadrilaterals.

37.

Consider a 2-D finite volume problem. A vertex-centred arrangement is created by connecting the centroids of the elements sharing the vertex. What is the problem that may arise because of this arrangement?(a) Unstructured elements(b) Conjunctional elements(c) Orthogonal elements(d) Overlapping elementsThe question was asked in examination.This interesting question is from Variable Arrangement in FVM topic in division Finite Volume Methods of Computational Fluid Dynamics

Answer»

Right CHOICE is (d) Overlapping elements

Easy explanation: The above-mentioned METHOD is a method of CREATING the vertex-centred arrangement. As mentioned, elements are CREATED by joining the CENTROIDS of the surrounding elements. This way, the lines connecting the centroids may overlap and result in overlapping elements.

38.

How is the order of accuracy of the mean value approach found?(a) Using spatial variation(b) Using trapezoidal rule(c) Using convergence(d) Using Fourier expansionThis question was posed to me during an interview for a job.My question is based upon Finite Volume Methods topic in division Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct CHOICE is (a) Using spatial variation

The explanation: The mean VALUE theorem APPROXIMATES the function to be linear. If the real spatial variation of the function is found and the TWO are SUBTRACTED, the order of accuracy can be obtained.

39.

In a two dimensional flow, how many terms does Simpson’s rule need to approximate a surface integral?(a) four terms(b) one term(c) two terms(d) three termsI got this question in homework.Enquiry is from Finite Volume Method topic in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer»

Right choice is (d) three terms

For explanation: For a two-dimensional flow and the surface integral, the midpoint rule NEEDS only one TERM (the value of the integrand at the FACE CENTRE). The trapezoidal rule needs two terms (the value of the integrand at the nodes above and below the face centre). The Simpson’s rule needs three terms (the value of the integrand at the face centre and at the nodes above and below the face centre).

40.

The general shape of a 3-D element is __________(a) Quadrilateral(b) Tetrahedral(c) Polyhedron(d) PolygonThe question was posed to me in quiz.The question is from Types of FVM Elements topic in section Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct choice is (C) Polyhedron

Explanation: The number of SIDES in an ELEMENT is not RESTRICTED. The GENERAL shape of a two-dimensional element can be named polygon which can have any number of sides. The same way, the general shape of a three-dimensional element can be named polygon which can have any number of faces.

41.

In structured grids, computer memory is saved by ____________(a) multi-dimensions(b) localization(c) linearization(d) vectorizationI had been asked this question in a job interview.This question is from FVM in section Finite Volume Methods of Computational Fluid Dynamics

Answer»

Right choice is (d) vectorization

The best EXPLANATION: As it is EASY to index the elements in structured grids, the values are stored USING global indexing which does not need three-dimensional indexing. So, it can be vectorized and saved as a single array of elements. This SAVES computer MEMORY.

42.

Which is correct?(a) Local index has a single index and global index has multiple indices(b) Global index has a single index and local index has multiple indices(c) Both local and global indices have a single index(d) Both local and global indices have multiple indicesI had been asked this question in quiz.This interesting question is from FVM topic in section Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct answer is (b) Global index has a single index and LOCAL index has multiple indices

Easiest explanation: Local indexing is the indexing of elements AROUND a PARTICULAR cell. It has to mention the direction ALSO. So, it involves multiple indexing. Global indexing is just a single number representing a cell or ELEMENT.

43.

Structured grids give ____________ and need ____________(a) no access to elements, less memory for storage(b) easy access to elements, less memory for storage(c) easy access to elements, more memory for storage(d) no access to elements, more memory for storageThe question was posed to me during an interview for a job.This question is from FVM topic in section Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct choice is (b) easy access to elements, less memory for storage

To explain: Structured grids have properly ORDERED cells. So, it is easy to access their elements or GRID points. As access is easy, it is easy to STORE the values ALSO in memory. So, less memory is REQUIRED.

44.

The variables are calculated at the __________ in the vertex-centred arrangements.(a) element-edges(b) face-centres(c) centroids(d) verticesI got this question in an online quiz.My question comes from Variable Arrangement in FVM in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct CHOICE is (d) vertices

For explanation I would say: In the vertex-centred ARRANGEMENTS, all the FLOW variables and their related quantities are calculated and STORED in the vertices. Elements are CONSTRUCTED around these vertices using different methods.

45.

What is the order of accuracy of the midpoint rule approximation?(a) Fourth-order(b) Third-order(c) Second-order(d) First-orderI got this question in homework.I would like to ask this question from Finite Volume Methods in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer»

Correct choice is (C) Second-order

Explanation: The midpoint rule is the method which uses the value of the function only at its midpoint to APPROXIMATE the INTEGRATION. It is second order accurate. This is the simplest method of APPROXIMATION.

46.

Approximate the surface integral in the eastern face ∫Sefd\(\vec{S}\) of a two-dimensional problem using the trapezoidal rule.(a) \(\frac{3}{2}\)(fne+fse)(b) 3 \(\frac{S_e}{2}\)(fne+fse)(c) \(\frac{1}{2}\)(fne+fse)(d) \(\frac{S_e}{2}\) (fne+fse)The question was asked in a national level competition.The above asked question is from Finite Volume Method in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

Right CHOICE is (c) \(\frac{1}{2}\)(fne+fse)

For explanation I would say: The trapezoidal rule is a second-order accurate approximation. It needs the values of the integrand at two points. Here, as we need the SURFACE integral in the eastern face, the VALUE is approximated using the northern and the southern nodes of the eastern face.

∫Sefd\(\vec{S}=\frac{1}{2}\) (fne+fse).

47.

The advantage of using unstructured grids is ___________(a) vectorization(b) flexibility(c) simple arrangement(d) less memory requirementThis question was posed to me by my school principal while I was bunking the class.My query is from FVM topic in section Finite Volume Methods of Computational Fluid Dynamics

Answer» RIGHT choice is (b) flexibility

Explanation: Flexibility is the greatest ADVANTAGE of using UNSTRUCTURED grids. It offers more flexibility while meshing in TERMS of the element types that can be USED and in terms of where the elements can be concreted.
48.

The centroid of the faces of a 3-D element is obtained by _________(a) Area-weighted average of the sub-elements(b) Average of the sub-elements(c) Area-weighted average of the centroid of the sub-elements(d) Volume-weighted average of the centroid of the sub-elementsThe question was asked in an online interview.I would like to ask this question from The Geometry of FVM Elements topic in division Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct choice is (c) Area-weighted average of the CENTROID of the sub-elements

Easiest EXPLANATION: The centroid of each of the sub-elements are first LOCATED. The weighted average of these centroids is the centroid of the whole face. Areas of the TRIANGLES are USED as the weight for this average.

49.

Which of these formulae is used to find the area of the sub-elements in CFD?(a) Vector product of two sides(b) Half of the vector product of two sides(c) Half of the base times height(d) Half of the vector product of all three sidesI had been asked this question by my school teacher while I was bunking the class.This question is from The Geometry of FVM Elements topic in chapter Finite Volume Methods of Computational Fluid Dynamics

Answer»

The CORRECT CHOICE is (b) HALF of the vector product of two sides

The explanation is: Sub-elements are in triangular shape. Half of the base times height is the formula generally used to find the area of a TRIANGLE. But, CFD uses the vector-based formula to make it algorithmically easier, which is GIVEN by half of the vector product of two sides.

50.

Which of these points form the apex of the sub-elements of the faces?(a) Centre of mass of the face(b) Vertex of the face(c) Geometric centre of the face(d) Apex of the faceI got this question during an interview.Question is taken from The Geometry of FVM Elements in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct option is (C) Geometric CENTRE of the face

Easiest explanation: The sub-elements are all triangular in shape. The apex of these TRIANGLES are all the same POINT. The geometric centre of the face is chosen as the apex of the triangles. The geometric centre is not the centroid of the POLYGON.