Loading...
Searching...
No Matches
02thermalBlock.C File Reference

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[])
 

Detailed Description

Implementation of a tutorial of a steady heat transfer problem.

Definition in file 02thermalBlock.C.

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 39 of file 02thermalBlock.C.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Create a new instance of the FOM problem for testing purposes

Definition at line 169 of file 02thermalBlock.C.

◆ offline_stage()

void offline_stage ( tutorial02 & example,
tutorial02 & FOM_test )
Examples
02thermalBlock.C, and 03steadyNS.C.

Definition at line 258 of file 02thermalBlock.C.

◆ online_stage()

void online_stage ( tutorial02 & example,
tutorial02 & FOM_test )
Examples
02thermalBlock.C, and 03steadyNS.C.

Definition at line 315 of file 02thermalBlock.C.