Difference between revisions of "Programming1"

From OpenFOAM Wiki
Jump to navigation Jump to search
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[category:programming]]
 
* '''contributor''': Joel Guerrero
 
* '''contributor''': Joel Guerrero
 
* '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics
 
* '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics
 
* '''contact''': <mail address='joel.guerrero@unige.it' description='author'>click here for email address</mail>
 
* '''contact''': <mail address='joel.guerrero@unige.it' description='author'>click here for email address</mail>
* '''OpenFOAM version''': 4.0.x
+
* '''OpenFOAM version''': 5.x
 
* '''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].
 
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_BCs.pdf Programming in OpenFOAM - Implementing boundary conditions using condeStream]=
  
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:
+
[[File:joegi_f7.png|500px|right|Programming BC with codeStream]]
  
* building blocks
+
In these [http://www.wolfdynamics.com/wiki/programming_OF_BCs.pdf slides], we cover how to implement boundary conditions using codeStream.
* 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
+
You can download the 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].

Revision as of 22:21, 4 August 2018

Go back to Day 11.

Programming in OpenFOAM - Implementing boundary conditions using condeStream

Programming BC with codeStream

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.