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

2D quarter ring mesh class. The domain is specified by the GeomObject that identifies boundary 1. More...

#include <quarter_circle_sector_mesh.h>

Inheritance diagram for oomph::QuarterCircleSectorMesh< ELEMENT >:
oomph::RefineableQuarterCircleSectorMesh< ELEMENT > oomph::AlgebraicRefineableQuarterCircleSectorMesh< ELEMENT > oomph::MacroElementNodeUpdateRefineableQuarterCircleSectorMesh< ELEMENT >

Public Member Functions

 QuarterCircleSectorMesh (GeomObject *wall_pt, const double &xi_lo, const double &fract_mid, const double &xi_hi, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
 Constructor: Pass pointer to geometric object that specifies the wall, start and end coordinates on the geometric object, and the fraction along which the dividing line is to be placed, and the timestepper (defaults to (Steady) default timestepper defined in Mesh)
 
virtual ~QuarterCircleSectorMesh ()
 Destructor:
 
GeomObject *& wall_pt ()
 Access function to GeomObject representing wall.
 
QuarterCircleSectorDomaindomain_pt ()
 Access function to domain.
 
QuarterCircleSectorDomain::BLSquashFctPtbl_squash_fct_pt ()
 Function pointer for function that squashes the outer two macro elements towards the wall by mapping the input value of the "radial" macro element coordinate to the return value (defined in the underlying Domain object)
 

Protected Attributes

QuarterCircleSectorDomainDomain_pt
 Pointer to Domain.
 
GeomObjectWall_pt
 Pointer to the geometric object that represents the curved wall (mesh boundary 1)
 
double Xi_lo
 Lower limit for the (1D) coordinates along the wall.
 
double Fract_mid
 Fraction along wall where outer ring is to be divided.
 
double Xi_hi
 Upper limit for the (1D) coordinates along the wall.
 

Detailed Description

template<class ELEMENT>
class oomph::QuarterCircleSectorMesh< ELEMENT >

2D quarter ring mesh class. The domain is specified by the GeomObject that identifies boundary 1.

---___
| ---____
| - BOUNDARY 1
| /
| [2] / |
| / |
| N / |
| |_ E / |
BOUNDARY 2 |----------- |
| | [1] |
| [0] | | ^
| | | / \ direction of
| N | N | | Lagrangian
| |_ E | |_ E | | coordinate
Unstructured refineable Triangle Mesh.

Domain is parametrised by three macro elements as sketched. Nodal positions are determined via macro-element-based representation of the Domain (as a QuarterCircleSectorDomain).

Definition at line 83 of file quarter_circle_sector_mesh.h.

Constructor & Destructor Documentation

◆ QuarterCircleSectorMesh()

template<class ELEMENT >
oomph::QuarterCircleSectorMesh< ELEMENT >::QuarterCircleSectorMesh ( GeomObject wall_pt,
const double xi_lo,
const double fract_mid,
const double xi_hi,
TimeStepper time_stepper_pt = &Mesh::Default_TimeStepper 
)

Constructor: Pass pointer to geometric object that specifies the wall, start and end coordinates on the geometric object, and the fraction along which the dividing line is to be placed, and the timestepper (defaults to (Steady) default timestepper defined in Mesh)

Constructor for deformable 2D Ring mesh class. Pass pointer to geometric object that specifies the wall, start and end coordinates on the geometric object, and the fraction along which the dividing line is to be placed, and the timestepper (defaults to (Steady) default timestepper defined in Mesh). Nodal positions are determined via macro-element-based representation of the Domain (as a QuarterCircleSectorDomain).

Definition at line 45 of file quarter_circle_sector_mesh.template.cc.

References oomph::QuarterCircleSectorMesh< ELEMENT >::Domain_pt, oomph::QuarterCircleSectorMesh< ELEMENT >::Fract_mid, oomph::QuarterCircleSectorMesh< ELEMENT >::wall_pt(), oomph::QuarterCircleSectorMesh< ELEMENT >::Xi_hi, and oomph::QuarterCircleSectorMesh< ELEMENT >::Xi_lo.

◆ ~QuarterCircleSectorMesh()

Destructor:

Definition at line 99 of file quarter_circle_sector_mesh.h.

Member Function Documentation

◆ bl_squash_fct_pt()

Function pointer for function that squashes the outer two macro elements towards the wall by mapping the input value of the "radial" macro element coordinate to the return value (defined in the underlying Domain object)

Definition at line 117 of file quarter_circle_sector_mesh.h.

References oomph::QuarterCircleSectorDomain::bl_squash_fct_pt(), and oomph::QuarterCircleSectorMesh< ELEMENT >::Domain_pt.

◆ domain_pt()

◆ wall_pt()

template<class ELEMENT >
GeomObject *& oomph::QuarterCircleSectorMesh< ELEMENT >::wall_pt ( )
inline

Member Data Documentation

◆ Domain_pt

◆ Fract_mid

template<class ELEMENT >
double oomph::QuarterCircleSectorMesh< ELEMENT >::Fract_mid
protected

Fraction along wall where outer ring is to be divided.

Definition at line 134 of file quarter_circle_sector_mesh.h.

Referenced by oomph::QuarterCircleSectorMesh< ELEMENT >::QuarterCircleSectorMesh().

◆ Wall_pt

template<class ELEMENT >
GeomObject* oomph::QuarterCircleSectorMesh< ELEMENT >::Wall_pt
protected

Pointer to the geometric object that represents the curved wall (mesh boundary 1)

Definition at line 128 of file quarter_circle_sector_mesh.h.

Referenced by oomph::MacroElementNodeUpdateRefineableQuarterCircleSectorMesh< ELEMENT >::setup_macro_element_node_update(), and oomph::QuarterCircleSectorMesh< ELEMENT >::wall_pt().

◆ Xi_hi

template<class ELEMENT >
double oomph::QuarterCircleSectorMesh< ELEMENT >::Xi_hi
protected

Upper limit for the (1D) coordinates along the wall.

Definition at line 137 of file quarter_circle_sector_mesh.h.

Referenced by oomph::QuarterCircleSectorMesh< ELEMENT >::QuarterCircleSectorMesh().

◆ Xi_lo

template<class ELEMENT >
double oomph::QuarterCircleSectorMesh< ELEMENT >::Xi_lo
protected

Lower limit for the (1D) coordinates along the wall.

Definition at line 131 of file quarter_circle_sector_mesh.h.

Referenced by oomph::QuarterCircleSectorMesh< ELEMENT >::QuarterCircleSectorMesh().


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