What is the SIMPLE Algorithm?
What is the purpose of finite volume methods?
Subdivision of domain into discrete elements
What is the purpose of Spatial Discretization
Approximation of Spatial Gradients
What is the purpose of Temporal Discretization?
Evolution of physical state variables in time
How do Finite Volume Methods Work?
What is implicit treatment?
Adding linear source term to M matrix
What is explicit treatment?
Adding linear source term to b vector
How do you deal with the convection term in FVM?
Use divergence theorem or Gauss and convert volume integral to surface integral
What is non-orthogonality in CFD?
Shared faces have a face angle
Why are the Naver Stokes Equations difficult to solve numerically?
How do we solve the pressure velocity coupling problem for Steady incompressible Navier Stokes equations?
-SIMPLE Algorithm
What are five important terms in the momentum equation?
What is the formula for the matrix form of NSE?
Mu = -\nabla p
How are constant source terms like gravity handled in the SIMPLE algorythm?
Append them to the b vector
How do you solve the SIMPLE algorythm?