Difference between revisions of "Theory by Joel Guerrero"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
In these [http://www.wolfdynamics.com/wiki/fvm_crash_intro.pdf slides] you will find a general introduction to the FVM and some details on the numerics implemented in OpenFOAM. The following topics are covered:
 
In these [http://www.wolfdynamics.com/wiki/fvm_crash_intro.pdf 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  
+
* Brief introduction to the finite volume method  
 
* CFL number  
 
* CFL number  
* linear solvers  
+
* Linear solvers  
* solution methods  
+
* Solution methods  
* unsteady and steady simulations  
+
* Unsteady and steady simulations  
* residuals  
+
* Monitoring and interpreting the residuals  
* boundary and initial conditions  
+
* Boundary and initial conditions  
  
 
You can download the case files in this [http://www.wolfdynamics.com/wiki/101FVM.tar.gz link].
 
You can download the case files in this [http://www.wolfdynamics.com/wiki/101FVM.tar.gz link].
  
 
Go back to the [https://wiki.openfoam.com/Collection_by_authors#Joel_Guerrero contributions page].
 
Go back to the [https://wiki.openfoam.com/Collection_by_authors#Joel_Guerrero contributions page].

Revision as of 17:10, 15 July 2017

Go back to Day 4.

Crash introduction to the FVM

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

You can download the case files in this link.

Go back to the contributions page.