VM2D
1.12
Vortex methods for 2D flows simulation
|
Файл кода с описанием класса VelocityBiotSavart. More...
#include "Velocity2DBiotSavart.h"
#include "Airfoil2D.h"
#include "Boundary2D.h"
#include "MeasureVP2D.h"
#include "Mechanics2D.h"
#include "Passport2D.h"
#include "StreamParser.h"
#include "Wake2D.h"
#include "World2D.h"
#include "wrapper.h"
#include <algorithm>
Go to the source code of this file.
Functions | |
void | ModifyE2 (double *ee2, double dst2) |
Модифицирует массив квадратов расстояний до ближайших вихрей из wake. More... | |
Файл кода с описанием класса VelocityBiotSavart.
Definition in file Velocity2DBiotSavart.cpp.
|
inline |
Модифицирует массив квадратов расстояний до ближайших вихрей из wake.
[out] | ee2 | массив расстояний до трех ближайших вихрей |
[in] | dst2 | новое расстояние (заменит одно из расстояний в ee2, если меньше) |
Definition at line 206 of file Velocity2DBiotSavart.cpp.