搜索资源列表
Program1
- 曲线数据处理之滑动平均算法,主要讲述:曲线平滑。具体内容为:无论通过什么观测途径所得到的曲线数据,总不免有噪声。为了了解事物的变化规律,可以通过平滑处理消除噪声的干扰。观测曲线既有长周期的趋势性变化,也包括短周期的局部变化,在人们注重趋势性变化时,也需要对曲线进行平滑处理。-curve data processing for moving average algorithm, the story : curve smoothing. Specifically : no matter what w
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
XSPH_Unified_EN
- SPH code written in fortran , book meshless method: smoothed particles hydrodynamics
parallel-SPH-0.1.tar
- 光滑质点无网格法SPH并行计算程序,一种新型算法-Smooth particle meshless method SPH parallel computing procedures, a new type of algorithm
planet
- This a SPH (smoothed particel hydrodynamics) code written in fortran -This is a SPH (smoothed particel hydrodynamics) code written in fortran
SPH3DOnTheBook
- the smoothed particle hydrodynamic codes of liu book is useful source for learning of this numerical method.
SPHYSICS_2D_v1.0.003
- SPH2D CODE Smoothed-particle hydrodynamics (SPH) is a computational method used for simulating fluid flows. It has been used in many fields of research, including astrophysics, ballistics, volcanology, and oceanography. It is a mesh-free Lagrangia
SPHYSICS_3D_v1.0.003
- SPH 3D Smoothed-particle hydrodynamics (SPH) is a computational method used for simulating fluid flows. It has been used in many fields of research, including astrophysics, ballistics, volcanology, and oceanography. It is a mesh-free Lagrangian
SPHYSICS_2D_v2.2.001
- 基于光滑粒子法开发的一款水动力计算程序。能够有效的开展cfd计算。-This report documents the computer program SPHysics based on Smoothed Particle Hydrodynamics theory. The documentation provides a brief descr iption of the governing equations and the different numerical scheme
code
- 光滑粒子法简单算例 ,一维激波管 和 二维腔内剪切流动-Smoothed Particle Hydrodynamics simple example, the shock tube one-dimensional and two-dimensional cavity shear flow
GPUSPHsnapshot-2.0
- GPUSPH is an implementation of Smoothed Particle Hydrodynamics for free surface flows (Monaghan, 1994, 2005) on a Nvidia graphics card. In this application, the fluid can be water or a more viscous substance like lava (see also GPU-LAVA).
Space
- The signal some times should be smoothed in planned way before submitting it to environment where now widely used algorithm is LMS
SPHYSICS_3D_v2.2.003
- SPHysics是光滑粒子流体动力学的平台(SPH)由莫纳汉(1992)的制定灵感代码的研究人员在美国约翰霍普金斯大学(美国)联合开发,维哥曼彻斯特大学(英国)大学(西班牙),以及罗马萨皮恩扎大学(意大利)。发展了数年,主要以研究自由表面流的现象,其中欧拉方法可能难以适用,如波,对海上构筑物损坏断裂的影响。我们很高兴地宣布,有3个可用的代码:代码功能,而未来的版本可以在(未来发展及发行版)中找到。-SPHysics is a platform of Smoothed Particle Hydro
BSpline
- 程序实现二次B样条平滑,三次B样条平滑;二次B样条平滑后节点插值-Program to achieve the second B-spline smoothing, cubic B-spline smoothed after the second B-spline interpolation smooth node
zsph.tr
- Parallel Smoothed Particle Hydrodynamics Solver using Zoltan for dynamic load balancing
pyzoltan.tar
- Parallel Smoothed Particle Hydrodynamics Solver base using Zoltan for dynamic load balancing
SFEMSourceCodes
- smoothed finite element method
orthofit
- 对离散点进行多项式拟合,不同于传统多项式拟合高次出现病态,此程序可以拟合高阶多项式- ORTHOFIT Fit polynomial to data. YS = ORTHOFIT(X,Y,N) smooths/fits data Y(X) in a least-squares sense using a polynomial of degree N and returns the smoothed data YS.
SPH-for-couette
- 光滑粒子(SPH)模拟couette流动,代码是根据刘桂荣老师《光滑粒子流体动力学-一种无网格方法》书后的代码改编,较实用,请需要的下载-Smoothed Particle (SPH) simulation couette flow, the code is based on Liu Guirong teacher " smoothed particle hydrodynamics- a non-grid method" Code adaptation of the book,
pysph-pysph-04a086875073
- PySPH is an open source framework for Smoothed Particle Hydrodynamics (SPH) simulations. It is implemented in `Python <http://www.python.org>`_ and the performance critical parts are implemented in `Cython <http://www.cython.org>`_.