说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 颗粒随机轨道模型
1)  particle stochastic trajectory model
颗粒随机轨道模型
1.
A particle stochastic trajectory model for turbulence-particle reaction interactions is proposed.
提出了考虑湍流-颗粒反应相互作用的颗粒随机轨道模型,以此为基础建立煤粉燃烧综合理论模型并应用于旋流燃烧室内煤粉多相湍流流动与燃烧的数值模拟。
2.
The particle stochastic trajectory model which accounts for random fluctuations bothin magnitude and direction of the instantaneous gas velocity is utilized in the present paper.
得到的颗粒相轴向总质量流通量、轴向与切向速度分布与实验测量数据相符合,并比 Gosman 颗粒随机轨道模型的模拟结果有一定的改进。
2)  particle stochastic trajectory model
随机颗粒轨道模型
1.
The gas phase was expressed with the renormalization group kε two-equation model, and the particle phase was expressed with the particle stochastic trajectory model.
以强化悬浮式分解炉(reinforcedsuspensionprecalciner,RSP)为研究对象,对气相采用重整化群(renormalizationgroup,RNG)kε双方程模型,对颗粒相采用随机颗粒轨道模型。
3)  particle-trajectory model
颗粒轨道模型
1.
In this paper, the quantity of liquid droplets condensed from heavy fractions of FCC products due to temperature decrease was calculated, and a particle-trajectory model was used to simulate the flow tracks of these droplets.
首先求取了单位时间沉降器内冷凝的油浆液滴的质量,然后利用颗粒轨道模型对液滴的运动轨迹进行模拟计算,得到液滴的停留时间、运动轨迹和分布区域。
2.
With continuously increasing computer power, the determinate particle-trajectory model (DPTM) is progressing very quickly in the multisca.
随着计算机硬件的发展 ,基于颗粒尺度模拟稠密气固两相流的颗粒轨道模型发展很快 。
4)  particle trajectory model
颗粒轨道模型
1.
Standard k-εturbulence model and particle trajectory model were used to simulate 3-D gas-solid flow in Impinging Streams Reactor.
采用标准k-ε湍流模型和颗粒轨道模型模拟了水平撞击流反应器内的气相流场和颗粒运动,实验采用压力计和PV4A光纤速度测量仪测量了整体压力损失和颗粒沿喷嘴轴线的速度变化,模拟得到的规律和实验结果基本吻合。
2.
The Euler-Lagrange method is used,in which the gas flow is described with standard k-ε turbulence model,and the motion of the liquid droplets is described with the particle trajectory model.
气相用标准k-ε湍流模型描述,喷淋液滴用颗粒轨道模型描述。
3.
In this paper,a particle trajectory model attached in an Eulerian-Lagrangian method is used to numerically simulate gas-liquid two-phase flow in RPB.
文中采用基于颗粒轨道模型的欧拉 拉格朗日法对超重力旋转床中的气液两相流动与传质进行了数值模拟研究。
5)  random particle model
随机颗粒模型
1.
From micro level, concrete is idealized as a two-phase composite made of mortar matrix and aggregate inclusions, and random particle model is used to symbolize the meso structure of the concrete.
本文在细观上将混凝土看成是由粗骨料颗粒与硬化水泥浆体组成的两相非均质复合材料,以随机颗粒模型代表混凝土的细观结构,研究了一种对随机颗粒模型结构进行全自动网格剖分的方法,采用适宜处理微裂纹行为的刚体一弹簧模型(RigidBodySpringModel),探讨了预先存在的微裂纹对混凝土性能的影响,建立起混凝土的细观结构与宏观性能之间的关系,同时也对混凝土在拉伸荷载下的裂纹传播行为进行了研究。
6)  stochastic model
随机轨道模型
1.
The stochastic model and particle cloud model were utilized to model turbulent dispersion of droplets,which was compared with the results obtained by deterministic model.
分别应用随机轨道模型及颗粒群模型来考察湍流对液滴扩散的影响,并与确定性轨道进行了比较。
2.
A stochastic model was taken into account to model particle dispersion due to turbulent fluctuations.
其中,对丙烷蒸汽与空气的气相混合物采用欧拉法求解,利用拉格朗日法跟踪丙烷液滴的运动轨迹,并加入颗粒随机轨道模型来考虑液滴的湍流扩散效应,数值计算所得的物理参量与实验测量结果相吻合。
补充资料:随机存取机器模型
      算法分析与计算复杂性理论中重要的串行计算模型,简称 RAM。引进它是为了便于从理论上分析计算机串行程序所耗费的时间、空间等资源。一个RAM由k个变址器I1,I2,...,Ik、无穷个普通寄存器R0,R1,R2,...和一个有穷长的程序所组成。变址器也是寄存器,每个寄存器中可以存放一个自然数,但只有变址器的内容可以作为间接地址。
  
  RAM的程序使用两种形式的地址。一种是直接地址,形式为Ij(j=1,2,...,k)或Ri(i=0,1,2,...);另一种是间接地址,形式为Ij(j=1,2,...,k)。如果Ij中存的自然数为i,则Ij代表地址Ri
  
  RAM的指令为下列形式之一:①A←a,表示把地址A的内容改为自然数a;②A←B,表示把地址A的内容改为地址B的内容;③A←B*C,表示把地址B中的内容和地址C中的内容作为运算*之后,送入地址A。这里*可以是自然数的加法、减法、乘法或整数除法。减法的定义为:若a≥b则等于a-b,否则等于0;④A←F(B,C),此处F是一个可以用多带图灵机器在多项式空间和对数多项式的巡回中实现的变换(见多带图灵机模型)。A、B、C可以是直接地址,也可以是间接地址。A是写入地址,B、C是读出地址。
  
  RAM除了可以用以上的指令编程序外,还可以判断某个寄存器或变址器的内容是否为0,以实现条件转移。
  
  变址器是用来实现间接地址的,所以要求在运算过程中变址器中所存的自然数不大于所用到的普通寄存器数目的某个常数倍。
  
  RAM程序的一个例子是:设n个自然数a1,a2,...,an分别存放在R1,R2,...,Rn中,n存放在R0中,要求把这n个数的和计算出来,结果放在R0中。程序如图。
  
  
  RAM的资源耗费有两种定义方式,即均匀耗费和对数耗费。均匀的空间耗费是指计算中曾经使用过的寄存器的总数。均匀的时间耗费是指自始至终被执行的指令和转移的总条数。均匀耗费常用于算法分析中。
  
  另一种标准是对数耗费。此时空间耗费指计算中普通寄存器存过的自然数的最大长度之和。时间耗费则指被执行的每条指令的时间耗费之和。而一条指令的时间耗费则被认为与被运算的自然数的长度成正比的。
  
  对于RAM,还可以定义巡回(虚拟的并行时间)。它是计算中周相的总数,而一个周相则是 RAM工作的一个阶段,在此阶段中,没有任何一个普通寄存器先被写入然后又被读出。
  

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条