Difference between revisions of "Programming2"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(6 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''': 5.x
+
* '''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])
  
 
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/programming_OF_ICs.pdf Programming in OpenFOAM - Field initialization using codeStream]=
+
=[http://www.wolfdynamics.com/wiki/prog_codestreamINIT.pdf Programming in OpenFOAM - Field initialization using codeStream]=
  
[[File:joegi_f8.png|600px|right|Programming IC with codeStream]]
+
[[File:joegi_f8.png|800px|right|Programming IC with codeStream]]
  
In these [http://www.wolfdynamics.com/wiki/programming_OF_ICs.pdf slides], we cover how to do non-uniform field initialization using codeStream.  
+
In these [http://www.wolfdynamics.com/wiki/prog_codestreamINIT.pdf 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 [http://www.wolfdynamics.com/wiki/101programming.tar.gz link].
+
You can download the case files at 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].

Latest revision as of 19:33, 18 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 at this link.


Go back to the contributions page.