说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 任意激振响应
1)  transient response to arbitrary excitation
任意激振响应
2)  arbitrary magnitude and phase responses
任意频率响应
1.
The algorithms for the design of Finite-impulse response(FIR) filters with arbitrary magnitude and phase responses are developed using second-order cone programming.
提出了一种任意频率响应FIR滤波器的快速精确设计方法。
3)  wave induced vibration response
波激振动响应
1.
Taking account of the coupling of the fluid and solid, the paper provides a theoretical method of wave loads, mode analysis and wave induced vibration response of ship hull with thin walled beam.
用本文方法和相应计算程序计算了一条6m 长钢质船模的固有频率、振型及弯扭耦合波激振动响应。
4)  Flow-induced vibration response
流激振动响应
5)  Arbitrary Excitation
任意激励
1.
The Simulation Analysis on the Response to the Arbitrary Excitation of Single-Freedom Vibration System;
单自由度振动系统对任意激励响应的仿真分析
2.
The three-element method for the first order circuit in textbooks and references has some (weaknesses:) by using it the full response for the first order circuit under arbitrary excitation can not be solved.
目前教材及相关文献介绍的一阶电路三要素法具有局限性,不能用其直接求出任意激励下的一阶电路全响应。
6)  vibration response
振动响应
1.
Random vibration response of an aeronautical thin-shell to acoustic excitation;
噪声载荷作用下航空薄壁壳体的随机振动响应
2.
Prediction control of structural vibration response based on neural network;
基于神经网络的结构振动响应预测控制
3.
Analysis of vibration response of containment foundation in nuclear power station after munitions bombing
炸药触地爆炸后核电站安全壳基底振动响应分析
补充资料: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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条