Difference between revisions of "Programming3"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(One intermediate revision 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''': 6
+
* '''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])
  
Line 15: Line 15:
 
In these [http://www.wolfdynamics.com/wiki/programming_scratch_app.pdf slides], we cover how to implement a basic solver from scratch.  
 
In these [http://www.wolfdynamics.com/wiki/programming_scratch_app.pdf slides], we cover how to implement a basic solver from scratch.  
  
* You can download the solver source code and case files in this [http://www.wolfdynamics.com/wiki/prog_scratchFoam.tar.gz link].
+
* You can download the solver source code and case files at this [http://www.wolfdynamics.com/wiki/prog_scratchFoam.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:42, 18 August 2019

Go back to Day 11.

Programming in OpenFOAM - Creating a basic solver from scratch

scratchFoam


In these slides, we cover how to implement a basic solver from scratch.

  • You can download the solver source code and case files at this link.


Go back to the contributions page.