Welcome![Sign In][Sign Up]
Location:
Search - 3-DIMENSIONAL

Search list

[AlgorithmMAIN 3-DIMENSIONAL CFD-PROGRAM

Description:

 

#//u(i,j)        x方向的速度u;或者θ方向速度
#//u(i,j)        y方向的速度v;或者径向速度ur'h\K
#//pc(i,j)       压力修正 p'[OS
#//p(i,j)        压力p-=5-+
#//p(i,j)        密度ρBk
#//p(i,j)        扩散系数γQ"G48E
#//t(i,j)        温度Tn7/bKr
#//ake(i,j)        湍流脉动能量k971E
#//dis(i,j)      动能的耗散率ε4
 
//amut(i,j)     湍动扩散系数+
//gen(i,j)      湍流能量的生成率S
//f(i,jnf)     不同的φ变量M
//lsolve(nf)   1,求解变量f(i,j,nf)  8
//lprint(nf)   1,打印变量f(i,j,nf)   ~f
//lblk(nf)     1,对变量f(i,j,nf)应用块修正b5|{@U
//mode         选择坐标系的变量. 目前只支持mode=1.
mode=1 直角坐标系(x~y)BMI
mode=2 圆柱坐标系(r~z)^pg>)
mode=3 极坐标(r~θ)   Z^r[LE
solve子程序中求解变量f(i,j,nf)的重复扫描次数 b
变量fi,j,nf)的字符性标题 |L;
 
//xl    计算区域在x方向上的宽度)?
//yl    计算区域在y方向上的宽度@ob
//l1     x方向上主控制体的网格数。也是x方向上压力节点位置的最后一个i值。
//m1   y方向上主控制体的网格数。也是y方向上压力节点位置的最后一个j值。
//dt           时间步长 △t
//第三部分网格设定的变量
//x(i)        节点位置的x
//xu(i)       主控制容积在x方向的界面位置,即速度u(i,j)所在位置
//xdif(i)     差值 x(i)-x(i-1)
 //xcv(i)      主控制容积在x方向上的宽度
//xcvs(i)     速度u(i,j)的控制容积在x方向上的宽度
//y(j)        节点位置的y
//yv(j)       主控制容积在y方向的界面位置,即速度v(i,j)所在位置
//ydif(j)     差值 y(j)-x(j-1)
//ycv(j)      主控制容积在y方向上的宽度
//ycvs(j)     速度v(i,j)的控制容积在y方向上的宽度
////r(i,j)      主网络节点的半径r
////rmn(j)      在速度v(i,j)所在处的半径r之值
////sx (j)      主网格节点位置y(j)x方向上的标尺因子
//sxmn(j)     在界面位置yv(j)x方向的尺度因子
       //上面四个变量应用于非直角坐标系的情况
//xcvi(i,j)   xcv(i) 中与u(i,j)的控制容积相覆盖的部分
//xcvi(i,j)   xcv(i) 中与u(i+1,j)的控制容积相覆盖的部分
//ycvr(j)     主控制容积垂直于x方向的面的面积
//ycvrs(j)    速度v(i,j)的控制容积垂直于x方向的面的面积
//arx(j)      x方向相垂直的控制容积的面积
//arxj(j)     arx(j)中与速度v(i,j)的控制容积相覆盖的部分
//arxjp(j)    arx(j)中与速度v(i,j+1)的控制容积相覆盖的部分
//arxjarjxp实际上对应于x方向上的ycviycvip
 
//第四部分差分方程系数设定的变量
//con(i,j)    离散方程中的常数项b,在子程序gamsor中又作为存储sc的单元
//aip(i,j)    系数ae
//aim(i,j)    系数aw
//ajp(i,j)    系数an
//ajm(i,j)    系数as
//ap(i,j)     系数ap,在在子程序gamsor中又作为存储sp的单元
//flow         穿过控制容积界面的质量流率
//diff         扩散传导性 D
//acof         DIFLOW子程序计算的量,它给出了对流与扩散作用的联合影响
 
//第五部分求解差分方程过程中的变量求解
//du(i,j)     影响u(i,j)de
//dv(i,j)     影响v(i,j)dn
//pv(j)       用于计算主网络节点i,j上的质量流率的ρvr的插值因子:计算式如下: //fvp(j)      说明同上
//fx(i)       用于计算主控制容积界面(即速度u(i,j)所在处)的密度
 
//            rhom的插值因子,计算式如下:
 
