Difference between revisions of "Basic programming by Hakan Nilsson"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Updated link)
Line 3: Line 3:
 
* '''contact''': hakan.nilsson@chalmers.se
 
* '''contact''': hakan.nilsson@chalmers.se
 
* '''OpenFOAM version''': ???
 
* '''OpenFOAM version''': ???
* '''published under''': CC BY-NC-ND license ([https:// creativecommons.org/licenses creative commons licenses])
+
* '''published under''': CC BY-NC-ND license ([https://creativecommons.org/licenses creative commons licenses])
* '''origin''': http:// www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015
+
* '''origin''': http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015
  
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_7 Day 7].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_7 Day 7].
  
=[http:// www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/aLookInsideIcoFoam.pdf icoFoam and pisoFoam by Håkan Nilsson]=
+
=[http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/aLookInsideIcoFoam.pdf icoFoam and pisoFoam by Håkan Nilsson]=
  
This [http:// www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/aLookInsideIcoFoam.pdf pdf] gives you a compact explanation on the difference between a laminar and a turbulent solver in OpenFOAM. This is important to know, if you want to decide, which solver in OpenFOAM you would like to use for your specific application. You will learn about
+
This [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/aLookInsideIcoFoam.pdf pdf] gives you a compact explanation on the difference between a laminar and a turbulent solver in OpenFOAM. This is important to know, if you want to decide, which solver in OpenFOAM you would like to use for your specific application. You will learn about
  
 
* icoFoam
 
* icoFoam
Line 16: Line 16:
 
* the PISO algorithm
 
* the PISO algorithm
 
* write statements
 
* write statements
* inclusion of turbulence modeling
+
* inclusion of turbulence modelling

Revision as of 10:13, 22 September 2016

Go back to Day 7.

icoFoam and pisoFoam by Håkan Nilsson

This pdf gives you a compact explanation on the difference between a laminar and a turbulent solver in OpenFOAM. This is important to know, if you want to decide, which solver in OpenFOAM you would like to use for your specific application. You will learn about

  • icoFoam
  • pisoFoam
  • the PISO algorithm
  • write statements
  • inclusion of turbulence modelling