Difference between revisions of "Programming0"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Programming in OpenFOAM - Building blocks)
 
 
(7 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
* '''published under''': CC BY-SA license ([https://creativecommons.org/licenses creative commons licenses])
 
* '''published under''': CC BY-SA license ([https://creativecommons.org/licenses creative commons licenses])
  
Go back to [https://wiki.openfoam.com/index.php?title=Day_11 Day 11].
 
  
=[http://www.wolfdynamics.com/wiki/programming_scratch_app.pdf Programming in OpenFOAM - Creating a basic solver from scratch]=
 
  
[[File:joegi_f9.png|550px|right|scratchFoam]]
+
=[http://www.wolfdynamics.com/wiki/programming_building_blocks.pdf Programming in OpenFOAM - Building blocks]=
  
 +
[[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.
 
  
* You can download the solver source code and case files in this [http://www.wolfdynamics.com/wiki/prog_scratchFoam.tar.gz link].
+
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 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.