//fxm(i)      说明同上
//pt(i)pt(j) tdma中的转换系数(消元过程中)l
//qt(i)qt(j) tdma中的转换系数(消元过程中)
//第六部分 index变量
int nf;               //nf           标明不同φ变量的下标值
int nfmax;         //nfmax        设有存储单元的nf的最大值
int np;              //(nfmax)      p(i,j)实际为f(i,j,nfmax)
int nrho;           //(nfmax+1)    rho(i,j)实际为f(i,j,nfmax)
int ngam;         //(nfmax+2)    gam(i,j)实际为f(i,j,nfmax+2)n
int l2;              //l2           (l1-1)
int l3;              //l3           (l1-2)
int m2;           //m2           (m1-1)
int m3;           //m3           (m1-2) 2
int ist;                    //ist          i的第一个内节点值`
int jst;                    //jst          j的第一个内节点值
int iter;                   //iter         不稳态问题的步进计数
int last;                   //last         用户所规定的最大迭代计数
int iter1;             //iter1        一个时间点求解setup2( )的迭代次数
double time;              //time         不稳态问题中的时间t
int ipref;              //ipref        压力参考结点的i
int jpref;                //jpref        压力参考结点的j=/
 
//第七部分其它变量
double rhocon;           //rhocon       密度为常数的问题中的ρ
int lstop;                 //lstop        =1时,停止计算
double  smax;            //smax         p'方程中的质源的最大值

double  ssum;            //ssum         p'方程中的质源的代数和


Platform: | Size: 11439 | Author: tanglincn | Hits:

