Difference between revisions of "Programming4"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Created page with "* '''contributor''': Joel Guerrero * '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics * '''contact''': <mail address='joel.guerrero@unige.it' description='au...")
 
Line 7: Line 7:
 
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_scratchsolver.pdf Programming in OpenFOAM - Adding a passive scalar to icoFoam]=
+
=[http://www.wolfdynamics.com/wiki/programming_OF_psicofoam.pdf Programming in OpenFOAM - Adding a passive scalar to icoFoam]=
  
In these [http://www.wolfdynamics.com/wiki/programming_OF_psicofoam.pdf slides], we cover how to implement a basic solver from scratch.  
+
We previously learned how to program a basic solver from scratch (convection-diffusion equation), in these [http://www.wolfdynamics.com/wiki/programming_OF_psicofoam.pdf slides], we cover how to add a passive scalar (or the convection-diffusion equation) to the basic solver icoFoam.  
  
  

Revision as of 22:59, 21 July 2017

Go back to Day 11.

Programming in OpenFOAM - Adding a passive scalar to icoFoam

We previously learned how to program a basic solver from scratch (convection-diffusion equation), in these slides, we cover how to add a passive scalar (or the convection-diffusion equation) to the basic solver icoFoam.


You can download the solver source code and case files in this link.


Go back to the contributions page.