Classes | Namespaces | Functions | Variables
unstructured_three_d_fluid.cc File Reference

Go to the source code of this file.

Classes

class  UnstructuredFluidProblem< ELEMENT >
 Unstructured fluid problem. More...
 

Namespaces

 Global_Parameters
 /////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////
 

Functions

void Global_Parameters::prescribed_inflow_traction (const double &t, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction)
 Applied traction on fluid at the inflow boundary. More...
 
void Global_Parameters::prescribed_outflow_traction (const double &t, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction)
 Applied traction on fluid at the inflow boundary. More...
 
int main (int argc, char **argv)
 Demonstrate how to solve an unstructured 3D fluids problem. More...
 

Variables

double Global_Parameters::Re =100.0
 Default Reynolds number. More...
 
double Global_Parameters::P_in =0.5
 Fluid pressure on inflow boundary. More...
 
double Global_Parameters::P_out =-0.5
 Fluid pressure on outflow boundary. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Demonstrate how to solve an unstructured 3D fluids problem.

Definition at line 411 of file unstructured_three_d_fluid.cc.

References UnstructuredFluidProblem< ELEMENT >::doc_solution(), and Global_Parameters::Re.