unstructured_torus.cc File Reference
#include "generic.h"
#include "axisym_navier_stokes.h"
#include "meshes/triangle_mesh.h"

Classes

class  GeneralCircle
 
class  oomph::MyAxisymmetricFluidElement< ELEMENT >
 Overload Element to allow calculation of the flux. More...
 
class  oomph::FaceGeometry< MyAxisymmetricFluidElement< ELEMENT > >
 
class  UnstructuredTorusProblem< ELEMENT >
 Solve the Axisymmetric Navier Stokes equations in a torus. More...
 

Namespaces

 Global_Physical_Variables
 Global variables.
 
 oomph
 DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).
 

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )
683 {
684 
685  //Construct and solve the problem
686  //This maximum refinement level means that we fit (easily) into a
687  //1G machine, but it could probably go higher if you start to
688  //see refinement being overruled.
689  //If you have this too high you get ridiculous refinement at early
690  //times that isn't really necessary.
691  double max_error = 1.0e-3;
692  double min_error = 1.0e-5;
693 
694 
695 {
700 
701  //Now timestep
702  problem.solve_system(0.01,2,"RESLT_CR");
703  }
704 
705  {
710 
711  //Now timestep
712  problem.solve_system(0.01,2,"RESLT_TH");
713  }
714 
715 
716  }
Solve the Axisymmetric Navier Stokes equations in a torus.
Definition: pressure_driven_torus.cc:319
Definition: Taxisym_navier_stokes_elements.h:62
Definition: Taxisym_navier_stokes_elements.h:575
Overload Element to allow calculation of the flux.
Definition: unstructured_torus.cc:112
Crouzeix Raviart upgraded to become projectable.
Definition: axisym_navier_stokes_elements.h:2050
Axisymmetric Taylor Hood upgraded to become projectable.
Definition: axisym_navier_stokes_elements.h:1843
double min_error
Definition: MortaringCantileverCompareToNonMortaring.cpp:189
double max_error
Definition: MortaringCantileverCompareToNonMortaring.cpp:188
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References MeshRefinement::max_error, MeshRefinement::min_error, and problem.