搜索资源列表
maxwell
- 计算不同温度下麦克斯韦速率分布律的图像,并用辛普森方法求图像下方面积(The image of Maxwell velocity distribution law at different temperatures is calculated and the area under the image is calculated by Simpson method)
Lyapunov
- 一种求lyapunov指数的算法,可以参考,不同系统,参数不同(We present the first algorithms that allow the estimation of non-negative Lyapunov exponents from an experimental time series.)
liangzhongyanseheqiujing8
- 离散元素法的基本原理是,将研究对象划分为一个个相互独立的单元,根据单元之间的相互作用和牛顿运动定理,采用动态松弛法或静态松弛法等迭代方法进行循环迭代计算,确定在每一个时间步长所有单元的受力及位移,并更新所有单元的位置。主要根据研磨片的参数特性,建立离散元模型,对研磨过程进行模拟,观测磨粒脱落情况,分析不同结合强度,不同研磨压力,不同研磨速度条件下,光纤头和研磨的相互作用情况。(In order to study the rough peak removing from the surface o
五种对流离散数值计算方法对比
- 用于计算传热学五种常见对流扩散数值计算对比(Numerical comparison of five kinds of convection diffusion)
双马赫反射
- 求解双马赫反射问题的各种解法,黎曼求解器包括WENO格式和MDCD格式,时间方向采用Runge-kutta 方法,方程包括Euler方程和NS方程。(Program to solve Double Mach Reflection. Use WENO solver and MDCD solver to solve Riemann problem. Use Runge-Kutta to iterate in time scale. Equations conclude Euler equation
simu.tar
- 简单的声波方程数值模拟程序,使用二阶有限差分方法,震源为单位脉冲。(The simple acoustic wave equation numerical simulation program, using the two - order finite difference method, the source of the unit pulse.)
Response_function
- 利用小信号近似方法对单量子阱激光器的响应函数进行的仿真(Simulation of the response function of a single quantum well laser by small signal approximation)
boltzmann
- 实现采用单弛豫时间,D2Q9速度配置,完成圆形绕流计算。(The single relaxation time, D2Q9 speed to complete the calculation of the flow around a circular configuration.)
程序
- 最基本的解常微分方程的方法,包括欧拉法、泰勒级数法、多步法、隐式法、Rung-kutta法等(The basic methods for solving ordinary differential equations include Euler method, Taylor series method, multistep method, implicit method, Rung-kutta method, etc.)
LBM_25_LINES_AND_VIEW
- 只有24的行非常简练的LBM程序,以展示LBM方法代码的简单性,还附有一个原理演示程序。(A very simple mtlab code to show the simplicity of LBM.)
D2Q9模型顶盖驱动流C语言程序
- 《格子Boltzmann方法的理论与应用》附录里的C++程序转换为C程序,供初学LBM批评指正
MainProgram
- 一个基于有限元方法的平面问题求解器,支持网格类型为二维四边形四节点单元和四边形八节点单元的有限元网格: 前处理——用Abaqus建模编号并导出数据 在Matlab中读取数据文件 计算单元刚度矩阵(采用高斯积分),组集结构刚度矩阵 组集结点载荷向量,引入位移边条 求解结点位移,单元应力应变 后处理——绘制应力应变位移云图,与Abaqus结果对照(A plane problem solver based on finite element method)
Matlab求解一维薛定谔方程
- 整个是关于量子力学一维薛定谔方程在力场中求解的三种方法的讨论,内有源代码与相关论文!
格子Boltzmann模拟传热
- 使用格子Boltzmann方法模拟方腔的自然对流使用C++编写