搜索资源列表
投影法有限差分算不可压N-S方程方腔流
- 采用投影法有限差分求解不可压N-S方程方腔流,计算流体cfd,fortran语言编写。using projection finite difference method to sove NS equation for incompressible cavity flowuse by using Using Fortran programming language
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
Possion_FEM
- 有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭
flow3
- 使用f90格式,使用限元法求解二维稳态的不可压缩N-S方程。里面有文件说明用法。-a program which uses the finite element method to solve the steady incompressible Navier Stokes equations in 2D
MyFortran
- 两个有趣的Fortran小程序,一个输出n阶幻方,可手改又有趣;另一个对哥德巴赫猜想做了证明,可手改在任意范围内证明。-2 Interestingly small Fortran programs, an output of n-order magic square can be a fun change hands the other pairs have done a proof of Goldbach' s conjecture can be changed at any hand
siesta-3.0-b
- SIESTA用于分子和固体的电子结构计算和分子动力学模拟。SIESTA使用标准的Kohn-Sham自恰密度泛函方法,结合局域密度近似(LDA-LSD)或广义梯度近似(GGA)。计算使用完全非局域形式(Kleinman-Bylander)的模守恒赝势。基组是数值原子轨道的线性组合(LCAO)。它允许任意个角动量,多个zeta,极化和截断轨道。计算中把电子波函和密度投影到实空间网格中,以计算Hartree和XC势,及其矩阵元素。除了标准的Rayleigh-Ritz本征态方法以外,程序还允许使用占据轨
EOF
- 经验正交函数分解 Empirical Orthogonal Functions (EOF s) eof(m,n,mnl,f,ks,er,egvt,ecof) 求时空场f(m,n)的特征向量egvt(m,mnl),时间系数ecof(mnl,n),特征值er(mnl,1),累积特征值er(mnl,2),解释方差er(mnl,3),累积解释方差er(mnl,4) -Empirical orthogonal function decomposition of Empirical O
simple_2d
- SIMPLE算法求解N-S方程,fortran语言编写-simple N-S equations
formats
- 类似于fortran语言的格式控制 用法: s=formats(n1,s1,n2,s2,...) s1,s2为字符型,n1,n2为整型,如果值等于1,可以忽略不写 例如用于控制输出: x=rand(1,5) y=[ hello where which ] z=1:3 sprintf([ x= ,formats(5, 5.2f , \n ), y= ,formats( s , \n ), z= ,formats(3, d )],x,y ,z) formats
Flow_NS_6
- 利用有限差分方法求解N-S方程(连续性假设)为基础的流场模型结算。-This fortran program for resolving fluid dynamic problem with finite differential method。
One-dimensional-N-S-equation-(B)
- 一维NS方程含C代码和Fortran代码-One-dimensional compressible N-S equation (B)
N-S-equation
- 一维可压 ns方程 数值求解,c语言 fortran语言源程序,是学习cfd的入门实例。-One-dimensional compressible numerical equation solver ns, c language fortran language source code, is to learn cfd entry instance.
z2grd3
- 数据格式的转换 从z2到xyz的转换 不同的软件需要不同的数据输入 -grd2xyz f.grd-Z|z2grd3-Rw/e/s/n-Idx/dy-Gf.grd3 c c In some cases you have produced a .grd file using gmt commands c and you wish to read it in a fortran or a C++ program
N-S
- 二阶迎风型TVD差分格式求解一维可压缩黏性流动问题N-S方程(FORTRAN语言版本) -Second-order upwind TVD Difference Scheme for Solving the one-dimensional compressible viscous flow problems NS equation (FORTRAN language version)
n-s
- the code solves streamlines in a cavity.