1.

Gradient for an unstructured grid is calculated by ___________(a) looping over the nodes in the computational domain(b) looping over the elements in the computational domain(c) looping over the faces in the computational domain(d) looping over the gradients in the computational domainI have been asked this question by my college professor while I was bunking the class.The query is from FVM in portion Finite Volume Methods of Computational Fluid Dynamics

Answer»

The CORRECT answer is (c) looping over the faces in the computational domain

Easiest explanation: Computation of gradient for the OVERALL domain is more efficient than CALCULATING LOCALLY element by element. For this purpose, all the faces are LOOPED over and the gradients are updated.



Discussion

No Comment Found

Related InterviewSolutions