说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 任意边界处理
1)  Procession of irregular bound
任意边界处理
2)  arbitrary boundary
任意边界
1.
Aiming at a limitation that the FASS (space filling, self avoiding, simple and self similar) curve, fractal laser scanning path can only fill in a square region, which is a method presented to realize the trimming of FASS fractal curve in arbitrary boundary layer by means of judging the intersection points between parameterized arbitrary boundary and a FASS fractal curve.
针对FASS分形扫描路径只能填充正方形区域的限制 ,提出通过判别参数化表示的任意边界与FASS曲线的交点来实现任意边界薄层FASS分形曲线的裁剪 。
3)  Arbitrary inner boundary features
任意内边界
4)  boundary treatment
边界处理
1.
The boundary treatment of the fourth-order compact finite difference scheme for the incompressible Navier-Stokes equations;
关于不可压流体Navier-Stokes方程的四阶精度有限差分紧致格式的边界处理
2.
A new method of boundary treatment in finite difference method;
有限差分法的一种边界处理方法
3.
The basic theory of LBM is analyzed in detail,the new methods for curved boundary treatment are introduced.
详细分析了LBM的基本理论,系统介绍了曲线固体边界处理的新方法。
5)  border processing
边界处理
1.
For the problem of large amount of GIS map data,the algorithm of data compression by multi-resolution analysis and border processing is presented.
针对地理信息系统地图数据量大的问题,提出了多分辨分析数据压缩和边界处理方法。
2.
With comparison and analysis in the selection of four typical wavelet bases in practical application,this paper discussed such selection when we adopt Multi-Resolution Analysis to do the wavelet based image compression and the influence of the border processing on the selection.
通过实际应用中对四种典型的小波基的选择进行的比较分析 ,讨论了在用多尺度分析算法进行的小波图像压缩时小波基的选取以及边界处理对选择小波基的影响。
3.
On the base of Mallet algorithm for wavelet transform, this paper provides a method for border processing of vector relief data condensation based on spline wavelet transform according to the properties of wavelet filters, And the experiments were given.
在离散小波变换的快速Mallat算法基础上 ,根据小波滤波器的特点 ,提出了一种基于B样条小波变换的矢量数据压缩的边界处理的方法 ,该方法经实验可以保证压缩后的数据能如实的反映原数据的特性和规律
6)  boundary processing
边界处理
1.
4 is conducted by using a hybrid fourth order, spectrum-relation preservation difference scheme and boundary processing methods based on characteristic signal propagation.
本文通过采用混合型的四阶精度频谱关系保持格式和基于信号特征传播的边界处理方法,对对流马赫数分别为0。
补充资料: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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条