搜索资源列表
LBM_main
- Lattice Boltzmann用于模拟方腔流的程序。 生成的plt文件需用tecplot软件打开。-Lattice Boltzmann Simulation of cavity flow for the procedure.The plt files generated need the software named “tecplot” to open.
ch8soft
- These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomial Interpolation Points (Small) First Sample (x1,y1) Second Sample (x2,y2) ... Nth Sample (xN,yN) N1: Number of Error Eval
ch9soft
- 主要是研究这方面内容:Piecewise-Polynomial Reconstruction-This code will produce two ASCII output files: spline.out. This contains the polynomial coefficients in Taylor series form for each interval defined by the spline interpolation points. spline.plt.
ch11soft
- 这个主要是研究:Simple Numerical Methods for Scalar Conservation Laws-These codes will produce two ASCII output files: btcs.out or ctcs.out. Lists delta_t, delta_x, and lambda. Also lists the final time requested vs. actual final time (these may differ if
ch17soft
- 这个主要是研究:Basic Numerical Methods for Scalar Conservation Laws -These codes will produce two ASCII output files: lf.out, lw.out, roe.out, or bwsplit.out. Lists delta_t, delta_x, and lambda. Also lists the final time requested vs. actual final time
main
- 一个三角形单元的有限元程序简易算例,最后可用输出tecplot打开的云图文件.plt-A triangular element of the finite element program simple example, the last available output tecplot open cloud file .plt
基于Laplace方程的翼型O-形网格生成器
- 源程序使用C++编写,通过求解椭圆型微分方程(拉普拉斯方程)生成绕翼型的O-形二维网格。网格坐标以.plt的格式输出,可使用tecplot进行查看。