Concepts and Applications of Finite Element Analysis
2022-03-04 08:39:14 19.78MB Finite Element
1
TI媒体有限的建模和逆向时间迁移 (二维和三维) 各向异性介质(VTI,TTI) 反向时间迁移 有限的不同建模 角域通用成像采集器(ADCIG) Poynting向量法 波动方程 移民 poynting矢量图 使用拉普拉斯因子作为滤波器来降低低频信号(噪声) void laplac2_lop ( int adj, int nz, int nx, float *in, float *out) /* Copyright(C) Madagascar */ { int iz,ix,j; for (ix= 0 ; ix 0 ) { if (adj) { out[j-
1
计算结构分析和有限元法,Computational-Structural-Analysis-and-Finite-Element-Methods,资源来自互联网
2022-02-26 16:52:28 24.39MB 计算
1
计算非线性,工程软件力学基础,大变形,经典之作
2022-02-14 11:02:17 1.97MB Nonlinear Large
1
有限元分析FEAP软件,版本号8.5,理论用户手册,是学习有限元的理论权威手持
2022-02-12 13:28:33 1.81MB FEM
1
This textbook explores both the theoretical foundation of the Finite Volume Method (FVM) and its applications in Computational Fluid Dynamics (CFD). Readers will discover a thorough explanation of the FVM numerics and algorithms used for the simulation of incompressible and compressible fluid flows, along with a detailed examination of the components needed for the development of a collocated unstructured pressure-based CFD solver. Two particular CFD codes are explored. The first is uFVM, a three-dimensional unstructured pressure-based finite volume academic CFD code, implemented within Matlab. The second is OpenFOAM®, an open source framework used in the development of a range of CFD programs for the simulation of industrial scale flow problems. With over 220 figures, numerous examples and more than one hundred exercise on FVM numerics, programming, and applications, this textbook is suitable for use in an introductory course on the FVM, in an advanced course on numerics, and as a reference for CFD programmers and researchers.
2022-01-15 00:34:34 24.74MB matlab openfoam CFD
1
一维浅水方程:我的MATLAB代码和“自然流模型”课程的最终实际测试报告
1
官方离线安装包,测试可用。使用rpm -ivh [rpm完整包名] 进行安装
2022-01-03 21:02:24 6KB rpm
Representation of Events in Nerve Nets and Finite Automata.pdf
2021-12-20 11:01:45 3.48MB 正则表达式 神经网络
1
有限状态机(Finite State Machine)是一种时序机,它源自于人们将一个复杂的问题分割成多个简单的部分来处理的思想。状态机通过时钟驱动下的有多个状态,以及状态之间的跳转规则来实现复杂的逻辑,一旦当前的状态确定,也就明确了相关的输入输出。 有限状态机主要分为两个类型:第一类,如果输出只和当前状态有关而和输入无关,称之为Moore状态机;第二类,输出不仅和当前状态有关也和输入有关,称之为Melay型状态机。本节将主要介绍这两类状态机、状态编码以及使用VHDL和Verilog语言描述的设计范例。
2021-12-16 17:18:44 605KB 状态机
1