Annular domain. More...
#include <annular_domain.h>
Public Member Functions | |
AnnularDomain (const double &azimuthal_fraction, const unsigned &ntheta, const unsigned &nr, const double &a, const double &h, const double &phi) | |
Constructor: Specify azimuthal fraction (1.0 is 360 degrees) number of macro elements in azimuthal and radial direction, inner radius and thickness. Rotate mesh by angle phi. More... | |
AnnularDomain (const AnnularDomain &)=delete | |
Broken copy constructor. More... | |
void | operator= (const AnnularDomain &)=delete |
Broken assignment operator. More... | |
~AnnularDomain () | |
Destructor: Empty; cleanup done in base class. More... | |
void | macro_element_boundary (const unsigned &t, const unsigned &i_macro, const unsigned &i_direct, const Vector< double > &s, Vector< double > &f) |
Vector representation of the i_macro-th macro element boundary i_direct (N/S/W/E) at time level t (t=0: present; t>0: previous): f(s). More... | |
Private Attributes | |
double | Azimuthal_fraction |
Azimuthal fraction. More... | |
double | Inner_radius |
Inner radius. More... | |
double | Thickness |
Thickness. More... | |
unsigned | Ntheta |
Number of macro elements in azimuthal direction. More... | |
unsigned | Nr |
Number of macro elements in radial direction. More... | |
double | Phi |
Rotation angle. More... | |
Annular domain.
Definition at line 39 of file annular_domain.h.
|
inline |
Constructor: Specify azimuthal fraction (1.0 is 360 degrees) number of macro elements in azimuthal and radial direction, inner radius and thickness. Rotate mesh by angle phi.
Definition at line 45 of file annular_domain.h.
|
delete |
Broken copy constructor.
|
inline |
Destructor: Empty; cleanup done in base class.
Definition at line 75 of file annular_domain.h.
void oomph::AnnularDomain::macro_element_boundary | ( | const unsigned & | t, |
const unsigned & | imacro, | ||
const unsigned & | idirect, | ||
const Vector< double > & | s, | ||
Vector< double > & | f | ||
) |
Vector representation of the i_macro-th macro element boundary i_direct (N/S/W/E) at time level t (t=0: present; t>0: previous): f(s).
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
Vector representation of the imacro-th macro element boundary idirect (N/S/W/E) at time level t (t=0: present; t>0: previous): f(s)
Definition at line 119 of file annular_domain.h.
References Azimuthal_fraction, Inner_radius, Nr, Ntheta, Phi, and Thickness.
|
delete |
Broken assignment operator.
|
private |
Azimuthal fraction.
Definition at line 90 of file annular_domain.h.
Referenced by macro_element_boundary().
|
private |
Inner radius.
Definition at line 93 of file annular_domain.h.
Referenced by macro_element_boundary().
|
private |
Number of macro elements in radial direction.
Definition at line 102 of file annular_domain.h.
Referenced by macro_element_boundary().
|
private |
Number of macro elements in azimuthal direction.
Definition at line 99 of file annular_domain.h.
Referenced by macro_element_boundary().
|
private |
Rotation angle.
Definition at line 105 of file annular_domain.h.
Referenced by macro_element_boundary().
|
private |