Difference between revisions of "Theory by Joel Guerrero"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_4 Day 4].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_4 Day 4].
  
=[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 and numerical playground]=
  
 
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:

Revision as of 22:05, 21 July 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


You can download the case files in this link.


Go back to the contributions page.