Difference between revisions of "Programming by Robert Lee"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
* '''contact''': <mail address='rlee32@gatech.edu' description='author'>click here for email address</mail>
 
* '''contact''': <mail address='rlee32@gatech.edu' description='author'>click here for email address</mail>
 
* '''OpenFOAM version''': 2.3.x
 
* '''OpenFOAM version''': 2.3.x
* '''published under''': CC ??? license ([https://creativecommons.org/licenses creative commons licenses])
+
* '''published under''': CC BY-NC-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].

Revision as of 09:57, 31 October 2016

Go back to Day 11.

Programming - Introduction

In these videos

you will find a short and compact introduction to the main steps required, if you would like to create your own custom solver. As an example, you will implement a solver with time profiling. You will learn about

  • commands required
  • compilation
  • output
  • using exiting code as a starting point