搜索资源列表
二维非结构化网格生成及流动传热求解程序
- delauney二维非结构化网格生成程序 采用fortran语言-Delauney 2D unstructured mesh generation process using FORTRAN language
二维非结构化网格生成及流动传热求解程序
- delauney二维非结构化网格生成程序 采用fortran语言-Delauney 2D unstructured mesh generation process using FORTRAN language
pmew2d
- 二维超声速流动的数值解-普朗特-迈耶稀疏波
BFC2D
- 《日本水理公式例题集》例题2-8源程序 一般坐标的河道水流计算 利用给定的河道地形数据和水位、流量历时变化数据计算平面二维非恒定流动-" Japan, the rationale for the formula of water Example Set" Example 2-8 source of the river flow in general coordinates calculated using th
SteamFlow
- 可用于直接计算二维喷管中的湿蒸汽流动,输入初始条件,边界条那件和迭代次数和步长即可。-study on the wet steam flow with condensation in the laval nozzle ,with fortran code。
supersonic
- 计算二维圆钝体超声速流动的一个Fortran程序-Calculated two-dimensional blunt body in supersonic flow of a Fortran program
NS
- 关于计算流体力学的二维椭圆形流动传热通用程序-failed to translate
zsh3111
- 用于模拟承压水二维流动问题含第一边界条件和第二边界条件-Used to simulate the confined water two dimensional flow
Flow
- 基于C++编写的类,可以进行二维流动场的模拟仿真-Class based on C++ written, two-dimensional flow field simulation
MAC-Chorin2D
- 二维 流动问题是有解析解的二维不可压缩黏性流动。对它采用 算法和 压力迭代解法进行数值求解。-Two-dimensional flow problem is a two-dimensional analytical solution of incompressible viscous flows. It uses an iterative solution algorithms and numerical solution pressu
5CFDprogram
- 压缩包中包含五个CFD基础程序,其中MacCormack1DSolveRiemann.for是一维欧拉方程求解(黎曼问题),UpwindTVD_1D.for是一维可压粘性N-S方程求解,MAC-Chorin2D.for是利用MAC算法和Chorin压力迭代解法求解 二维不可压缩黏性平板间Poisuille流动问题,Lax-Webdroff2D.for是利用Lax-Webdroff差分格式求解二维平面激波反射问题,fvm_upwind
CFD
- 计算进口边界条件为超音和亚音条件下,气流流经凸包时的二维流动状况-program for calculate air flows through the convex hullto in the import boundary conditions of supernic and subsonic
1MESH
- 采用超限插值法生成二维流动区域的CFD结构化计算网格,选择平面叶栅通道。-Generates structured using CFD computational grid overrun two-dimensional flow region interpolation method, the plane leaves the gate channel.
MAC_Chorin2d
- 二维流动问题有解析解。采用迭代解法进行数值求解。这里给出了计算二维不可压缩黏性流体流动问题的计算程序。-Two-dimensional flow problem analytical solution. Solved numerically using an iterative solution. Here is a computer program to calculate the two-dimensional incompress
二维方腔流
- LBM模拟流体在二维方腔中的流动,是练习LBM算法的基础(The LBM simulates of fluid flow in a two-dimensional cavity)
二维圆钝体超声速程序
- 二维可压缩程序采用fortran计算机语言编写,可以计算可压缩流体流动与传热(two dimensional program)
源程序二维管流
- 计算流体力学CFD中使用有限体积法计算一个二维管流的内部流动,包括画网格和有限体积法的算法(The finite volume method is used to calculate the internal flow of a two-dimensional pipe flow, including the algorithm of grid drawing and finite volume method.)
二维周期性边界流动
- 格子Boltzmann方法,二维周期性边界流动的c++代码(Lattice Boltzmann Method, C++ Code for Two-Dimensional Periodic Boundary Flow)
粘性方腔不可压流动
- 利用matlab实现流体力学中经典算例:二维粘性方腔不可压流动的计算。(Matlab is used to calculate the incompressible flow in a two-dimensional viscous square cavity.)
二维凸包流动数值模拟
- 经典的二维凸包流动,进口条件分别是亚音和超音,对该流动进行数值模拟;有限体积法解二维EULER方程;FORTRAN语言编程