(2)在Outline of Schematic B2:Engineering Data窗口中,右鍵空白處選擇Engineering Data Sources按鈕,彈出的“ Engineering Data Sources”窗口,單擊鼠標左鍵選擇General Materials,在Outline of General Materials窗口中,選擇Stainless Steel單擊右側的“+”號。
The battery parameters are defined in a Scilab script which has to be runbefore the simulation of the model.// x-engineer.orgbp.C_Ah = 93.6; // battery capacitybp.SOC_x_pct = [10 12 15 20 25 85
The battery parameters are defined in a Scilab script which has to be runbefore the simulation of the model.// x-engineer.orgbp.C_Ah = 93.6; // battery capacitybp.SOC_x_pct = [10 12 15 20 25 85
A:在計算物理場耦合問題時出現這個錯誤提示,是由于生成流體模型、熱模型或結構模型的dat文件時,沒有取消Run Adina這個選項,因此程序自動運行了耦合的兩個模型中的一個造成的。Q:為什么在計算過程中提示“Model may be unstable, ratio of diagonals > 1.E11, please check your input data”?