Difference between revisions of "Programming2"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 15: Line 15:
  
  
You can download the case files in this [http://www.wolfdynamics.com/wiki/101programming.tar.gz link].
+
You can download the case files in this [http://www.wolfdynamics.com/wiki/codeStream_INIT.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].

Revision as of 08:39, 7 August 2019

Go back to Day 11.

Programming in OpenFOAM - Field initialization using codeStream

Programming IC with codeStream

In these slides, we cover how to do non-uniform field initialization using codeStream. We also explain how to use an STL to do non-uniform initialization using setFields.


You can download the case files in this link.


Go back to the contributions page.