Difference between revisions of "Programming4"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_11 Day 11].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_11 Day 11].
  
=[http://www.wolfdynamics.com/wiki/programming_OF_ps_icofoam.pdf Programming in OpenFOAM - Adding a passive scalar to icoFoam]=
+
=[http://www.wolfdynamics.com/wiki/programming_mod_solver.pdf Programming in OpenFOAM - Adding a passive scalar to icoFoam]=
  
 
[[File:joegi_f10.png|600px|right|my_icoFoam]]
 
[[File:joegi_f10.png|600px|right|my_icoFoam]]
  
  
In the previous tutorial, we learned how to program a basic solver from scratch (the convection-diffusion equation).  In these [http://www.wolfdynamics.com/wiki/programming_OF_ps_icofoam.pdf 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.
+
In the previous tutorial, we learned how to program a basic solver from scratch (the convection-diffusion equation).  In these [http://www.wolfdynamics.com/wiki/programming_mod_solver.pdf 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.
 
   
 
   
  

Revision as of 09:16, 7 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 in this link.


Go back to the contributions page.