![]() |
|
Classes | |
class | SUPGAdvectionDiffusionProblem< ELEMENT > |
Namespaces | |
GlobalPhysicalParameters | |
Namespace for Womersley problem. | |
Functions | |
void | GlobalPhysicalParameters::get_boundary_values (const Vector< double > &x, Vector< double > &u) |
Some "solution" for assignment of boundary values. More... | |
void | GlobalPhysicalParameters::source_function (const Vector< double > &x_vect, double &source) |
Zero source function. More... | |
void | GlobalPhysicalParameters::wind_function (const Vector< double > &x, Vector< double > &wind) |
Wind. More... | |
int | main () |
Driver code for 2D AdvectionDiffusion problem. More... | |
Variables | |
double | GlobalPhysicalParameters::Peclet =200.0 |
Peclet number. More... | |
double | GlobalPhysicalParameters::Alpha =50.0 |
Parameter for steepness of step in boundary values. More... | |
double | GlobalPhysicalParameters::TanPhi =1.0 |
Parameter for angle of step in boundary values: 45 degrees. More... | |
int main | ( | ) |
Driver code for 2D AdvectionDiffusion problem.
References problem, GlobalPhysicalParameters::source_function(), and GlobalPhysicalParameters::wind_function().