Public Member Functions | List of all members
oomph::RefineableAlgebraicFSIDrivenCavityMesh< ELEMENT > Class Template Reference

//////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// More...

#include <fsi_driven_cavity_mesh.template.h>

Inheritance diagram for oomph::RefineableAlgebraicFSIDrivenCavityMesh< ELEMENT >:
oomph::AlgebraicFSIDrivenCavityMesh< ELEMENT > oomph::FSIDrivenCavityMesh< ELEMENT > oomph::SimpleRectangularQuadMesh< ELEMENT >

Public Member Functions

 RefineableAlgebraicFSIDrivenCavityMesh (const unsigned &nx, const unsigned &ny, const double &lx, const double &ly, const double &gap_fraction, GeomObject *wall_pt, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
 Constructor: Pass number of elements, lengths, pointer to GeomObject that defines the collapsible segment and pointer to TimeStepper (defaults to the default timestepper, Steady). More...
 
void update_node_update (AlgebraicNode *&node_pt)
 Update the node update data for specified node following any mesh adapation. More...
 
- Public Member Functions inherited from oomph::AlgebraicFSIDrivenCavityMesh< ELEMENT >
 AlgebraicFSIDrivenCavityMesh (const unsigned &nx, const unsigned &ny, const double &lx, const double &ly, const double &gap_fraction, GeomObject *wall_pt, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
 Constructor: Pass number of elements, lengths, pointer to GeomObject that defines the collapsible segment and pointer to TimeStepper (defaults to the default timestepper, Steady). More...
 
virtual ~AlgebraicFSIDrivenCavityMesh ()
 Destructor: empty. More...
 
void algebraic_node_update (const unsigned &t, AlgebraicNode *&node_pt)
 Update nodal position at time level t (t=0: present; t>0: previous) More...
 
void update_node_update (AlgebraicNode *&node_pt)
 Update the node-udate data after mesh adaptation. Empty – no update of node update required as this is non-refineable mesh. More...
 
- Public Member Functions inherited from oomph::FSIDrivenCavityMesh< ELEMENT >
 FSIDrivenCavityMesh (const unsigned &nx, const unsigned &ny, const double &lx, const double &ly, const double &gap_fraction, GeomObject *wall_pt, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
 Constructor: Pass number of elements, number of elements, fractional height of the gap above the moving wall, pointer to GeomObject that defines the collapsible segment and pointer to TimeStepper (defaults to the default timestepper, Steady). More...
 
- Public Member Functions inherited from oomph::SimpleRectangularQuadMesh< ELEMENT >
 SimpleRectangularQuadMesh (const unsigned &Nx, const unsigned &Ny, const double &Lx, const double &Ly, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
 Constructor: Pass number of elements in the horizontal and vertical directions, and the corresponding dimensions. Timestepper defaults to Steady. More...
 
const unsigned & nx () const
 Access function for number of elements in x directions. More...
 
const unsigned & ny () const
 Access function for number of elements in y directions. More...
 

Additional Inherited Members

- Protected Member Functions inherited from oomph::AlgebraicFSIDrivenCavityMesh< ELEMENT >
void setup_algebraic_node_update ()
 Function to setup the algebraic node update. More...
 
- Protected Attributes inherited from oomph::FSIDrivenCavityMesh< ELEMENT >
unsigned Nx
 Number of elements in x direction. More...
 
unsigned Ny
 Number of elements in y direction. More...
 
double Gap_fraction
 Fraction of the gap next to moving lid, relative to the height of the domain. More...
 
GeomObject * Wall_pt
 Pointer to geometric object that represents the moving wall. More...
 

Detailed Description

template<class ELEMENT>
class oomph::RefineableAlgebraicFSIDrivenCavityMesh< ELEMENT >

//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////

Refineable version algebraic FSIDrivenCavityMesh.

Definition at line 217 of file fsi_driven_cavity_mesh.template.h.

Constructor & Destructor Documentation

◆ RefineableAlgebraicFSIDrivenCavityMesh()

template<class ELEMENT >
oomph::RefineableAlgebraicFSIDrivenCavityMesh< ELEMENT >::RefineableAlgebraicFSIDrivenCavityMesh ( const unsigned &  nx,
const unsigned &  ny,
const double &  lx,
const double &  ly,
const double &  gap_fraction,
GeomObject *  wall_pt,
TimeStepper *  time_stepper_pt = &Mesh::Default_TimeStepper 
)
inline

Constructor: Pass number of elements, lengths, pointer to GeomObject that defines the collapsible segment and pointer to TimeStepper (defaults to the default timestepper, Steady).

Definition at line 225 of file fsi_driven_cavity_mesh.template.h.

Member Function Documentation

◆ update_node_update()

template<class ELEMENT >
void oomph::RefineableAlgebraicFSIDrivenCavityMesh< ELEMENT >::update_node_update ( AlgebraicNode *&  node_pt)

Update the node update data for specified node following any mesh adapation.

///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////

Update the geometric references that are used to update node after mesh adaptation.

Definition at line 388 of file fsi_driven_cavity_mesh.template.cc.


The documentation for this class was generated from the following files: