Difference between revisions of "Theory by Joel Guerrero"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
[[category:numerics]]
 
* '''contributor''': Joel Guerrero
 
* '''contributor''': Joel Guerrero
 
* '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics
 
* '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics

Revision as of 05:13, 12 October 2017

Go back to Day 4.

Crash introduction to the FVM and numerical playground

In these slides, you will find a general introduction to the FVM and some details on the numerics implemented in OpenFOAM. The following topics are covered:

  • Brief introduction to the finite volume method
  • CFL number
  • Linear solvers
  • Solution methods
  • Unsteady and steady simulations
  • Monitoring and interpreting the residuals
  • Boundary and initial conditions


In these slides, you will a series of test cases that you can use to play around with the numerics. Do not be fooled by the cases, they seem to be easy problems, but they are know to be numerical schemes killers. So let's see how well do you master the theory.

  • You can download the numerical playground case files in this link.


Go back to the contributions page.