⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 surface.h

📁 The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Sto
💻 H
字号:
struct particleline *INIT_PARTICLES(int *N,int imax,int jmax,                                    REAL delx,REAL dely,                                    int ppc,char *problem,REAL **U,REAL **V);void SET_PART(struct particleline *Partline,REAL x,REAL y);void MARK_CELLS(int **FLAG,int imax,int jmax,REAL delx,REAL dely,                int *ifull,int *isurf,                int N, struct particleline *Particlelines);void SET_UVP_SURFACE(REAL **U,REAL **V,REAL **P,int **FLAG,REAL GX,REAL GY,                     int imax,int jmax,REAL Re,REAL delx,REAL dely,REAL delt);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -