Difference between revisions of "Programming2"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_11 Day 11].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_11 Day 11].
  
=[http://www.wolfdynamics.com/wiki/tbd Programming in OpenFOAM]=
+
=[http://www.wolfdynamics.com/wiki/programming_OF_ICs.pdf Programming in OpenFOAM - codeStream and initial conditions]=
  
This [http://www.wolfdynamics.com/wiki/tbd pdf]-TBD gives you an extensive summary on programming in OpenFOAM. You will be taken through the basics of programming, boundary conditions as well as application. You will focus on:
+
In these [http://www.wolfdynamics.com/wiki/programming_OF_ICs.pdf slides], we cover how to implement boundary conditions using codeStream.  
  
* building blocks
+
You can download the case files in this [http://www.wolfdynamics.com/wiki/101programming.tar.gz link].
* implementation of boundary conditions
 
* testing the boundary conditions with two case setups
 
* modification of an existing solver
 
* testing of the solver
 
 
 
In order to download the examples, click:
 
 
 
[http://www.wolfdynamics.com/wiki/tbd tutorial files]-TBD
 
  
 
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 17:24, 15 July 2017

Go back to Day 11.

Programming in OpenFOAM - codeStream and initial conditions

In these slides, we cover how to implement boundary conditions using codeStream.

You can download the case files in this link.

Go back to the contributions page.