Implementation of a tutorial of a steady heat transfer problem. More...
#include <iostream>#include "fvCFD.H"#include "IOmanip.H"#include "Time.H"#include "laplacianProblem.H"#include "ReducedLaplacian.H"#include "ITHACAPOD.H"#include "ITHACAutilities.H"#include <Eigen/Dense>#include <cmath>Go to the source code of this file.
Classes | |
| class | tutorial02 |
| Class where the tutorial number 2 is implemented. More... | |
Macros | |
| #define | _USE_MATH_DEFINES |
Functions | |
| void | offline_stage (tutorial02 &example, tutorial02 &FOM_test) |
| void | online_stage (tutorial02 &example, tutorial02 &FOM_test) |
| int | main (int argc, char *argv[]) |
Implementation of a tutorial of a steady heat transfer problem.
Definition in file 02thermalBlock.C.
| #define _USE_MATH_DEFINES |
Definition at line 39 of file 02thermalBlock.C.
| int main | ( | int | argc, |
| char * | argv[] ) |
Create a new instance of the FOM problem for testing purposes
Definition at line 170 of file 02thermalBlock.C.
| void offline_stage | ( | tutorial02 & | example, |
| tutorial02 & | FOM_test ) |
Definition at line 259 of file 02thermalBlock.C.
| void online_stage | ( | tutorial02 & | example, |
| tutorial02 & | FOM_test ) |
Definition at line 316 of file 02thermalBlock.C.
1.13.2