资源列表
FLUENT
- 中科大版的FLUENT中文讲稿,word版,对学习fluent软件很有帮助-help of FLUENT
suanshu
- 简单的算术表达式代码,可实现加减乘除的算数计算-Simple arithmetic expression, code, which can realize add, subtract, multiply and divide arithmetic calculation
multigridPchao-qun-Liu
- 多重网格法是一种用于求解方程组的方法,可用于插值、解微分方程等。-Multiple grid method is a method for solving equations, and can be used for interpolation, solving differential equations, etc
CINV
- 复数逆矩阵转换-Inverse matrix..............
model
- 地震记录正演模拟 应用有限差分法模拟地震记录-SEISMIC modeling use fd method
NND2D
- 用于求解二维欧拉流动方程的有限差分程序,基于NND法,求解精度较高.-Perfect fortran program by two dimensional NND finite difference method for Euler Equations on unstructured Grids, structured Grids and adaptive unstructured Grids.
ttim.f
- 利用iasp91模型计算地震波在地球模型中的走时信息-seismic wave travel time computation
lanczos
- 求解大规模线性方程组的Lanczos方法-Lanczos method for soling linear equations
TEM
- 该程序用于瞬变电磁勘探近区场计算,只要输入不同参数便可以得到近区场的视电阻率-The procedure transient electromagnetic exploration for near field calculations, as long as the input parameters can be different near field apparent resistivity
PDE-in-fluid-dynamics
- 流体力学中的偏微分方程,做流动数值模拟时可用作参考-PDE in fluid dynamics
Source1
- 输出三维数据可供tecplot软件读取的二进制文件-Output data for three-dimensional software to read the binary file tecplot
fraction
- 定义和使用分数类fraction: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进 行六种比较运算、以及对分数的输出等操作。 2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 - Class definition and use of scores fraction