ABAQUS 超彈性問題設(shè)置?
模型為以橡膠襯套,在Hypermesh劃分六面體網(wǎng)格導入ABAQUS計算,采用Yeoh模型,輸入系數(shù),計算是報錯,The initial bulk modulus of 20000. Exceeds 100 times the initial shear modulus of 1.5410 (the initial poisson ratio 0.49996 exceeds 0.495) for the hyperelastic material named rubber. However, a hybrid type element is not used. This may cause convergence problems. It is recommended that you change the element type to a hybrid element; however you can also convert this error message to a warning message by setting the environment variable nonhybrid_incompress to warning or by adding *diagnostics, nonhybrid=warning to the input file (not recommended).
查閱資料,可以采用雜交單元。請問hypermesh導入的網(wǎng)格,在abaqus的網(wǎng)格模塊更改單元屬性可以變成雜交單元嗎? 嘗試過更改網(wǎng)格屬性還是報錯,請問問題出在哪里





















一般而言,超彈性材料如橡膠,雖然能夠有很大的剪切變形,但是體積模數(shù)很大,近乎於不可壓縮,因此數(shù)值上不是那麼容易處理。
在standard裡面,如果採用超彈性材料,如果蒲松比給超過0.49(or 0.495),就會跳出警告訊息說必須採用hybrid元素來處理,hybrid元素有額外的壓力自由度,可以解決數(shù)值上不收斂的問題。
然而,在explicit裡面沒有hybrid元素可以使用,因此允許的最大蒲松比是0.495,官方建議不要超過這個數(shù)值,以免導致計算上的問題。
Hypermesh只是進行網(wǎng)格劃分,在Abaqus內(nèi)可以調(diào)整網(wǎng)格屬性,有一個選項,只要打勾就是考慮成hybrid元素,在元素代號後面會有一個H,例如C3D8RH, C3D10H等。如果選擇hybrid元素依然出錯,就有可能是其他的問題,請在查看模型的設(shè)置。