Difference between revisions of "Numerics archive"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 9: Line 9:
  
 
* [https://wiki.openfoam.com/Detailed_numerics_by_Gavin_Tabor '''A detailed look at fvSchemes and fvSolution'''] - This tutorial from the 13th OpenFOAM Workshop in Shanghai gives a detailed insight into the possibilities of numerics in OpenFOAM.
 
* [https://wiki.openfoam.com/Detailed_numerics_by_Gavin_Tabor '''A detailed look at fvSchemes and fvSolution'''] - This tutorial from the 13th OpenFOAM Workshop in Shanghai gives a detailed insight into the possibilities of numerics in OpenFOAM.
 +
* [https://wiki.openfoam.com/Theory_by_Joel_Guerrero  '''Finite Volume Method and numerics'''] - In these slides you will find a brief introduction to the FVM and the numerics implemented in OpenFOAM.
  
 
'''Application'''
 
'''Application'''
 
* [https://wiki.openfoam.com/Session_B_by_Stefan_Radl '''Session B: Using OpenFOAM'''] - Here you will find information about fvSchemes and fvSolution.
 
* [https://wiki.openfoam.com/Session_B_by_Stefan_Radl '''Session B: Using OpenFOAM'''] - Here you will find information about fvSchemes and fvSolution.
 +
*[https://wiki.openfoam.com/Discretization_by_Bahram_Haddadi '''Discretization – Part 1'''] - Use the scalarTransportFoam solver, simulate 5 s of flow inside a shock tube using different discritization schemes..
 +
* [https://wiki.openfoam.com/index.php?title=Grid_convergence_by_Jozsef_Nagy '''Grid dependence'''] - Here you will learn the importance of grid resolution and its effect onto your results.
 +
* [https://wiki.openfoam.com/Numerical_schemes_by_Tobias_Holzmann '''Numerical scheme analyzing'''] - In this tutorial you will learn about numerical schemes.

Revision as of 06:22, 6 December 2022

In order to correctly run a simulation, it is of utmost importance to understand the numerics being solved in the simulations. These tutorials will give you detailed insight into the theory behind CFD and especially OpenFOAM.

Go back to Archive section.


Numerics

Theory

Application