说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 压力面
1)  pressure side
压力面
2)  the Stress of the end floor
端面压力
3)  surface pressure
表面压力
1.
Comparison of surface pressure characteristics of bulbous bows in different profiles through wind tunnel tests;
不同型线结构船艏表面压力特性对比实验研究
2.
Changes of surface pressure with adsorption time were determined at different protein concentration and pH.
采用轴对称滴形分析法研究了大豆11S球蛋白在空气-水界面上的吸附动力学,主要检测了不同浓度和pH值条件下表面压力随吸附时间的变化。
3.
A figure for the surface pressure distribution at 0-deg yaw angle is also given.
通过对典型客车模型风洞试验过程、方法以及试验数据的分析介绍,给出了客车模型在60m/s风速时,气动阻力系数随横摆角的变化关系曲线,零横摆角时的表面压力分布。
4)  fault plane pressure
断面压力
1.
The time-space distribution of vertical seal in Shurennouer Fault was analyzed,according to the fault plane pressure and mudstone content of fault zone.
对断裂垂向封闭机理、影响因素以及乌尔逊凹陷北部苏仁诺尔断裂的发育、活动史进行了研究,利用断面压力和断裂带中的泥质含量对苏仁诺尔断裂垂向封闭性的时空分布进行了分析。
5)  pressure profile
压力剖面
1.
In this paper, pressure profile adjustment technique for multi-layer and multiple pressure system reservoir in adjustment well drilling block during the process of drilling is studied.
本文针对调整井钻井区块多层系多压力系统储层在钻井施工过程中压力剖面调整技术展开研究。
2.
The pressure profile adjustment reduces the high-pressured lamination strength, maintains the low-pressure lamination strength, realizes reduces to the oil layer pollution, reduces the drilling cost based on the existing oil-field development plan.
压力剖面调整是在现有的油田开发方案基础上,降低高压层压力,保持低压层压力,实现减轻对油层污染、降低钻井成本。
6)  interface pressure
界面压力
1.
Objective:To predict the interface pressure between residual limb and prosthetic socket for below-knee (BK) amputees during walking.
目的:为计算小腿截肢患者行走过程中残肢和接受腔之间的界面压力。
2.
The results show that interface pressures ar.
接受腔/残肢界面压力分布特征是假肢优化设计的基础,传统的有限元模型只限于静态分析,不符合实际情况。
3.
Manganin gauges were used to record the interface pressure p exp and p Al between the LY12Al base plate and the explosive sample as well as between the LY12Al plate and LY12Al sample.
利用压力对比法 ,采用锰铜计测量待测炸药样品和LY12铝标准样品在LY12铝飞片同时撞击下的界面压力 ,运用冲击波关系式和正交回归直线拟合分析 ,确定了JB90 14钝感炸药冲击绝热线关系式。
补充资料:ANSYS中在任意面施加任意方向任意变化的压力方法
在任意面施加任意方向任意变化的压力
在某些特殊的应用场合,可能需要在结构件的某个面上施加某个坐标方向的随坐标位置变化的压力载荷,当然,这在一定程度上可以通过ANSYS表面效应单元实现。如果利用ANSYS的参数化设计语言,也可以非常完美地实现此功能,下面通过一个小例子描述此方法。
!!!在执行如下加载命令之前,请务必用选择命令asel将需要加载的几何面选择出来
!!!
finish
/prep7
et,500,shell63
press=100e6
amesh,all
esla,s
nsla,s,1
! 如果载荷的反向是一个特殊坐标系的方向,可在此建立局部坐标系,并将
! 所有节点坐标系旋转到局部坐标系下.
*get,enmax,elem,,num,max
dofsel,s,fx,fy,fz
fcum,add !!!将力的施加方式设置为"累加",而不是缺省的"替代"
*do,i,1,enmax
*if,esel,eq,1,then
*get,ae,elem,i,area !此命令用单元真实面积,如用投影面积,请用下几条命令
! *get,ae,elem,i,aproj,x !此命令用单元X投影面积,如用真实面积,请用上一条命令
! *get,ae,elem,i,aproj,y !此命令用单元Y投影面积
! *get,ae,elem,i,aproj,z !此命令用单元Z投影面积
xe=centrx !单元中心X坐标(用于求解压力值)
ye=centry !单元中心Y坐标(用于求解压力值)
ze=centrz !单元中心Z坐标(用于求解压力值)
! 下面输入压力随坐标变化的公式,本例的压力随X和Y坐标线性变化.
p_e=(xe-10)*press+(ye-5)*press
f_tot=p_e*ae
esel,s,elem,,i
nsle,s,corner
*get,nn,node,,count
f_n=f_tot/nn
*do,j,1,nn
f,nelem(i,j),fx,f_n !压力的作用方向为X方向
! f,nelem(i,j),fy,f_n !压力的作用方向为Y方向
! f,nelem(i,j),fz,f_n !压力的作用方向为Z方向
*enddo
*endif
esla,s
*enddo
aclear,all
fcum,repl !!!将力的施加方式还原为缺省的"替代"
dofsel,all
allsel
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条