This file documents what I'm learning in OpenFOAM.
When programming in vanilla c++ one would use std::list for lists. However OpenFOAM has it's own implementation of the List class
Syntax:
List<type> varName (size);| #= | |
| Created on Thu 9 Jan 2020 | |
| Last update: | |
| @author: Bram De Jaegher | |
| bram.de.jaegher@gmail.com | |
| @author: Michiel Stock | |
| michielfmstock@gmail.com |
This file documents what I'm learning in OpenFOAM.
When programming in vanilla c++ one would use std::list for lists. However OpenFOAM has it's own implementation of the List class
Syntax:
List<type> varName (size);| /*--------------------------------*- C++ -*----------------------------------*\ | |
| | ========= | | | |
| | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | |
| | \\ / O peration | Version: 4.1 | | |
| | \\ / A nd | Web: www.OpenFOAM.org | | |
| | \\/ M anipulation | | | |
| \*---------------------------------------------------------------------------*/ | |
| FoamFile | |
| { | |
| version 2.0; |