Go to the source code of this file.
Classes | |
class | oomph::MyTaylorHoodElement |
Overload TaylorHood element to modify output. More... | |
class | oomph::FaceGeometry< MyTaylorHoodElement > |
Face geometry for element is the same as that for the underlying wrapped element. More... | |
class | oomph::FaceGeometry< FaceGeometry< MyTaylorHoodElement > > |
Face geometry of Face geometry for element is the same as that for the underlying wrapped element. More... | |
class | BubbleInChannelProblem< ELEMENT > |
//////////////////////////////////////////////////////// //////////////////////////////////////////////////////// More... | |
Namespaces | |
oomph | |
Problem_Parameter | |
////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////// | |
Functions | |
int | main (int argc, char **argv) |
Driver code for moving bubble problem. More... | |
Variables | |
DocInfo | Problem_Parameter::Doc_info |
Doc info object. More... | |
double | Problem_Parameter::Re =0.0 |
Reynolds number. More... | |
double | Problem_Parameter::Ca = 10.0 |
Capillary number. More... | |
double | Problem_Parameter::Nu =0.3 |
Pseudo-solid Poisson ratio. More... | |
double | Problem_Parameter::Radius = 0.25 |
Initial radius of bubble. More... | |
double | Problem_Parameter::Volume = -MathematicalConstants::Pi*Radius*Radius |
Volume of the bubble (negative because it's outside the fluid!) More... | |
double | Problem_Parameter::Inflow_veloc_magnitude = 0.0 |
Scaling factor for inflow velocity (allows it to be switched off to do hydrostatics) More... | |
double | Problem_Parameter::Length = 3.0 |
Length of the channel. More... | |
ConstitutiveLaw * | Problem_Parameter::Constitutive_law_pt =0 |
Constitutive law used to determine the mesh deformation. More... | |
ofstream | Problem_Parameter::Trace_file |
Trace file. More... | |
ofstream | Problem_Parameter::Norm_file |
File to document the norm of the solution (for validation purposes – triangle doesn't give fully reproducible results so mesh generation/adaptation may generate slightly different numbers of elements on different machines!) More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Driver code for moving bubble problem.
Definition at line 1272 of file adaptive_bubble_in_channel.cc.
References BubbleInChannelProblem< ELEMENT >::complete_problem_setup(), Problem_Parameter::Constitutive_law_pt, BubbleInChannelProblem< ELEMENT >::doc_solution(), Problem_Parameter::Inflow_veloc_magnitude, Problem_Parameter::Norm_file, Problem_Parameter::Nu, and Problem_Parameter::Trace_file.