Loading...
Searching...
No Matches
IHTP01inverseLaplacian.C File Reference

Implementation of an inverse heat transfer problem. More...

#include <iostream>
#include <float.h>
#include "interpolation.H"
#include "fvCFD.H"
#include "fvOptions.H"
#include "simpleControl.H"
#include "IOmanip.H"
#include "Time.H"
#include "inverseLaplacianProblem_CG.H"
#include "inverseLaplacianProblem_paramBC.H"
#include "ITHACAPOD.H"
#include "ITHACAutilities.H"
#include <Eigen/Dense>
#include <cmath>
#include "Foam2Eigen.H"
#include "mixedFvPatchFields.H"
#include "cellDistFuncs.H"
#include "IHTP01inverseLaplacian.H"
#include "CGtest.H"
#include "parameterizedBCtest.H"
#include "parameterizedBCtest_RBFwidth.H"
#include "thermocouplesLocation_CG.H"
#include "thermocouplesLocation_paramBC.H"
#include "thermocouplesNumberTest_CG.H"
#include "thermocouplesNumberTest_paramBC.H"

Go to the source code of this file.

Macros

#define _USE_MATH_DEFINES
 

Functions

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

Detailed Description

Implementation of an inverse heat transfer problem.

Given a set of pointwise temeprature measurements in the interior of the domain, we want to estimate the boundary heat flux.

Definition in file IHTP01inverseLaplacian.C.

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 43 of file IHTP01inverseLaplacian.C.

Function Documentation

◆ main()

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

Definition at line 52 of file IHTP01inverseLaplacian.C.