Difference between revisions of "Programming0"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
  
=[http://www.wolfdynamics.com/wiki/programming_scratch_app.pdf Programming in OpenFOAM - Creating a basic solver from scratch]=
+
=[http://www.wolfdynamics.com/wiki/programming_building_blocks.pdf Programming in OpenFOAM - Building blocks]=
  
[[File:joegi_f9.png|550px|right|scratchFoam]]
+
[[File:Prog_OF_BB.png|800px|right|scratchFoam]]
  
  
In these [http://www.wolfdynamics.com/wiki/programming_scratch_app.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 at this [http://www.wolfdynamics.com/wiki/programming_playground.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].

Latest revision as of 18:24, 18 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 at this link.


Go back to the contributions page.