搜索资源列表
eno&weno.rar
- 数值计算程序,基于非结构有限体积法的eno和weno的计算格式.-Numerical procedure, based on the volume of non-structural priority issue
fvm.rar
- 用有限体积法计算结构网格下的对流扩散程序,用adi方法求解。-Structure with finite volume method for convection-diffusion process under the grid, with adi Solving
integral_volume
- 使用蒙特卡罗方法计算积分和体积的Matlab代码,适合初学者。-calculated using the Monte Carlo method and size of the integration of Matlab code for beginners.
CFD2_lc_MUSCL
- 有限体积法求解一维欧拉方程,采用二阶MUSCL迎风格式,计算一维等熵喷管的流程,喷管扩张段有正激波。有助于理解和学习MUSCL格式
圆的相关计算算法
- 圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果
jisuanchangfangtitiji
- 该小程序用面向对象的设计方法实现了对长方体表面积和体积的计算。
ball 球体积和球表面积计算设计
- “球体积和球表面积计算设计”。设计一个对话框,可以输入球的半径,输出球体积和球表面积。-to check the ball s v and s.
OpenCFD-EC2D-1.0
- 计算流体力学开源代码,有限体积法的结构网格-Calculate the fluid dynamics of the structure of the open source code, the finite volume method grid
eno-and-weno-2d-riemann
- 数值计算程序,基于非结构有限体积法的eno和weno的计算格式.-Numerical procedure, based on the volume of non-structural priority issue
1_205
- 球体积的计算,输入球的半径,分别计算出球的体积,表面积-Ball the size of the calculation, enter the radius of the ball, respectively, to calculate the size of the ball, the surface area
kw
- 文章:利用三次样条函数计算开挖体积,有matlab代码。-Article: the use of cubic spline function calculated excavation volume, there is matlab code.
bfstep
- 四边形结构网格,可用于有限元有限体积的计算-Quadrilateral structured grid can be used for the calculation of the finite element, finite volume
shockwave
- REO 格式 有限体积计算 N-S方程 5步R-K-REO scheme finite volume calculated in step 5 RK NS equations
cfd
- Fortran 有限体积法 一阶迎风格式计算欧拉方程 管流-Fortran order upwind finite volume method, the format of a pipe flow calculation of Euler equations
check_n_final
- 这个项目主要是实现多线程判断大量点与多面体的情况,在空间体积计算模拟等方面应该会有非常好的实用价值。具体就是判断点是否是在多面体的内部,外部,面上,顶点。并输出点和所在多面体的整体坐标。目前,本程序主要是针对凸6面体,但很容易扩展到N凸面体。-This project is multi-threaded to determine a large number of points with the polyhedron, should have very good practical value
ch4soft
- 常用的计算流体力学有限差分和有限体积计算格式-Commonly used in computational fluid dynamics finite difference and finite volume format
cvt
- 应用常体积法完成csd与cfd之间的插值计算(The interpolation between CSD and CFD is done by the constant volume method)
code
- 使用蒙特卡洛方法分别对正弦函数进行积分,求空心球的体积。该程序可以拓展到任意函数积分和体积计算问题中(Monte Carlo integration)
圆柱绕流CFD代码
- 利用有限体积计算圆柱绕流,设计到边界处理以及算法知识,仅供参考!
二维Euler方程C++
- 该程序是用C++语言编写的,用来求解二维欧拉方程,采用的计算案例是二维翼型,采用中心差分格式进行离散和求解。