Implementation of tutorial 10 for an unsteady Buoyant Boussinesq problem for an enclosed cavity. More...
#include "UnsteadyBB.H"
#include "ITHACAPOD.H"
#include "ReducedUnsteadyBB.H"
#include "ITHACAstream.H"
#include <chrono>
#include <math.h>
#include <iomanip>
Go to the source code of this file.
Classes | |
class | tutorial10 |
Functions | |
int | main (int argc, char *argv[]) |
Implementation of tutorial 10 for an unsteady Buoyant Boussinesq problem for an enclosed cavity.
Definition in file 10UnsteadyBBEnclosed.C.
int main | ( | int | argc, |
char * | argv[] ) |
Set the number of parameters
Set samples
Set the parameters infos
Set the parameter ranges
Set the inlet Temperature boundaries where there are non homogeneous boundary conditions
Time parameters
Definition at line 177 of file 10UnsteadyBBEnclosed.C.