Difference between revisions of "Programming4"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
Line 19: Line 19:
  
 
* You can download the meshes and geometries at this [http://www.wolfdynamics.com/wiki/prog_meshes/meshes_and_geometries.tar.gz link].
 
* You can download the meshes and geometries at this [http://www.wolfdynamics.com/wiki/prog_meshes/meshes_and_geometries.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].

Latest revision as of 20:01, 18 August 2019

Go back to Day 11.

Programming in OpenFOAM - Adding a passive scalar to icoFoam

my_icoFoam


In the previous tutorial, we learned how to program a basic solver from scratch (the convection-diffusion equation). In these slides, we cover how to add a passive scalar (or the convection-diffusion equation) to the solver icoFoam. Additionally, we also add custom boundary conditions using codeStream.


  • You can download the solver source code and case files at this link.
  • You can download the meshes and geometries at this link.


Go back to the contributions page.