Difference between revisions of "Programming3"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
=[http://www.wolfdynamics.com/wiki/programming_OF_scratchsolver.pdf Programming in OpenFOAM - Creating a basic solver from scratch]=
 
=[http://www.wolfdynamics.com/wiki/programming_OF_scratchsolver.pdf Programming in OpenFOAM - Creating a basic solver from scratch]=
  
In these [http://www.wolfdynamics.com/wiki/programming_OF_scratchsolver.pdf slides], we cover how to implement boundary conditions using codeStream.  
+
In these [http://www.wolfdynamics.com/wiki/programming_OF_scratchsolver.pdf slides], we cover how to implement a basic solver from scratch.  
  
  
You can download the case files in this [http://www.wolfdynamics.com/wiki/101programming.tar.gz link].
+
You can download the solver source code and case files in this [http://www.wolfdynamics.com/wiki/101programming1.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 22:51, 21 July 2017

Go back to Day 11.

Programming in OpenFOAM - Creating a basic solver from scratch

In these slides, we cover how to implement a basic solver from scratch.


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


Go back to the contributions page.