VM2D  1.12
Vortex methods for 2D flows simulation
VM2D::NumericalSchemes Struct Reference

Структура, задающая используемые численные схемы 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...
 

Detailed Description

Структура, задающая используемые численные схемы

Author
Марчевский Илья Константинович
Сокол Ксения Сергеевна
Рятина Евгения Павловна
Колганова Александра Олеговна 1.12
Date
14 января 2024 г.

Definition at line 184 of file Passport2D.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: