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

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:

[Internet-NetworkE1与V.35标准说明

Description: E1与V.35标准说明及E1与V.35信号转换的实现方法。-E1 and V.35 standard descriptions and E1 and V.35 signal conversion method.
Platform: | Size: 13312 | Author: 张城 | Hits:

[Other systemsmfold-3.2

Description: mfold,用于RNA二级结构预测的软件包,运行在Unix或Linux下-mfold for RNA secondary structure prediction software, running on Unix or Linux
Platform: | Size: 1952768 | Author: 朱伟 | Hits:

[Embeded-SCM DevelopucFS_v.310d

Description: Latest ucFS v.3.10d PC Windows Evaluation Ed., provided with free Flash driver
Platform: | Size: 3467264 | Author: Robert | Hits:

[Delphi VCLImageEn.v2.3.0.Full.Source.Delphi.BCB.BDS.CDS.bcbe

Description: ImageEn.v2.3.0组件,适合多个平台使用.希望能有帮助.-ImageEn.v2.3.0 components, suitable for the use of multiple platforms. Want to be helpful.
Platform: | Size: 1174528 | Author: eels | Hits:

[EditBoxcEditXP499

Description: cEditXP (Version 4.9.9)-cEditXP is a new release of the VB cEdit 4 series. It is to a large extent totally rewritten. It now utilizes the ScintillaVB control to provide extensive support for code highlighting including folding, code sense and auto complete. This application uses RvMDITab, VB6VBATabControl, and SCIVB. I ve included the source code for all 3. The credit s are included in the about box. For notes worth the VB6VBATabControl is written by Steve from VBAccelerator. The REVMDITabs is written by Andrea Batina and is available here. Both have some very minor modifications to correct problems interacting with eachother. You can download a copy from my website at http://www.ceditmx.com/cx.zip if you wish to have the controls precompiled. I welcome comments and suggestions and constructive critisism. Thank you and enjoy. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/v
Platform: | Size: 2840576 | Author: asdf | Hits:

[DSP programTest6486_ccs3.3

Description: A test application for 6486 EVM for CCS v 3.3
Platform: | Size: 1024 | Author: amit123solanki | Hits:

[GDI-Bitmapphp-Unicode-0.1.3

Description: php-Unicode 轉換 this A number of minor inconveniences-2008-08-26- v0.1.2 * This release resolves an issue with Unicode_String::ToLower(). A number of minor inconveniences (such as errors in the documentation) were also fixed. All unquoted barewords were also removed, to avoid E_STRICT errors. This version requires PHP 5. 2006-04-26- v0.1.1 * This release updates the block database and introduces phpdoc documentation. 2006-04-07- v0.1.0 * There was a bug with XML/HTML encoding, this is fixed now. 2006-02-06- v0.0.3 * This release is compatible with PHP 4.x. 2005-12-14- v0.0.2 * This release adds more string-like functions to Unicode_String (eg explode(), strpos(), trim(), reverse(), cmp()). Unicode_Character can now includes a method to list the homoglyphs for a specific character. 2005-11-01- v0.0.1 * Initial release. -- $Id: ChangeLog,v 1.6 2008/08/26 10:04:21 gavin Exp $
Platform: | Size: 148480 | Author: mm | Hits:

[MTKFlashTool_v3.0920

Description: MTK flashtool v.3.0920
Platform: | Size: 2179072 | Author: melmax | Hits:

[File OperatelistCfg_10309-MYCH-cli-v.136

Description: config file for Tekk (3)
Platform: | Size: 1024 | Author: PW | Hits:

[Windows Developqt-3.0.5-hppa-11.00.depot

Description: Qt library development v 3.0.5
Platform: | Size: 11342848 | Author: VHP | Hits:

[Otherautoit-3.1-src

Description: Source code of autoit v 3.1
Platform: | Size: 433152 | Author: empeegee | Hits:

[BooksjsTree.v.1.0rc2

Description: jstree是基于jstree0.99a版本进行异步加载tree的基本用法,截止到10年6月目前官方最新版本为1.0正式版。前者0.99a以jquery-1.3.2.js为js库为基础构建,后者1.0以jquery-1.4.2.js为基础构建。两者在架构上也非常的不一样,0.99a和1.0为完全不同的构建方式,在用户使用上也是很大的不同。-jstree jstree0.99a version is based on the basic use of asynchronous loading tree, close to 10 years in June the latest official version of the current official version 1.0. The former 0.99a to jquery-1.3.2.js basis for the js library building, which is 1.0 to jquery-1.4.2.js-based construction. Both the architecture also very different, 0.99a, and 1.0 for the construction of entirely different way, the user is very different use.
Platform: | Size: 217088 | Author: MichaelSue | Hits:

[mpeg mp3lame-3.98.4

Description: LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL, meaning it is open source and free for personal development usage. This is the latest stable version as of v3.98.4 (March 2010).
Platform: | Size: 1608704 | Author: 鲁克文 | Hits:

[Software Engineeringxfglxt

Description: 学校 学分管理系统 V.3.4.5版源码程序-failed to translate
Platform: | Size: 1967104 | Author: | Hits:

[Software EngineeringCIP-Vol1_3.3

Description: The CIP Networks Library vol.1 Common Industrial Protocol (CIP) Edition v.3.3
Platform: | Size: 5437440 | Author: graydaemon | Hits:

[Game EngineNGUI-Next-Gen-UI-v-3.5.6

Description: unity3d NGUI Next-Gen UI v 3.5.6.zip u3d插件-unity3d NGUI Next-Gen UI v 3.5.6.zip
Platform: | Size: 12796928 | Author: tttt | Hits:

[Delphi VCLWPViewPDF.v.3.24.Stp.Crk

Description: WPViewPDF version 3.24
Platform: | Size: 10986496 | Author: Aritata | Hits:

[Delphi VCLDelphos-Crypter-v.3

Description: Delphos Crypter v.3 for Delphi7
Platform: | Size: 36864 | Author: borik | Hits:

[Delphi VCLNativeExcel.v.3.9.7.D4.XE7

Description: NativeExcel v.3.9.7 (D4-XE7)
Platform: | Size: 19061760 | Author: ProgrammerDeveloper | Hits:
« 12 3 4 5 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net