![]() |
VM2D 1.14
Vortex methods for 2D flows simulation
|
Класс-обертка для точек и панелей More...
#include <PointsCopyBH.h>


Public Member Functions | |
| PointsCopy () | |
| Инициализирующий конструктор | |
| PointsCopy (const Point2D &r) | |
| Конструктор копирования из точки | |
| PointsCopy (const Vortex2D &vtx_) | |
| Конструктор копирования из вихря | |
| ~PointsCopy () | |
| Деструктор | |
| HD Point2D & | r () |
| Функция для доступа к радиус-вектору вихря | |
| HD const Point2D & | r () const |
| Функция для доступа для чтения к радиус-вектору вихря | |
| HD double & | g () |
| Функция для доступа к циркуляции вихря | |
| HD const double & | g () const |
| Функция для доступа для чтения к циркуляции вихря | |
| HD | operator Point2D & () |
| HD | operator const Point2D & () const |
Public Attributes | |
| Point2D | veloCopy |
| Вычисленная скорость | |
| double | epsast |
| Вычисленное расстояние до ближайших вихрей | |
Static Public Attributes | |
| static size_t | offsPos = offsetof(Vortex2D, pos) |
| static size_t | offsGam = offsetof(Vortex2D, gam) |
Private Attributes | |
| Point2D | pos |
| Радиус-вектор вихря | |
| double | gam |
| Циркуляция вихря | |
|
inline |
Инициализирующий конструктор
Definition at line 70 of file PointsCopyBH.h.
|
inline |
Конструктор копирования из точки
Definition at line 75 of file PointsCopyBH.h.
|
inline |
Конструктор копирования из вихря
Definition at line 80 of file PointsCopyBH.h.
|
inline |
|
inlineinherited |
Функция для доступа к циркуляции вихря
Definition at line 95 of file Vortex2D.h.

|
inlineinherited |
Функция для доступа для чтения к циркуляции вихря
Definition at line 99 of file Vortex2D.h.
Definition at line 102 of file Vortex2D.h.
Definition at line 101 of file Vortex2D.h.
Функция для доступа к радиус-вектору вихря
Definition at line 87 of file Vortex2D.h.

Функция для доступа для чтения к радиус-вектору вихря
Definition at line 91 of file Vortex2D.h.
| double BH::PointsCopy::epsast |
Вычисленное расстояние до ближайших вихрей
Definition at line 67 of file PointsCopyBH.h.
|
privateinherited |
Циркуляция вихря
Definition at line 65 of file Vortex2D.h.
Definition at line 70 of file Vortex2D.h.
Definition at line 69 of file Vortex2D.h.
|
privateinherited |
Радиус-вектор вихря
Definition at line 62 of file Vortex2D.h.
| Point2D BH::PointsCopy::veloCopy |
Вычисленная скорость
Definition at line 64 of file PointsCopyBH.h.