| 查看: 1238 | 回复: 1 | ||
[求助]
AYSYS中怎么施加不同模态施加阻尼比呢? 已有1人参与
|
| ANSYS中使用的多是用定值阻尼比,如果我知道了不同阶阵型的阻尼比,请问在ANSYS要怎么加呢? |
» 猜你喜欢
材料与化工调剂一志愿大连海事085600,349
已经有4人回复
甲基亚磺磺酸钠和甲基磺酸酯反应机理
已经有4人回复
理学07化学 303求调剂
已经有3人回复
一志愿大连理工大学材料求调剂
已经有4人回复
085600材料与化工调剂
已经有11人回复
生物考研337分求调剂
已经有4人回复
材料求调剂 一志愿哈工大总分298分,前三科223分
已经有9人回复
哈尔滨工业大学材料与化工专硕378求调剂
已经有3人回复
求调剂,一志愿 南京航空航天大学 ,080500材料科学与工程学硕,总分289分
已经有9人回复
材料科学与工程求调剂
已经有8人回复
klzg77541812
专家顾问 (正式写手)
NVH-FEA工程师
- 应助: 117 (高中生)
- 金币: 2141.8
- 红花: 28
- 帖子: 621
- 在线: 606.2小时
- 虫号: 1479383
- 注册: 2011-11-06
- 性别: GG
- 专业: 固体力学
- 管辖: 计算模拟区
【答案】应助回帖
感谢参与,应助指数 +1
|
在workbench中可以通过analysis setting 中的 Stiffness Coefficient Defined By. Define the Stiffness Coefficient by entering a value, Direct, or by entering a Frequency and a Damping Ratio, Damping vs. Frequency. 输入阻尼随频率变化表 在MAPDL中,需要通过table进行设置,然后再定义 When specifying frequency dependent damping using TB,SDAMP you must specify the material property using TB,ELAS. 如果针对每一阶模态,用下面的命令,看帮助很容易,V1...代表不同阶次,大于6个模态的话,STLOC每次+6,第一次是1开始,第二次是7,第二次用的时候,V1就代表第7阶了 MDAMP MDAMP, STLOC, V1, V2, V3, V4, V5, V6 Defines the damping ratios as a function of mode. SOLUTION: Dynamic Options Valid Products: DesignSpace | Pro | Premium | Enterprise | PrepPost | Solver | AS add-on STLOC Starting location in table for entering data. For example, if STLOC = 1, data input in the V1 field applies to the first constant in the table. If STLOC = 7, data input in the V1 field applies to the seventh constant in the table, etc. Defaults to the last location filled + 1. V1, V2, V3, . . . , V6 Data assigned to six locations starting with STLOC. If a value is already in this location, it will be redefined. Blank values for V2 to V6 leave the corresponding previous value unchanged. Notes Defines the damping ratios as a function of mode. Table position corresponds to mode number. These ratios are added to the DMPRAT value, if defined. Use the STAT command to list current values. This command applies to mode-superposition harmonic (ANTYPE,HARMIC), mode-superposition linear transient dynamic (ANTYPE,TRANS), and spectrum (ANTYPE,SPECTR) analyses. Repeat the MDAMP command for additional constants (10000 maximum). 简单的案例如下 FINISH /CLEAR *ABBR,RUN,M1 /PREP7 ET,1,16 R,1,1,0.02 MP,EX,1,2E11 MP,DENS,1,7800 MP,NUXY,1,0.3 N,1 N,11,10 FILL E,1,2 EGEN,10,1,-1 D,1,ALL FINISH /SOLU ANTYPE,MODAL MODOPT,LANB,10 MXPAND,10,,,YES,,NO SOLVE FINISH /POST1 FINISH /SOLU ANTYPE,TRANS TRNOPT,MSUP,6 MDAMP,1,0.01,0.01,0.01,0.01,0.01,0.01 ! MDAMP,1,0.1,0.1,0.1,0.1,0.1,0.1 DELTIM,0.0001,0.0001,0.0001 F,11,FY,0 SOLVE TIME,0.01 F,11,FY,-100 SOLVE TIME,0.02 F,11,FY,0 SOLVE TIME,1 SOLVE FINISH /POST26 FILE,FILE,RDSP NSOL,2,11,U,Y PLVAR,2 |

2楼2019-04-01 11:30:45














回复此楼