Difference between revisions of "Programming by Robert Lee"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Created page with "* '''author''': Robert Lee * '''affiliation''': Georgia Tech * '''contact''': rlee32@gatech.edu * '''OpenFOAM version''': 2.3.x * '''published under''': CC ??? license ([https...")
 
Line 9: Line 9:
 
=[https:// www.youtube.com/watch?v=MiUDCOhbQaM Programming - Introduction]=
 
=[https:// www.youtube.com/watch?v=MiUDCOhbQaM Programming - Introduction]=
  
 +
In these videos
  
 
* [https:// www.youtube.com/watch?v=MiUDCOhbQaM part 1]
 
* [https:// www.youtube.com/watch?v=MiUDCOhbQaM part 1]
 
* [https:// www.youtube.com/watch?v=FhQiv7HV_bg part 2]
 
* [https:// www.youtube.com/watch?v=FhQiv7HV_bg part 2]
 +
 +
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

Revision as of 11:36, 21 September 2016

  • author: Robert Lee
  • affiliation: Georgia Tech
  • contact: rlee32@gatech.edu
  • OpenFOAM version: 2.3.x
  • published under: CC ??? license ([https:// creativecommons.org/licenses creative commons licenses])

Go back to Day 11.

[https:// www.youtube.com/watch?v=MiUDCOhbQaM Programming - Introduction]

In these videos

  • [https:// www.youtube.com/watch?v=MiUDCOhbQaM part 1]
  • [https:// www.youtube.com/watch?v=FhQiv7HV_bg part 2]

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