Difference between revisions of "Programming by Ferras, Fernandes and Nobrega"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Updated link)
Line 3: Line 3:
 
* '''contact''': mnobrega@dep.uminho.pt
 
* '''contact''': mnobrega@dep.uminho.pt
 
* '''OpenFOAM version''': ???
 
* '''OpenFOAM version''': ???
* '''published under''': CC BY-NC license ([https:// creativecommons.org/licenses creative commons licenses])
+
* '''published under''': CC BY-NC license ([https://creativecommons.org/licenses creative commons licenses])
  
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_12 Day 12].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_12 Day 12].
  
=[https:// github.com/foam-at-pt/foam-at-pt.github.io/releases/download/PrimeiroEncontro/A4-Slides.pdf Programming in OpenFOAM]=
+
=[https://github.com/foam-at-pt/foam-at-pt.github.io/releases/download/PrimeiroEncontro/A4-Slides.pdf Programming in OpenFOAM]=
  
This [https:// github.com/foam-at-pt/foam-at-pt.github.io/releases/download/PrimeiroEncontro/A4-Slides.pdf pdf] will give you a short walkthrough to the implementation of your own steady.state solver to predict temperature evolution. You will learn about:
+
This [https://github.com/foam-at-pt/foam-at-pt.github.io/releases/download/PrimeiroEncontro/A4-Slides.pdf pdf] will give you a short walkthrough to the implementation of your own steady.state solver to predict temperature evolution. You will learn about:
  
 
* setting up the solver directory
 
* setting up the solver directory
Line 19: Line 19:
 
You can download the code and case files here:
 
You can download the code and case files here:
  
[https:// github.com/foam-at-pt/foam-at-pt.github.io/releases/download/PrimeiroEncontro/A4-blockMeshDict-and-patchaveragestd.tar.gz code and case files]
+
[https://github.com/foam-at-pt/foam-at-pt.github.io/releases/download/PrimeiroEncontro/A4-blockMeshDict-and-patchaveragestd.tar.gz code and case files]

Revision as of 10:04, 28 September 2016

  • contributor: L.L. Ferrás, C. Fernandes, J.M. Nóbrega
  • affiliation: Institute for Polymers and Composites (i3N), University of Minho, Portugal
  • contact: mnobrega@dep.uminho.pt
  • OpenFOAM version: ???
  • published under: CC BY-NC license (creative commons licenses)

Go back to Day 12.

Programming in OpenFOAM

This pdf will give you a short walkthrough to the implementation of your own steady.state solver to predict temperature evolution. You will learn about:

  • setting up the solver directory
  • modifying the solver
  • compiling the solver
  • compiling a small utility for standard deviation
  • testing the code with a simple case

You can download the code and case files here:

code and case files