Go to the source code of this file.
Namespaces | |
oomph | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
oomph::FSI_functions | |
Namespace for "global" FSI functions. | |
Functions | |
void | oomph::FSI_functions::apply_no_slip_on_moving_wall (Node *node_pt) |
Apply no-slip condition for N.St. on a moving wall node u = St dR/dt, where the Strouhal number St = a/(UT) is defined by FSI_functions::Strouhal_for_no_slip and is initialised to 1.0. Note: This requires the x,y,[z] velocity components to be stored in nodal values 0,1,[2]. This is the default for all currently existing Navier-Stokes elements. If you use any others, use this function at your own risk. More... | |
Variables | |
double | oomph::FSI_functions::Strouhal_for_no_slip = 1.0 |
Strouhal number St = a/(UT) for application of no slip condition. Initialised to 1.0. More... | |