Difference between revisions of "Programming3"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
In these [http://www.wolfdynamics.com/wiki/programming_OF_scratchsolver.pdf slides], we cover how to implement a basic solver from scratch.  
 
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 solver source code and case files in this [http://www.wolfdynamics.com/wiki/101programming1.tar.gz link].
+
* You can download the solver source code and case files in this [http://www.wolfdynamics.com/wiki/101programming.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 23:22, 4 August 2018

Go back to Day 11.

Programming in OpenFOAM - Creating a basic solver from scratch

scratchFoam


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.