#include "unsteadyNS.H"
#include "UnsteadyNSTurb.H"
#include "ITHACAPOD.H"
#include "ReducedUnsteadyNS.H"
#include "ReducedUnsteadyNSTurb.H"
#include "ITHACAstream.H"
#include <chrono>
#include <math.h>
#include <iomanip>
#include "fvCFD.H"
#include "fvOptions.H"
#include "IOmanip.H"
#include "ITHACAutilities.H"
#include "Foam2Eigen.H"
#include <Eigen/Dense>
#include <Eigen/SVD>
#include <Eigen/SparseLU>
#include "EigenFunctions.H"
#include "reductionProblem.H"
#include "steadyNS.H"
Go to the source code of this file.
Classes | |
class | tutorial21 |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] ) |
Set the number of parameters
Set samples
Set the parameters infos
Set the number of parameters
Set samples
Set the parameters infos
Definition at line 96 of file 21unsteadyNSTurb_RBF.C.