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[]) |
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.
#define _USE_MATH_DEFINES |
Definition at line 43 of file IHTP01inverseLaplacian.C.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 52 of file IHTP01inverseLaplacian.C.