搜索资源列表
F.1
- 用fortran语言实现周期边界条件,应用于分子仿真-THREE ROUTINES ILLUSTRATING THE IMPLEMENTATION OF PERIODIC BOUNDARY CONDITIONS FOR SIMULATIONS IN DIFFERENT GEOMETRIES.
periodic3d
- 利用matlab软件和时域有限差分方法来算三维结构的程序,采用了周期边界条件-Using matlab software and finite difference time domain method to count three-dimensional structure of the program, using the periodic boundary condition
SPHForPoiseuilleFlow
- SPH计算泊肃叶流动,利用周期边界条件和虚拟粒子固壁条件-SPH Code for poiseuille Flow by peoriodic boundary condtion
asadw
- 无单元Galerkin方法中周期边界条件的处理.-Element free Galerkin methods in the periodic boundary condition processing
mplabs
- MP-LABS是一系列关于多相流数值模拟的工具。源码可以模拟二维准不可压缩两相流,并能容许大的密度变化率,使用的是周期边界条件。源码来源于互联网,使用请遵守内含协议。-MP-LABS is a suite of numerical simulation tools for multiphase ows based on the free energy Lattice Boltzmann Method (LBM). The code allows for the simulation of
fdtd_2D_TE_Veszt_PML
- 2维TE波的FDTD的源程序。周期边界条件,有限宽度的吸收边界条件-Two-dimensional TE wave FDTD source. Periodic boundary conditions, the limited width of the absorbing boundary conditions
PSTD_Avada
- PSTD程序 已配置PML边界匹配条件,良好吸收回波,克服快速傅里叶变换造成的周期边界错误。-PSTD program is configured to match the PML boundary conditions, good to absorb echoes overcome periodic boundary error caused by fast Fourier transform.
CubicSplineInterpolation.m
- 数值分析中的三次样条插值算法,追赶法解方程算法的MATLAB实现函数和测试数据。样条插值算法支持一阶导数边界条件、二阶导数边界条件和周期边界条件三种不同边界条件类型。-Numerical analysis of the cubic spline interpolation algorithm, the catch-up method of solving equations algorithm in MATLAB functions and test data. Spline interpola
分子动力学-一个简单的小程序
- 采用伦纳德-琼斯势。r由均匀随机数产生,v,a赋零。边界条件为周期边界条件。采用的算法是速度verlet算法。 模拟的系综是正则系综。
boundary-conditions.
- 三次样条之周期边界条件.希望能够对大家有所帮助。-Periodic boundary conditions cubic spline hope to be able to help.
1
- 采用有限差分法分析光子晶体结构谐振腔,并获得omega-k色散关系,并由此推出带隙分布,及带隙宽度 计算正三角形lattice,采用正三角形9点差分格式,划分网格为正三角形 求解Helmholtz方程本征值问题,周期边界条件,计算区域为菱形原胞,中心为金属柱-photonic band gap,PBG
conjugate-gradient-Poisson-Eq
- 共轭梯度算法解三维变周期边界条件泊松方程,MPI并行计算和串行计算各一份实例-Conjugate gradient algorithm solving the three-dimensional Poisson equation with periodic boundary conditions, by MPI parallel computing and serial computation
gaijin6
- 二维变系数分数阶偏微分方程有限差分格式,拥有周期边界条件,和零初始条件-finite difference scheme for two-D fractional PDE
Couette
- 用C++模拟LBM的couette流源代码,使用周期边界和曲线边界条件。-LBM simulation using C++ source code of couette stream, using periodic boundary conditions and boundary curves.
Poiseuille周期+非平衡外推
- 格子BOLTZMANN方法模拟泊肃叶流,周期和非平衡外推边界(The lattice BOLTZMANN method is used to simulate the flow and periodic and non-equilibrium extrapolation boundary of the flow)
单周期空心圆柱
- 利用周期性边界条件,计算二维单周期橡胶圆柱空腔的透声系数和吸声系数。入射界面为水,出射界面为空气。(Using periodic boundary conditions, the sound permeability coefficient and sound absorption coefficient of two dimensional single periodic rubber cylindrical cavity are calculated.)
EasyPBC V.1.3
- 一款简单的ABAQUS施加周期性边界条件的插件(A Simple ABAQUS Plug-in with Periodic Boundary Conditions)
pbc
- 周期性边界条件,边界条件,周期性,周期性边界条件;(periodic boundary condition)
cube_0p1mm
- abaqus周期性边界条件代码,可以参考学习(ABAQUS periodic boundary condition code can refer to learning)
规则网络matlab仿真
- 如果在一个网络中,每一个节点只和它周围的邻居节点相连,那么就称该网络为最近邻耦合网络。常见的一种具有周期边界条件的最近邻耦合网络包含围成一个环的N个节点,其中每个节点都与它左右各K/2个邻居节点相连,这里K是一个偶数。构造算法:初始化时,N个初始节点均匀分布在圆周上,而后每个节点与自己的第k/2个邻居建立连接。