periodic_orbit.cc File Reference
#include <iostream>
#include <fstream>
#include <cmath>
#include <typeinfo>
#include <algorithm>
#include <cstdio>
#include "generic.h"

Classes

class  ABCElement
 
class  ABCProblem< ELEMENT, TIMESTEPPERT >
 

Namespaces

 Global_Physical_Variables
 Global variables.
 

Functions

Vector< doubleGlobal_Physical_Variables::P (5)
 
int main ()
 

Function Documentation

◆ main()

int main ( )
583 {
584  //Set the physical parameters
585  using namespace Global_Physical_Variables;
586  P[0] = 0.1;
587  P[1] = 1.0;
588  P[2] = 1.5;
589  P[3] = 8.0;
590  P[4] = 0.04;
591 
592  //Length of domain
593  //Set up the problem
595  //Solve the problem
596  problem.steady_newton_solve();
597  problem.solve();
598 }
Definition: periodic_orbit.cc:318
Global variables.
Definition: TwenteMeshGluing.cpp:60
double P
Uniform pressure.
Definition: TwenteMeshGluing.cpp:77
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References Global_Physical_Variables::P(), and problem.