![]() |
|
#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... | |
| void | Global_Physical_Variables::swimming (const Vector< double > &x, Vector< double > &swim) |
| void | Global_Physical_Variables::diff_function (const Vector< double > &x, DenseMatrix< double > &D) |
| int | main () |
| Driver code for 2D AdvectionDiffusion problem. More... | |
Variables | |
| double | Global_Physical_Variables::Peclet_St = 1.0 |
| Peclet number multiplied by Strouhal number. More... | |
| int main | ( | ) |
Driver code for 2D AdvectionDiffusion problem.
References problem, and plotPSD::t.