[File Operateeqr

Description: 2维和3维等高线生成绘制,含测试文件3个-2-D and 3-dimensional contour map generated, containing the test file 3
Platform: | Size: 139264 | Author: 符传浩 | Hits:

[Other3DSurfer

Description: 多用于建立三维地形模型,等高线建立-Used for the establishment of three-dimensional terrain models, contour lines to establish
Platform: | Size: 2980864 | Author: st | Hits:

[AlgorithmCGAL-3.3.1

Description: 很多二维 三维几何计算算法 C++ 类库-Many two-dimensional three-dimensional geometric algorithm C++ Library
Platform: | Size: 11408384 | Author: lei | Hits:

[Oraclemondrian-3.0.4.11371

Description: 基于mondrian 开源框架进行OLAP多维分析,如何进行下钻和上钻操作-Based on the Mondrian open-source framework for multi-dimensional OLAP analysis, how to carry out under the drilling and drilling operation
Platform: | Size: 55456768 | Author: wangderong | Hits:

[GIS program186412-kriging

Description: Kriging 算法实现 2维和3维地图等高线.rar-Kriging algorithm 2-D and 3-dimensional contour map. Rar
Platform: | Size: 329728 | Author: lsh | Hits:

[GUI DevelopQRMaker1.3

Description: QR二维吗生成控件.... ocx控件 可以正式用的-It generates two-dimensional QR control .... ocx controls can be formally used
Platform: | Size: 166912 | Author: maizi | Hits:

[Windows DevelopIcafe_Client6.1.3.0

Description: 系统管理软件,也是网吧的仿护软件,网维大师,奉献给大家!-System management software, Internet cafes are also retaining the imitation software, network-dimensional master, dedicated to you!
Platform: | Size: 4956160 | Author: 徐凯枫 | Hits:

[Windows Develop3dboatracers

Description: 一个VB三维飞行游戏轮廓模型演示程序,图中会生成类似宇宙飞船、直升机形状的三维轮廓图形,而且还会变换角度飞来飞去。程序较早,是在老外网站发现的,不知道对您是否有用,在VB6下顺利编译,感兴趣的可以看下源代码。 -VB game a three-dimensional contour model flight demonstration program, the figure will be generated similar spacecraft, the helicopter-shaped three-dimensional outline of graphics, but also transform the perspective of flying. Earlier procedures is found in the foreign site, I do not know whether it is useful to you, in VB6 to compile successfully, could be of interest to facie source code.
Platform: | Size: 21504 | Author: 冉彬 | Hits:

[Graph Recognizelibdecodeqr-0.9.3

Description: QR code是最近很熱門的二維條碼,常可以在網站上看到,主要用來對url、文字、電話號碼或簡訊作編碼,然後透過手機上的CMOS相機作辨識。-QR code is the latest very popular two-dimensional bar code, and often can be seen on the website is mainly used on the url, text, phone number, or newsletter for coding, and then through the phone' s CMOS camera for identification.
Platform: | Size: 4812800 | Author: morris | Hits:

[OtherWarMH4.3.2

Description: opengl 做的三维立方体 贴了花岗岩纹理-opengl to do three-dimensional cube of granite texture paste
Platform: | Size: 464896 | Author: 张育诚 | Hits:

[Documents2D3D-registration

Description: 数字影像重建在基于灰度的2D/3D医学图像配准技术中具有重要作用。它是利用基于射线追踪算法从三维数据如CT中获得二维虚拟x线图像。影像重建结果的质量直接影响到配准结果的精度。本文对数字影像重建技术作了一定的探讨,实现了对cT体数据的数字影像重建,并通过增强技术获得了突出骨组织的图像,为后续的配准研究做了很好的准备工作。-Digital image reconstruction in intensity based 2D/3D medical image registration techniques have an important role. It is the use of ray-tracing algorithm based on the data from the three-dimensional CT obtained as two-dimensional virtual x-ray images. Image reconstruction quality of the results directly affect the accuracy of registration results. In this paper, digital image reconstruction techniques were explored certain to achieve volume data on the number of cT image reconstruction, and by enhancing technology to obtain a prominent image of bone tissue, for follow-up studies with prospective done a very good preparations.
Platform: | Size: 106496 | Author: liaozw | Hits:

[MPI3dfft_files

Description: 3 Dimensional FFT using MPI and OpenMP
Platform: | Size: 6144 | Author: Divya | Hits:

[matlabThree-dimensional

Description: 实现探地雷达三维数据的三维可视化显示,可以显示成三维图形,并对其做时变增益,显示雷达波探测到的目标体的位置和形状。-GPR 3D data visualization, it can be shown as three-dimensional graphics, and its time-varying gain to do to show detected radar target position and shape of body.
Platform: | Size: 1024 | Author: 宋庆 | Hits:

[OpenGL program3-dimensional-graphics-drawing

Description: C#二维三维图形绘制工程实例宝典第8章:三维图形。本章介绍了应用三维图形的基础知识,包括三维矩阵,变换和坐标体系等来创建各种三维图形,例如三维折线图,三维网格和曲面图,轮廓图,三维柱状图,四维切片图和三维复合图。-Two-dimensional three-dimensional graphics drawing C# Projects Collection Chapter 8: three-dimensional graphics. This chapter describes the basics of three-dimensional graphics applications, including the three-dimensional matrix, transform and coordinate system, and to create a variety of three-dimensional graphics, such as three-dimensional line chart, three-dimensional grid and surface maps, contour maps, three-dimensional histogram, and three-dimensional four-dimensional slices Composite map.
Platform: | Size: 2342912 | Author: bobbank | Hits:

[Special EffectsOpenSceneGraph.3.0.Beginners.Guide

Description: 在C++下实现OSG的编程,用于实现三维立体或者二维图像的表达。-In C++ programming to achieve OSG, used to implement three-dimensional or two-dimensional images of the expression.
Platform: | Size: 5121024 | Author: haifeng | Hits:

[Fractal program3-d-transformation

Description: 计算机图形学原理经典电子书里的三维转换源代码,-Computer graphics principles of classic books in the three-dimensional conversion source code
Platform: | Size: 2054144 | Author: xuyan | Hits:

[Other3

Description: Traditional single particle reconstruction methods use either the Fourier or the delta function basis to represent the particle density map. We propose a more flexible algorithm that adaptively chooses the basis based on the data. Because the basis adapts to the data, the reconstruction resolution and signal-to-noise ratio (SNR) is improved compared to a reconstruction with a fixed basis. -This is a 3D visualization of how the Expectation Maximization algorithm learns a Gaussian Mixture Model for 3-dimensional data.
Platform: | Size: 5120 | Author: liumang | Hits:

[OpenGL program3-dimensional-sphere-color-mixing

Description: 3维球体颜色混合透视效果(本人看到其他书上关于3维球体颜色混合的代码太过麻烦,故编写这个程序,供初学者学习)-3 dimensional sphere color mixing perspective effect(I see other books about 3 dimensional sphere color mixed code too much trouble, so write this program, for beginners to learn)
Platform: | Size: 1024 | Author: 王艺龙 | Hits:

[Otherdimensional-tolerance-

Description: 互换性与几何量测量技术 第3章 尺寸公差与圆柱结合的互换性 -Interchangeability and geometric measurement technology Chapter 3 dimensional tolerance and cylindrical interchangeability
Platform: | Size: 4415488 | Author: fangfang | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net