Difference between revisions of "Programming4"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
   
 
   
  
* You can download the solver source code and case files in this [http://www.wolfdynamics.com/wiki/prog_my_icoFoam.tar.gz link].
+
* You can download the solver source code and case files at this [http://www.wolfdynamics.com/wiki/prog_my_icoFoam.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].

Revision as of 18:17, 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.