登录
首页 » matlab » 混凝土随机球形骨料球体蒙特卡洛随机分布模型

混凝土随机球形骨料球体蒙特卡洛随机分布模型

于 2020-11-24 发布 文件大小:19397KB
0 199
下载积分: 1 下载次数: 58

代码说明:

  目前三维的混凝土建模很少见,随机球形骨料在受限空间(球体)随机分布模型,本人自己编写,具有原创性。动画显示建模过程。三种粒径不同的骨料随机分布。模拟混凝土材料的过程。有助于后续有限元计算。(Random spherical aggregate in the restricted space (sphere) random distribution model, I write it myself, with originality. Animation shows the modeling process. Three kinds of aggregates with different particle sizes are randomly distributed. The process of simulating the concrete material. It is helpful to the subsequent finite element calculation.)

文件列表:

随机球形骨料在受限空间(球体)随机分布模型\500个随机球形骨料在受限空间(球体)随机分布模型动画.gif, 5066670 , 2018-05-20
随机球形骨料在受限空间(球体)随机分布模型\ConcreteBone_3D3.m, 3574 , 2018-05-20
随机球形骨料在受限空间(球体)随机分布模型\混凝土复合材料随机球形骨料在受限空间(球体)随机分布模型.jpg, 38353 , 2018-05-20
随机球形骨料在受限空间(球体)随机分布模型\混凝土复合材料随机球形骨料在受限空间(球体)随机分布模型动画.gif, 5528689 , 2018-05-10
随机球形骨料在受限空间(球体)随机分布模型\混凝土复合材料随机球形骨料在受限空间(立方体)随机分布模型.gif, 22111281 , 2018-05-10
随机球形骨料在受限空间(球体)随机分布模型, 0 , 2018-05-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • gear
    说明:  导入matlab后添加另一个gearsolve函数,使用ode45进行t为0.001:0.001:1000和刚度ky数组,即可获得齿轮组的全自由度运动图像(After importing MATLAB, add another gearsolve function, use ode45 to do t = 0.001:0.001:1000 and stiffness KY array, then the full degree of freedom motion image of gear set can be obtained)
    2021-02-03 09:44:10下载
    积分:1
  • frft
    说明:  实现快速分数阶傅里叶变换功能。分数阶傅里叶变换是整数傅里叶变换的普遍形式,可用于光的菲涅尔衍射模拟。(The function of fast fractional Fourier transform is realized. Fractional Fourier transform is a general form of integer Fourier transform, which can be used to simulate Fresnel diffraction of light.)
    2020-11-22 15:59:34下载
    积分:1
  • 光纤中的非线性光纤光学 光孤子的傅里叶接
    说明:  超短脉冲是谐振腔中增益与损耗达到平衡、色散与非线性达到平衡时所产生的。本模拟是采用分步傅里叶的解,数值求解薛定谔方程。求光孤子在光线内传输。(Ultra-short pulses are generated when the gain and loss of the cavity are balanced, and the dispersion and nonlinearity are balanced. This simulation uses a stepwise Fourier solution to numerically solve the Schrodinger equation. Find the optical soliton to propagate in the light.)
    2020-03-11 18:30:43下载
    积分:1
  • frft
    实现快速分数阶傅里叶变换功能。分数阶傅里叶变换是整数傅里叶变换的普遍形式,可用于光的菲涅尔衍射模拟。(The function of fast fractional Fourier transform is realized. Fractional Fourier transform is a general form of integer Fourier transform, which can be used to simulate Fresnel diffraction of light.)
    2020-11-22 15:59:34下载
    积分:1
  • SIMPLE法程序 CFD几个源代码
    SIMPLE算法程序,peric教材的程序(SIMPLE algorithm code)
    2018-12-31 17:33:49下载
    积分:1
  • 飞秒及皮秒激光 高斯脉冲在光纤中的色散
    说明:  超短脉冲是谐振腔中增益与损耗达到平衡、色散与非线性达到平衡时所产生的。啁啾型脉冲在光纤中传播,因色散作用及各种非线性作用谱线被展宽。(Ultra-short pulses are generated when the gain and loss of the cavity are balanced, and the dispersion and nonlinearity are balanced. Chirped pulses propagate in optical fibers, and their spectral lines are broadened due to dispersion and various non-linear effects.)
    2020-03-11 18:27:30下载
    积分:1
  • MainProgram
    说明:  一个基于有限元方法的平面问题求解器,支持网格类型为二维四边形四节点单元和四边形八节点单元的有限元网格: 前处理——用Abaqus建模编号并导出数据 在Matlab中读取数据文件 计算单元刚度矩阵(采用高斯积分),组集结构刚度矩阵 组集结点载荷向量,引入位移边条 求解结点位移,单元应力应变 后处理——绘制应力应变位移云图,与Abaqus结果对照(A plane problem solver based on finite element method)
    2020-12-14 16:26:40下载
    积分:1
  • 一维热传导方程_有限差分
    分层的一维热传导方程的有限差分法MATLAB程序,是简单的显式差分格式,尽量使用了矩阵运算,没有符号运算。 文件chafen1.m以路面为例,假设有多层建筑材料,热传导系数已经在代码中给出。用户使用时请按自己需要修改chafen1.m文件,增减层数,修改热传导系数等即可。(One-dimensional heat conduction equation finite difference method MATLAB program, is a simple explicit difference format, as far as possible use of matrix operations, no symbolic operations The file Chafen 1.m takes the road surface as an example, assuming that there are multiple layers of building materials, the thermal conductivity is given in the code. Users should modify the Chafen 1.m file according to their own needs, increase or decrease the number of layers, modify the thermal conductivity and so on.)
    2020-11-08 11:09:50下载
    积分:1
  • 6901-空气动力学-傅德薰 1994
    说明:  6901-计算空气动力学-傅德薰 1994,优质的计算空气动力学算法教材,适合初学者学习(6901 - computational aerodynamics - Fu Dexun 1994, high quality computational aerodynamics algorithm textbook, suitable for beginners to learn)
    2021-03-12 15:29:25下载
    积分:1
  • 基于Matlab的图像曲线数据提取
    说明:  matlab语言编写,适合图形文章数据提取(Matlab language, suitable for data extraction of graphic articles)
    2020-08-06 20:18:34下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载