资源列表
GmshRead
- 可以读取gmesh软件产生的网格数据,读取.msh(Can read grid data generated by gmesh software, read .msh)
焊接ansys模拟程序相关
- 运用ansys软件来模拟焊接过程中的温度场和流场的APDL程序,以及相关焊接热源函数。(ANSYS simulation of flow field in welding temperature field)
MATLAB有限元结构动力学分析与工程应用
- 编程资料,MATLAB有限元结构动力学分析与工程应用,书中有详细的matlab源码(MATLAB finite element structural dynamics analysis and engineering application)
abaqus 隐式算法 uel
- abaqus 隐式算法 uel 是官方给的示例程序,有这方面需求的同学可以下载研究
FOLDED TOWER
- 这是一个三维超混沌离散系统Folded towel函数(Three dimensional hyperchaotic discrete system function)
topology3d
- 3D拓扑优化算法,经典169行代码,MATLAB语言(3D topology optimization algorithm)
程序
- 最基本的解常微分方程的方法,包括欧拉法、泰勒级数法、多步法、隐式法、Rung-kutta法等(The basic methods for solving ordinary differential equations include Euler method, Taylor series method, multistep method, implicit method, Rung-kutta method, etc.)
photonic crystalBandgap
- 能够计算不同排列情况下的能带结构,只需更给晶格常数,选择排列方式以及介电常数即可(It is possible to calculate the energy band structure under different arrangement conditions, only by giving lattice constants, arranging permutations and permittivity.)
fiber_optic_sensor_based_SPR
- 光纤型SPR传感器的透射谱,通过最为常见的SP理论,使用MATLAB模拟器透射谱情况。(Transmission spectrum of fiber optic SPR sensor)
Van der waals
- 从范德瓦尔斯方程出发,利用牛顿迭代法,求解对应材料的binomal线和binomal线,给出相应的相图,并作出对应的P-T图像。(Starting from the Van Der Waals equation, using the Newton iterative method, the binomal line and the binomal line of the corresponding materials are solved, and the corresponding phase
crystal_soild
- 基于相场法,利用C++编程,对晶粒长大过程进行了模拟(simulation for grain growth based on phase field method,by C++code)
一维热传导方程_有限差分
- 分层的一维热传导方程的有限差分法MATLAB程序,是简单的显式差分格式,尽量使用了矩阵运算,没有符号运算。 文件chafen1.m以路面为例,假设有多层建筑材料,热传导系数已经在代码中给出。用户使用时请按自己需要修改chafen1.m文件,增减层数,修改热传导系数等即可。(One-dimensional heat conduction equation finite difference method MATLAB program, is a simple explicit differenc