Description: 3D FDTD 计算程序
ToyFDTD1 is a stripped-down, minimalist, 3-dimensional FDTD code that is published under the GNU General Public License. It is the first in the ToyFDTD series of codes, and it illustrates in heavily commented C and Fortran the basic tasks in implementing a simple 3D FDTD simulation.-3D FDTD computational procedures ToyFDTD1 is a stripped-down, minimalist, 3-dimensional FDTD code that is published under the GNU General Public License. It is the first in the ToyFDTD series of codes, and it illustrates in heav Platform: |
Size: 8192 |
Author:黄勇 |
Hits:
Description: 各种流场和温度场的数值计算算法simple源程序-Flow field and temperature field numerical calculation algorithm for simple source Platform: |
Size: 5120 |
Author:任翰 |
Hits:
Description: This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian grids and the staggered arrangement of variables. Variables are stored as 2D arrays. SIMPLE method is used for pressure calculation. UDS and CDS are implemented for the discretization of convective terms, CDS is used for the diffusive terms. The boundary conditions are set for the lid-driven cavity flow. Only steady flows are considered. Platform: |
Size: 19456 |
Author:Maged |
Hits:
Description: 计算流体力学代码,可用于二维不可压缩流场计算,代码采用simple算法-Computational fluid dynamics code, can be used for two-dimensional incompressible flow field, the code using simple algorithm Platform: |
Size: 5120 |
Author:俞斌 |
Hits:
Description: 这是西安交大陶文铨院士的计算传热学的近代进展(正文),是关于数值传热学的一本经典教程,里面有simple算法的详细描述.希望跟大家一起学习.-This is the Academy of Sciences Xi' an Jiaotong University Tao Wenquan the calculation of heat transfer of modern progress (the body) is on the numerical heat transfer of a classic course, there are simple algorithms described in detail. Would like to learn together. Platform: |
Size: 22017024 |
Author:hry |
Hits:
Description: 本书循序渐进、由浅到深,使用结构化及面向对象程序设计观念,以简捷明了的方式把Fortran 95介绍给读者。书中主要讲述了Fortran 95程序设计的方法,包括数值计算、计算机绘图、窗口程序设计、与Visual C/Visual Basic/Delphi的链接、甚至是游戏程序的编写。-This book step-by-step, from shallow to deep, the use of structured and object-oriented programming concepts to simple and clear way to introduce readers to Fortran 95. The book focuses on the Fortran 95 programming, including numerical computation, computer graphics, windows programming, and Visual C/Visual Basic/Delphi links, and even the preparation of the game procedures. Platform: |
Size: 14548992 |
Author:hnzgz |
Hits:
Description: 计算三点的插值函数的fortran90程序,包括源代码,一个算例和输出文件,简单适用。-Calculating a three-point interpolation function fortran90 procedures, including source code, a numerical example and output files, simple and applicable. Platform: |
Size: 15360 |
Author:吕枫 |
Hits:
Description: 流体计算中压力与速度耦合求解的算法。
是目前比较常用的方法之一。-Calculation of fluid pressure and velocity coupling solution algorithms. Is more commonly used methods. Platform: |
Size: 48128 |
Author:ze |
Hits:
Description: This book is intended for anyone trying to learn the fundamentals of computer programming.
The chapters lead the reader through the various steps required for writing a program, introducing
the MATLABr constructs in the process. MATLABr is used to teach programming
because it has a simple programming environment. It has a low initial overhead which allows
the novice programmer to begin programming immediately and allows the users to easily debug
their programs. This is especially useful for people who have a “mental block” about computers.
Although MATLABr is a high-level language and interactive environment that enables
the user to perform computationally intensive tasks faster than with traditional programming
languages such as C, C++, and Fortran, the author shows that it can also be used as a programming
learning tool for novices. There are a number of exercises at the end of each chapter
which should help the users become comfortable with the language. Platform: |
Size: 448512 |
Author:Arvind |
Hits:
Description: CFD SIMPLE 三维计算源程序,相信对大家有用-Three-dimensional CFD SIMPLE calculation source code, I believe for all of us Platform: |
Size: 10240 |
Author:wf |
Hits:
Description: 本人为fortran初学者们提供独家编辑的简单程序集,涉及到了各种基础算法,特别对二级考试有很大帮助哦~~~本资源中所有程序均通过Compaq Visual Fortran 6.0测试并完美无瑕,共享万岁-I provide exclusive edit of simple assembly fortran newbies, involving a variety of basic algorithm, especially on the two examinations of great help to all programs ~ ~ ~ this resource by Compaq Visual Fortran 6.0 to test and perfect sharing Long live! ! Platform: |
Size: 451584 |
Author:baojingfu |
Hits:
Description: 非结构网格SIMPLE算法Fortran计算程序,包含主程序和用户自定义程序。-Non-structural mesh SIMPLE algorithm the Fortran calculated program contains the main program and user-defined procedures. Platform: |
Size: 30720 |
Author:Allen |
Hits:
Description: 本电子书籍详细讲解了Python语言同其他语言(Fortran77,C,C++)的混编技术-Most languages offer the possibility to call code written in other languages,
but in Python this is a particularly simple and smooth process. One reason is
that Python was initially designed for being integrated with C and extended
with new C code. The support for C implicitly provides support for closely
related languages like Fortran and C++. Another reason is that tools, such
as F2PY and SWIG, have been developed in recent years to assist the integration
and, in simpler cases, fully automate it. The present chapter is a
first introduction to mixed language programming with Python, Fortran 77
(F77), C, and C++. The focus is on applying the tools F2PY and SWIG to
automate the integration process. Platform: |
Size: 393216 |
Author:Lesha |
Hits:
Description: FORTRAN90的函数库,简单实用,方便在遗忘时查找-FORTRAN90 library, simple and practical, easy to look up in oblivion Platform: |
Size: 20480 |
Author:Wangtingle |
Hits:
Description: 有限元软件编制中为了发挥不同编程语言的优点,最好采用混合语言编程.有限元的前处理和后处理部分采用VC++而有限元的分析计算部分采用FORTRAN是一种合理的选择.将有限元计算部分创建为动态链接库来链接到VC++主体程序中是一种简单而方便的有限元软件混合语言编程方式.文中对这种方式作了较详尽的论述.
-Finite element software in preparation to play the advantages of different programming languages, the best use of mixed-language programming. Finite element pre-processing and post-processing part of VC++ and finite element analysis calculation section using FORTRAN is a reasonable choice for the FEM calculation section creates a dynamic link library to link to VC++ main program is a simple and convenient finite element software mixed-language programming. article on this approach made a more detailed discussion. Platform: |
Size: 471040 |
Author:朱俊 |
Hits:
Description: 课程作业,对学生成绩进行简单处理并分析。。。。。(The course work, to carry on the simple processing and analysis to the student's achievement.) Platform: |
Size: 773120 |
Author:小呆瓜11
|
Hits: