Finite Volume Methods Flashcards

1
Q

What is the SIMPLE Algorithm?

A
  • It obtains a velocity field by solving the momentum equations ( Doesnt satisfy continuity eq.)
  • Solve Possion eq to get the pressure field
  • Use the pressure field to correct velocity field in contiuity eq
  • new velocity field doesnt satisfy momentum eq -> repeat cycle
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of finite volume methods?

A

Subdivision of domain into discrete elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the purpose of Spatial Discretization

A

Approximation of Spatial Gradients

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of Temporal Discretization?

A

Evolution of physical state variables in time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do Finite Volume Methods Work?

A
  • Equations Discretized using a generic 3D polyhedral cell
  • Flow variables calculated at cell centroid
  • Incorporate neighbor cells
  • Integrate Navier Stokes Equations across the cell
  • Use different approach based on Complexity of Equation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is implicit treatment?

A

Adding linear source term to M matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is explicit treatment?

A

Adding linear source term to b vector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you deal with the convection term in FVM?

A

Use divergence theorem or Gauss and convert volume integral to surface integral

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is non-orthogonality in CFD?

A

Shared faces have a face angle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why are the Naver Stokes Equations difficult to solve numerically?

A
  1. No equation for p, only for velocity components
  2. The computed velocity fields from the momentum equations must satisfy the continuity equations
  3. The convection term in the momentum equation is non linear
  4. We cant use equation of state to compute pressure because density and temperature may be constant
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do we solve the pressure velocity coupling problem for Steady incompressible Navier Stokes equations?

A

-SIMPLE Algorithm

  • Convert the equations into matrix form Mu = - /nabla p where M are the coefficients, p is the pressure and u is the velocity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are five important terms in the momentum equation?

A
  • Temporal derivative
  • Convection
  • Pressure gradient
  • Diffusion term
  • Source Term
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the formula for the matrix form of NSE?

A

Mu = -\nabla p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How are constant source terms like gravity handled in the SIMPLE algorythm?

A

Append them to the b vector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you solve the SIMPLE algorythm?

A
  1. Solve momentum equation for velocity field
  2. Solve Poisson equation for pressure field
  3. Use pressure field to correct velocity field so it satisfies continuity equation
  4. The velocity field now does not satisfy momentum equation so iterate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly