Difference between revisions of "Programming0"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
  
In these [http://www.wolfdynamics.com/wiki/programming_building_blocks.pdf slides], we cover how to implement a basic solver from scratch.  
+
In these [http://www.wolfdynamics.com/wiki/programming_building_blocks.pdf slides], we show you the basic building blocks to start programming in OpenFOAM.  
  
* You can download the solver source code and case files in this [http://www.wolfdynamics.com/wiki/prog_scratchFoam.tar.gz link].
+
* You can download the ssource code and case files in this [http://www.wolfdynamics.com/wiki/prog_scratchFoam.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 09:21, 7 August 2019


Programming in OpenFOAM - Building blocks

scratchFoam


In these slides, we show you the basic building blocks to start programming in OpenFOAM.

  • You can download the ssource code and case files in this link.


Go back to the contributions page.