|
| | HeatedCircularPenetrator (Vector< double > *r_c_pt, const double &r) |
| | Constructor: Pass pointer to centre and radius. More...
|
| |
| virtual | ~HeatedCircularPenetrator () |
| | Destructor. More...
|
| |
| double | temperature (const Vector< double > &x) const |
| |
| | HeatedPenetrator () |
| | Constructor. More...
|
| |
| virtual | ~HeatedPenetrator () |
| | Destructor. More...
|
| |
| | Penetrator () |
| | Constructor. More...
|
| |
| virtual | ~Penetrator () |
| | Destructor. More...
|
| |
| virtual Vector< std::pair< Data *, unsigned > > | equilibrium_data () |
| |
| | CircularPenetrator (Vector< double > *r_c_pt, const double &r) |
| | Constructor: Pass pointer to centre and radius. More...
|
| |
| virtual | ~CircularPenetrator () |
| | Destructor. More...
|
| |
| void | penetration (const Vector< double > &x, const Vector< double > &n, double &d, bool &intersection) const |
| | Get penetration for given point x. More...
|
| |
| void | output (std::ostream &outfile, const unsigned &nplot) const |
| | Output coordinates of penetrator at nplot plot points. More...
|
| |
| void | position_from_zeta (const Vector< double > &zeta, Vector< double > &r) const |
| | Get position to surface, r, in terms of surface coordinate zeta. More...
|
| |
| void | surface_coordinate (const Vector< double > &x, Vector< double > &zeta) const |
| |
| Vector< double > | rigid_body_displacement () const |
| | Get rigid body displacement of reference point in penetrator. More...
|
| |
| void | set_original_centre (const Vector< double > &orig_centre) |
| |
Heated circular penetrator.
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////