登录
首页 » Fortran » two-FVM

two-FVM

于 2021-03-23 发布 文件大小:49KB
0 250
下载积分: 1 下载次数: 292

代码说明:

  本程序是采用有限体积法求解二维对流扩散方程的经典程序。程序里包含各种离散方法,划分网格方法等。适合CFD初学者阅读。(The program is two-dimensional finite volume method for solving convection-diffusion equation of the classic program. Program includes a variety of discrete methods, meshing methods. CFD for beginners)

文件列表:

2dc
...\grid.f,16503,2011-09-05
...\grid.inp,355,2011-09-05
...\pcol.f,48078,2011-09-05
...\pcol.inp,748,2011-09-05
...\pipe
...\....\htm" target=_blank>dcpipe,755,2011-09-05
...\....\htm" target=_blank>dgpipe,247,2011-09-05
...\....\grid.f,16503,2011-09-05
...\....\pcol1.f,50268,2011-09-05
...\plot.f,49706,2011-09-05
...\plot.inp,380,2011-09-05
...\psc.f,11130,2011-09-05
...\psc.inp,405,2011-09-05
...\pscus.f,10933,2011-09-05
...\pscus.inp,328,2011-09-05
...\htm" target=_blank>readme,6588,2011-09-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 特别篇 mesh网格剖分
    说明:  适合初学者学习的fluent网格划分以及udf动网格(A fluent udf example)
    2020-05-17 19:53:33下载
    积分:1
  • 自控课设
    说明:  自动控制原理课程设计,建立倒立摆的非线性数学模型用SIMULINK图形库实现。(The course design of the principle of automatic control and the establishment of the nonlinear mathematical model of the inverted pendulum are realized by the Simulink graphic library.)
    2020-06-20 12:31:50下载
    积分:1
  • pei_gt82
    实现了图像的灰度化并进一步用于视频监视控,有信道编码,调制,信道估计等,可以广泛的应用于数据预测及数据分析。( Achieve a grayscale image and further control for video surveillance, Channel coding, modulation, channel estimation, Can be widely used in data analysis and forecast data.)
    2017-04-06 19:27:28下载
    积分:1
  • case10year
    长期规划可靠性计算,计算10年的电力系统可靠性代码(reliability assessment)
    2013-01-11 18:11:02下载
    积分:1
  • FDTD-
    把 Maxwell 方程式在时间和空间领域上进行差分化。利用蛙跳式(Leap frog algorithm)--空间领域内的电场和磁场进行交替计算,通过时间领域上更新来模仿电磁场的变化,达到数值计算的目的。(The Maxwell equations in time and space on the field differencing. Using the leapfrog (Leap frog algorithm)- Space field for alternating electric and magnetic fields calculated by the time domain electromagnetic field is updated to mimic the changes to achieve the purpose of numerical calculation.)
    2013-11-04 09:40:37下载
    积分:1
  • fatigue
    abaqus二次开发UMAT在损伤方面的应用(ABAQUS two development of UMAT in the application of damage)
    2018-01-24 13:20:07下载
    积分:1
  • p2mesh
    划分网格一个开源的库,有限元的算法,很好用(Meshing an open source library = for finite element)
    2013-07-22 15:34:38下载
    积分:1
  • 11087 统逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • transportation
    说明:  运筹学中的运输问题的C++程序,支持产销平衡与产销不平衡,可以判断解的情况。(C++ code of transportation problem)
    2021-01-12 16:08:48下载
    积分:1
  • berth_quay10_8
    用于解决港口优化调度的算例,程序可解,且富有详细说明(The optimal scheduling algorithm used to solve the port, the program is solvable, and rich detailed instructions)
    2020-07-02 20:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载