Difference between revisions of "Programming5"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
* '''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''': 6
+
* '''OpenFOAM version''': 7
 
* '''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])
  
Line 10: Line 10:
 
=[http://www.wolfdynamics.com/wiki/programming_BC_highlevel.pdf Programming in OpenFOAM - Implementing boundary conditions using OpenFOAM API (high-level programming)]=
 
=[http://www.wolfdynamics.com/wiki/programming_BC_highlevel.pdf Programming in OpenFOAM - Implementing boundary conditions using OpenFOAM API (high-level programming)]=
  
[[File:joegi_f7.png|500px|right|Programming BC with codeStream]]
+
[[File:prog_HL_BC.png|1200px|right|Programming BC with codeStream]]
  
In these [http://www.wolfdynamics.com/wiki/programming_BC_highlevel.pdf slides], we cover how to implement boundary conditions using OpenFOAM API (high-level programming.  
+
In these [http://www.wolfdynamics.com/wiki/programming_BC_highlevel.pdf slides], we cover how to implement boundary conditions using OpenFOAM API (high-level programming).  
  
 
This is the hard way, if you use codeStream you will save a lot of time and pain.  
 
This is the hard way, if you use codeStream you will save a lot of time and pain.  
  
  
You can download the case files in this [http://www.wolfdynamics.com/wiki/codeStream_BC.tar.gz link].
+
* You can download the case files at this [http://www.wolfdynamics.com/wiki/prog_src_BC.tar.gz link].
 +
 
 +
* You can download the meshes and geometries at this [http://www.wolfdynamics.com/wiki/prog_meshes/meshes_and_geometries.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 20:33, 18 August 2019


Programming in OpenFOAM - Implementing boundary conditions using OpenFOAM API (high-level programming)

Programming BC with codeStream

In these slides, we cover how to implement boundary conditions using OpenFOAM API (high-level programming).

This is the hard way, if you use codeStream you will save a lot of time and pain.


  • You can download the case files at this link.
  • You can download the meshes and geometries at this link.


Go back to the contributions page.