Fish shaped domain, represented by four MacroElements. Shape is parametrised by GeomObject that represents the fish's back. More...
#include <fish_domain.h>
Public Member Functions | |
FishDomain (GeomObject *back_pt, const double &xi_nose, const double &xi_tail) | |
Constructor: Pass pointer to GeomObject that represents the (upper) curved boundary of the fish's body, and the start and end values of the Lagrangian coordinates along the GeomObject. More... | |
FishDomain (const FishDomain &) | |
Broken copy constructor. More... | |
void | operator= (const FishDomain &) |
Broken assignment operator. More... | |
virtual | ~FishDomain () |
Destructor for FishDomain: Kill macro elements. More... | |
double & | x_fin () |
x-position of fin tip More... | |
double & | y_fin () |
y-position of fin tip More... | |
double & | x_mouth () |
x-position of mouth More... | |
double & | xi_nose () |
Start coordinate on wall (near nose) More... | |
double & | xi_tail () |
End coordinate on wall (near tail) More... | |
void | macro_element_boundary (const unsigned &t, const unsigned &i_macro, const unsigned &i_direct, const Vector< double > &zeta, Vector< double > &r) |
Vector representation of the i_macro-th macro element boundary i_direct (N/S/W/E) at the discrete time level t (t=0: present; t>0: previous): ![]() | |
Private Member Functions | |
void | r_upper_body_N (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of upper body macro element zeta ![]() | |
void | r_upper_body_W (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of upper body macro element zeta ![]() | |
void | r_upper_body_S (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of upper body macro element zeta ![]() | |
void | r_upper_body_E (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of upper body macro element zeta ![]() | |
void | r_upper_fin_N (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of upper fin macro element zeta ![]() | |
void | r_upper_fin_W (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of upper fin macro element zeta ![]() | |
void | r_upper_fin_S (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of upper fin macro element zeta ![]() | |
void | r_upper_fin_E (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of upper fin macro element zeta ![]() | |
void | r_lower_body_N (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of lower body macro element zeta ![]() | |
void | r_lower_body_W (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of lower body macro element zeta ![]() | |
void | r_lower_body_S (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Southern boundary of lower body macro element zeta ![]() | |
void | r_lower_body_E (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of lower body macro element zeta ![]() | |
void | r_lower_fin_N (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of lower fin macro element zeta ![]() | |
void | r_lower_fin_W (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of lower fin macro element zeta ![]() | |
void | r_lower_fin_S (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of lower fin macro element zeta ![]() | |
void | r_lower_fin_E (const unsigned &t, const Vector< double > &zeta, Vector< double > &f) |
Boundary of lower fin macro element zeta ![]() | |
Private Attributes | |
double | Xi_nose |
"Nose" limit for the (1D) coordinates along the wall More... | |
double | Xi_tail |
"Tail" limit for the (1D) coordinates along the wall More... | |
double | X_fin |
X coordinate of fin tip. More... | |
double | Y_fin |
Y coordinate of fin tip. More... | |
double | X_mouth |
X coordinate of corner of mouth. More... | |
GeomObject * | Back_pt |
Pointer to the fish's back. More... | |
Fish shaped domain, represented by four MacroElements. Shape is parametrised by GeomObject that represents the fish's back.
Definition at line 49 of file fish_domain.h.
|
inline |
Constructor: Pass pointer to GeomObject that represents the (upper) curved boundary of the fish's body, and the start and end values of the Lagrangian coordinates along the GeomObject.
Definition at line 57 of file fish_domain.h.
|
inline |
Broken copy constructor.
Definition at line 82 of file fish_domain.h.
|
inlinevirtual |
Destructor for FishDomain: Kill macro elements.
Definition at line 96 of file fish_domain.h.
void oomph::FishDomain::macro_element_boundary | ( | const unsigned & | t, |
const unsigned & | i_macro, | ||
const unsigned & | i_direct, | ||
const Vector< double > & | zeta, | ||
Vector< double > & | r | ||
) |
Vector representation of the i_macro-th macro element boundary i_direct (N/S/W/E) at the discrete time level t (t=0: present; t>0: previous): Note that the local coordinate zeta is a 1D Vector rather than a scalar – this is unavoidable because this function implements the pure virtual function in the Domain base class.
Vector representation of the imacro-th macro element boundary idirect (N/S/W/E) at time level t (t=0: present; t>0: previous): Note that the local coordinate zeta is a 1D Vector rather than a scalar – this is unavoidable because this function implements the pure virtual function in the Domain base class.
Definition at line 301 of file fish_domain.h.
References r_lower_body_E(), r_lower_body_N(), r_lower_body_S(), r_lower_body_W(), r_lower_fin_E(), r_lower_fin_N(), r_lower_fin_S(), r_lower_fin_W(), r_upper_body_E(), r_upper_body_N(), r_upper_body_S(), r_upper_body_W(), r_upper_fin_E(), r_upper_fin_N(), r_upper_fin_S(), and r_upper_fin_W().
Referenced by xi_tail().
|
inline |
Broken assignment operator.
Definition at line 89 of file fish_domain.h.
|
inlineprivate |
Boundary of lower body macro element zeta .
Definition at line 220 of file fish_domain.h.
References r_upper_body_E().
Referenced by macro_element_boundary().
|
inlineprivate |
Boundary of lower body macro element zeta .
Definition at line 184 of file fish_domain.h.
References r_upper_body_S().
Referenced by macro_element_boundary().
|
inlineprivate |
Southern boundary of lower body macro element zeta .
Definition at line 209 of file fish_domain.h.
References r_upper_body_N().
Referenced by macro_element_boundary().
|
inlineprivate |
Boundary of lower body macro element zeta .
Definition at line 196 of file fish_domain.h.
References r_upper_body_W().
Referenced by macro_element_boundary().
|
inlineprivate |
Boundary of lower fin macro element zeta .
Definition at line 270 of file fish_domain.h.
References r_upper_fin_E().
Referenced by macro_element_boundary().
|
inlineprivate |
Boundary of lower fin macro element zeta .
Definition at line 234 of file fish_domain.h.
References r_upper_fin_S().
Referenced by macro_element_boundary().
|
inlineprivate |
Boundary of lower fin macro element zeta .
Definition at line 259 of file fish_domain.h.
References r_upper_fin_N().
Referenced by macro_element_boundary().
|
inlineprivate |
Boundary of lower fin macro element zeta .
Definition at line 246 of file fish_domain.h.
References r_upper_fin_W().
Referenced by macro_element_boundary().
|
private |
Boundary of upper body macro element zeta .
Eastern edge of upper body macro element; .
Definition at line 594 of file fish_domain.h.
References Back_pt, and Xi_tail.
Referenced by macro_element_boundary(), and r_lower_body_E().
|
private |
Boundary of upper body macro element zeta .
Northern edge of upper body macro element; .
Definition at line 574 of file fish_domain.h.
References Back_pt, Xi_nose, and Xi_tail.
Referenced by macro_element_boundary(), and r_lower_body_S().
|
private |
Boundary of upper body macro element zeta .
Southern edge of upper body macro element; .
Definition at line 622 of file fish_domain.h.
References Back_pt, X_mouth, and Xi_tail.
Referenced by macro_element_boundary(), and r_lower_body_N().
|
private |
Boundary of upper body macro element zeta .
Western edge of upper body macro element; .
Definition at line 644 of file fish_domain.h.
References Back_pt, X_mouth, and Xi_nose.
Referenced by macro_element_boundary(), and r_lower_body_W().
|
private |
Boundary of upper fin macro element zeta .
Eastern edge of upper fin macro element; .
Definition at line 560 of file fish_domain.h.
Referenced by macro_element_boundary(), and r_lower_fin_E().
|
private |
Boundary of upper fin macro element zeta .
Northern edge of upper fin macro element; .
Definition at line 485 of file fish_domain.h.
References Back_pt, X_fin, Xi_tail, and Y_fin.
Referenced by macro_element_boundary(), and r_lower_fin_S().
|
private |
Boundary of upper fin macro element zeta .
Southern edge of upper fin macro element; .
Definition at line 538 of file fish_domain.h.
References Back_pt, and Xi_tail.
Referenced by macro_element_boundary(), and r_lower_fin_N().
|
private |
Boundary of upper fin macro element zeta .
Western edge of upper fin macro element; .
Definition at line 515 of file fish_domain.h.
References Back_pt, and Xi_tail.
Referenced by macro_element_boundary(), and r_lower_fin_W().
|
inline |
x-position of fin tip
Definition at line 102 of file fish_domain.h.
References X_fin.
Referenced by oomph::AlgebraicFishMesh< ELEMENT >::node_update_in_fin().
|
inline |
x-position of mouth
Definition at line 108 of file fish_domain.h.
References X_mouth.
Referenced by oomph::AlgebraicFishMesh< ELEMENT >::node_update_in_body().
|
inline |
Start coordinate on wall (near nose)
Definition at line 111 of file fish_domain.h.
References Xi_nose.
Referenced by oomph::AlgebraicFishMesh< ELEMENT >::node_update_in_body(), and oomph::AlgebraicFishMesh< ELEMENT >::update_node_update().
|
inline |
End coordinate on wall (near tail)
Definition at line 114 of file fish_domain.h.
References macro_element_boundary(), and Xi_tail.
Referenced by oomph::AlgebraicFishMesh< ELEMENT >::node_update_in_body(), oomph::AlgebraicFishMesh< ELEMENT >::node_update_in_fin(), and oomph::AlgebraicFishMesh< ELEMENT >::update_node_update().
|
inline |
y-position of fin tip
Definition at line 105 of file fish_domain.h.
References Y_fin.
Referenced by oomph::AlgebraicFishMesh< ELEMENT >::node_update_in_fin().
|
private |
Pointer to the fish's back.
Definition at line 147 of file fish_domain.h.
Referenced by r_upper_body_E(), r_upper_body_N(), r_upper_body_S(), r_upper_body_W(), r_upper_fin_N(), r_upper_fin_S(), and r_upper_fin_W().
|
private |
X coordinate of fin tip.
Definition at line 138 of file fish_domain.h.
Referenced by FishDomain(), r_upper_fin_E(), r_upper_fin_N(), and x_fin().
|
private |
X coordinate of corner of mouth.
Definition at line 144 of file fish_domain.h.
Referenced by FishDomain(), r_upper_body_S(), r_upper_body_W(), and x_mouth().
|
private |
"Nose" limit for the (1D) coordinates along the wall
Definition at line 132 of file fish_domain.h.
Referenced by r_upper_body_N(), r_upper_body_W(), and xi_nose().
|
private |
"Tail" limit for the (1D) coordinates along the wall
Definition at line 135 of file fish_domain.h.
Referenced by r_upper_body_E(), r_upper_body_N(), r_upper_body_S(), r_upper_fin_N(), r_upper_fin_S(), r_upper_fin_W(), and xi_tail().
|
private |
Y coordinate of fin tip.
Definition at line 141 of file fish_domain.h.
Referenced by FishDomain(), r_upper_fin_E(), r_upper_fin_N(), and y_fin().