Namespace for phyical parameters. More...
Functions | |
| void | prescribed_traction (const double &t, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction) |
| Traction required at the left boundary. More... | |
Variables | |
| double | Re =50.0 |
| Reynolds number. More... | |
| double | ReSt =50.0 |
| Womersley = Reynolds times Strouhal. More... | |
| double | P_up =0.0 |
| Default pressure on the left boundary. More... | |
Namespace for phyical parameters.
| void Global_Physical_Variables::prescribed_traction | ( | const double & | t, |
| const Vector< double > & | x, | ||
| const Vector< double > & | n, | ||
| Vector< double > & | traction | ||
| ) |
Traction required at the left boundary.
Definition at line 221 of file collapsible_channel.cc.
References P_up.
Referenced by CollapsibleChannelProblem< ELEMENT >::actions_after_adapt(), CollapsibleChannelProblem< ELEMENT >::CollapsibleChannelProblem(), and OscillatingWall::ngeom_data().
| double Global_Physical_Variables::P_up =0.0 |
Default pressure on the left boundary.
Definition at line 218 of file collapsible_channel.cc.
Referenced by main(), OscillatingWall::ngeom_data(), and prescribed_traction().
| double Global_Physical_Variables::Re =50.0 |
Reynolds number.
Definition at line 212 of file collapsible_channel.cc.
Referenced by CollapsibleChannelProblem< ELEMENT >::CollapsibleChannelProblem(), and OscillatingWall::ngeom_data().
| double Global_Physical_Variables::ReSt =50.0 |
Womersley = Reynolds times Strouhal.
Definition at line 215 of file collapsible_channel.cc.
Referenced by CollapsibleChannelProblem< ELEMENT >::CollapsibleChannelProblem(), and OscillatingWall::ngeom_data().