Difference between revisions of "Theory by Joel Guerrero"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
In this [http://www.wolfdynamics.com/wiki/fvm_crash_intro.pdf pdf] you will find an introduction to the FVM as implemented OpenFOAM. The following topics are covered:
 
In this [http://www.wolfdynamics.com/wiki/fvm_crash_intro.pdf pdf] you will find an introduction to the FVM as implemented OpenFOAM. The following topics are covered:
  
* finite volume method  
+
* brief introduction to the finite volume method  
 
* CFL number  
 
* CFL number  
 
* linear solvers  
 
* linear solvers  

Revision as of 17:51, 4 April 2017

Go back to Day 4.

Crash introduction to the FVM

In this pdf you will find an introduction to the FVM as implemented OpenFOAM. The following topics are covered:

  • brief introduction to the finite volume method
  • CFL number
  • linear solvers
  • solution methods
  • unsteady and steady simulation
  • residuals
  • boundary and initial conditions

You can download the case files in this link.

Go back to the contributions page.