![]() |
VM2D
1.12
Vortex methods for 2D flows simulation
|
Структура, задающая физические свойства задачи More...
#include <Passport2D.h>

Public Member Functions | |
| double | accelCft () const |
| Функция-множитель, позволяющая моделировать разгон More... | |
| Point2D | V0 () const |
| Функция скорости набегающего потока с учетом разгона More... | |
| double | getCurrTime () const |
| Возвращает текуще время More... | |
| void | setCurrTime (double t_) const |
| Установка текущего времени More... | |
| void | addCurrTime (double dt_) const |
| Добавление шага к текущему времени More... | |
| PhysicalProperties (const VMlib::TimeDiscretizationProperties &timeProp_) | |
Public Attributes | |
| double | rho |
| Плотность потока More... | |
| Point2D | vInf |
| Скоростью набегающего потока More... | |
| double | vRef |
| Референсная скорость More... | |
| std::pair< std::string, int > | typeAccel |
| Способ разгона потока More... | |
| double | timeAccel |
| Время разгона потока More... | |
| double | nu |
| Коэффициент кинематической вязкости среды More... | |
Private Attributes | |
| const VMlib::TimeDiscretizationProperties & | timeProp |
Структура, задающая физические свойства задачи
Definition at line 68 of file Passport2D.h.
|
inline |
Definition at line 119 of file Passport2D.h.
| double PhysicalProperties::accelCft | ( | ) | const |
Функция-множитель, позволяющая моделировать разгон
Definition at line 51 of file Passport2D.cpp.

|
inline |
Добавление шага к текущему времени
Definition at line 114 of file Passport2D.h.

|
inline |
Возвращает текуще время
Definition at line 102 of file Passport2D.h.

|
inline |
Установка текущего времени
Definition at line 108 of file Passport2D.h.

|
inline |
Функция скорости набегающего потока с учетом разгона
Definition at line 93 of file Passport2D.h.


| double VM2D::PhysicalProperties::nu |
Коэффициент кинематической вязкости среды
Definition at line 96 of file Passport2D.h.
| double VM2D::PhysicalProperties::rho |
Плотность потока
Definition at line 75 of file Passport2D.h.
| double VM2D::PhysicalProperties::timeAccel |
Время разгона потока
Definition at line 87 of file Passport2D.h.
|
private |
Definition at line 71 of file Passport2D.h.
| std::pair<std::string, int> VM2D::PhysicalProperties::typeAccel |
Способ разгона потока
Definition at line 84 of file Passport2D.h.
| Point2D VM2D::PhysicalProperties::vInf |
Скоростью набегающего потока
Definition at line 78 of file Passport2D.h.
| double VM2D::PhysicalProperties::vRef |
Референсная скорость
Definition at line 81 of file Passport2D.h.