![]() |
|
#include "generic.h"#include "axisym_advection_diffusion.h"#include "meshes/rectangular_quadmesh.h"Classes | |
| class | RefineableAdvectionDiffusionPipeProblem< ELEMENT > |
Namespaces | |
| Global_Physical_Variables | |
| Global variables. | |
Functions | |
| void | Global_Physical_Variables::wind_function (const Vector< double > &x, Vector< double > &wind) |
| Wind. More... | |
| int | main () |
| Driver code for 2D AdvectionDiffusion problem. More... | |
Variables | |
| double | Global_Physical_Variables::Peclet =200.0 |
| Peclet number. More... | |
| double | Global_Physical_Variables::Length =10.0 |
| Length of the pipe. More... | |
| double | Global_Physical_Variables::Radius =1.0 |
| Radius of the pipe. More... | |