资源列表
G.格子Boltzmann方法的原理及应用
- 本书详细介绍了格子波尔兹曼法的原理,边界条件,具体模型及数值方法,非常适合学习与应用。(This book introduce the theory of lattice boltzmann methods alone with it's boundary conditions,models and numerical methods. It's really a book for us to learn and use.)
ES
- 1.设定种群个体数和需要迭代的次数。 2.选择父代中的个体按照公式z1=sqrt(-2*ln(u1))*sin(2*pi*u2)*m,z2=sqrt(-2*ln(u1))*cos(2*pi*u2)*m进行演化。 这里u1,u2都是随机值,m是控制因子,演化次数越多m,m越小,父代通过与z1,z2相加得到后代。 3.计算后代的适应性。 4.选择后代中最优的适应性作为全局最优适应性。(1. set the number of individuals in the population and
Numerical Optimization
- 一本很不错的数值优化书籍,适合科学研究者和工程应用者(A very good book of Numerical Optimization, which is proper for scientist researcher and engineer)
niutow
- 采用牛顿法求解最优值点,主要是求解二次函数,对于非二次函数同样适用,效果不佳。(Newton method used to solve the optimal point, mainly for solving the two function, for non two function also applies, the effect is not good.)
数字信号处理课件(程佩青)
- 数字信号处理经典参看的资料,程佩青所属的资料,你懂得呀(Digital signal processing classic see the information, Cheng Peiqing belongs to)
GAMER.1.0.beta4.1.3_Serial.tar
- GAMER is a GPU-accelerated Adaptive MEsh Refinement Code for astrophysical applications. Currently the code solves the hydrodynamics with self-gravity. By taking advantage of the extraordinary performance of GPUs, up to two orders of magnitude perfor
ramses-gpu-1.0.1.tgz
- RAMSES-GPU is a general-purpose Hydrodynamics (HD) and Magneto-hydrodynamics (MHD) simulation code primarily written for astrophysics applications. It allows to run very large simulations (up to grids of size 4096^3) on the largest GPU cluster availa
REEF3D_15.04
- REEF3D is an open-source computational fluid dynamics program. With a strong focus on hydraulic, coastal, offshore and environmental engineering, as well as Marine CFD, the use of the level-set method enables it to calculate complex free surface flow
OpenFVM-v1.1.tgz
- OpenFVM is a general CFD solver released under the GPL license. It was developed to simulate the flow in complex 3D geometries. Therefore, the mesh can be unstructured and contain control volumes with arbitrary shape. The code uses the finite volume
水流量问题
- 水塔流量模型建模分析及程序代码,很经典的数学模型哦(Water tower flow model modeling analysis and program code)
实验3-数值积分
- 在fortran平台下实现数值积分计算的功能,给出结果并绘图。(numerical integration)
SPH3DOnTheBook
- 光滑粒子流体动力学源代码,包含二维及三维,可变光滑函数(Smoothed Particle Hydrodynamics A Meshfree Particle Method - GR Liu SPH3DOnTheBook)