Difference between revisions of "Theory by Joel Guerrero"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
=[http://www.wolfdynamics.com/wiki/fvm_crash_intro.pdf Crash introduction to the FVM]=
 
=[http://www.wolfdynamics.com/wiki/fvm_crash_intro.pdf Crash introduction to the FVM]=
  
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 these [http://www.wolfdynamics.com/wiki/fvm_crash_intro.pdf slides] you will find an introduction to the FVM. The following topics are covered:
  
 
* brief introduction to the finite volume method  
 
* brief introduction to the finite volume method  
Line 15: Line 15:
 
* linear solvers  
 
* linear solvers  
 
* solution methods  
 
* solution methods  
* unsteady and steady simulation
+
* unsteady and steady simulations
 
* residuals  
 
* residuals  
 
* boundary and initial conditions  
 
* boundary and initial conditions  

Revision as of 16:26, 15 July 2017

Go back to Day 4.

Crash introduction to the FVM

In these slides you will find an introduction to the FVM. The following topics are covered:

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

You can download the case files in this link.

Go back to the contributions page.