//////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// More...
#include <channel_with_leaflet_mesh.template.h>
Public Member Functions | |
RefineableAlgebraicChannelWithLeafletMesh (GeomObject *leaflet_pt, const double &lleft, const double &lright, const double &hleaflet, const double &htot, const unsigned &nleft, const unsigned &nright, const unsigned &ny1, const unsigned &ny2, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass pointer to GeomObject that represents the leaflet, the length of the domain to left and right of the leaflet, the height of the leaflet and the overall height of the channel, the number of element columns to the left and right of the leaflet, the number of rows of elements from the bottom of the channel to the end of the leaflet, the number of rows of elements above the end of the leaflet. Timestepper defaults to Steady default Timestepper defined in the Mesh base class. 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::AlgebraicChannelWithLeafletMesh< ELEMENT > | |
AlgebraicChannelWithLeafletMesh (GeomObject *leaflet_pt, const double &lleft, const double &lright, const double &hleaflet, const double &htot, const unsigned &nleft, const unsigned &nright, const unsigned &ny1, const unsigned &ny2, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass pointer to GeomObject that represents the leaflet, the length of the domain to left and right of the leaflet, the height of the leaflet and the overall height of the channel, the number of element columns to the left and right of the leaflet, the number of rows of elements from the bottom of the channel to the end of the leaflet, the number of rows of elements above the end of the leaflet. Timestepper defaults to Steady default Timestepper defined in the Mesh base class. More... | |
virtual | ~AlgebraicChannelWithLeafletMesh () |
Destructor: empty. More... | |
void | update_node_update (AlgebraicNode *&node_pt) |
Update the geometric references that are used to update node after mesh adaptation. Empty – no update of node update required without adaptivity. 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... | |
Public Member Functions inherited from oomph::ChannelWithLeafletMesh< ELEMENT > | |
ChannelWithLeafletMesh (GeomObject *leaflet_pt, const double &lleft, const double &lright, const double &hleaflet, const double &htot, const unsigned &nleft, const unsigned &nright, const unsigned &ny1, const unsigned &ny2, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass pointer to GeomObject that represents the leaflet, the length of the domain to left and right of the leaflet, the height of the leaflet and the overall height of the channel, the number of element columns to the left and right of the leaflet, the number of rows of elements from the bottom of the channel to the end of the leaflet, the number of rows of elements above the end of the leaflet. Timestepper defaults to Steady default Timestepper defined in the Mesh base class. More... | |
virtual | ~ChannelWithLeafletMesh () |
Destructor : empty. More... | |
ChannelWithLeafletDomain * | domain_pt () |
Access function to domain. 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::AlgebraicChannelWithLeafletMesh< ELEMENT > | |
void | setup_algebraic_node_update () |
Function to setup the algebraic node update. More... | |
void | node_update_I (const unsigned &t, AlgebraicNode *&node_pt) |
Update function for nodes in lower left region (I) More... | |
void | node_update_II (const unsigned &t, AlgebraicNode *&node_pt) |
Update function for nodes in lower right region (II) More... | |
void | node_update_III (const unsigned &t, AlgebraicNode *&node_pt) |
Update function for nodes in upper left region (III) More... | |
void | node_update_IV (const unsigned &t, AlgebraicNode *&node_pt) |
Update function for nodes in upper right region (IV) More... | |
void | slanted_bound_up (const unsigned &t, const Vector< double > &zeta, Vector< double > &r) |
Helper function. More... | |
Protected Attributes inherited from oomph::AlgebraicChannelWithLeafletMesh< ELEMENT > | |
double | X_0 |
Origin of the wall (stored explicitly for reference in algebraic node update – it's also stored independently in domain....) More... | |
double | Hleaflet |
Length of the leaflet (stored explicitly for reference in algebraic node update – it's also stored independently in domain....) More... | |
Protected Attributes inherited from oomph::ChannelWithLeafletMesh< ELEMENT > | |
ChannelWithLeafletDomain * | Domain_pt |
Pointer to domain. More... | |
GeomObject * | Leaflet_pt |
Pointer to GeomObject that represents the leaflet. More... | |
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
Refineable version of algebraic ChannelWithLeafletMesh
Definition at line 469 of file channel_with_leaflet_mesh.template.h.
|
inline |
Constructor: Pass pointer to GeomObject that represents the leaflet, the length of the domain to left and right of the leaflet, the height of the leaflet and the overall height of the channel, the number of element columns to the left and right of the leaflet, the number of rows of elements from the bottom of the channel to the end of the leaflet, the number of rows of elements above the end of the leaflet. Timestepper defaults to Steady default Timestepper defined in the Mesh base class.
Definition at line 483 of file channel_with_leaflet_mesh.template.h.
void oomph::RefineableAlgebraicChannelWithLeafletMesh< ELEMENT >::update_node_update | ( | AlgebraicNode *& | node_pt | ) |
Update the node update data for specified node following any mesh adapation.
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
Update the node update functions
Definition at line 639 of file channel_with_leaflet_mesh.template.cc.