VM2D
1.12
Vortex methods for 2D flows simulation
|
Структура, задающая используемые численные схемы More...
#include <Passport2D.h>
Public Attributes | |
std::pair< std::string, int > | linearSystemSolver |
std::pair< std::string, int > | velocityComputation |
std::pair< std::string, int > | panelsType |
Тип панелей (0 — прямые) More... | |
std::pair< std::string, int > | boundaryCondition |
Метод аппроксимации граничных условий More... | |
Структура, задающая используемые численные схемы
Definition at line 184 of file Passport2D.h.
std::pair<std::string, int> VM2D::NumericalSchemes::boundaryCondition |
Метод аппроксимации граничных условий
Definition at line 199 of file Passport2D.h.
std::pair<std::string, int> VM2D::NumericalSchemes::linearSystemSolver |
Definition at line 187 of file Passport2D.h.
std::pair<std::string, int> VM2D::NumericalSchemes::panelsType |
Тип панелей (0 — прямые)
Definition at line 196 of file Passport2D.h.
std::pair<std::string, int> VM2D::NumericalSchemes::velocityComputation |
Definition at line 190 of file Passport2D.h.