| 7 | 1/1 | 返回列表 |
| 查看: 7005 | 回復(fù): 6 | ||
二亞銅蟲 (初入文壇)
|
[求助]
FLUENT中提示錯(cuò)誤:divergence detected in AMG solver:temperature 已有1人參與
|
|
各位高手好,我最近在學(xué)習(xí)UDF,加載后提示錯(cuò)誤為divergence detected in AMG solver:temperature,我按照網(wǎng)上提示的說更改松弛因子或者是改步長(zhǎng), 結(jié)果還是同樣出錯(cuò),什么原因,還有是宏DEFINE_INIT()在哪里加載啊,望高手指點(diǎn)。 |

|
INIT宏在DEFINE--User-defined--function hooks--Initilization中加載 提示中出現(xiàn)的錯(cuò)誤很難說清是哪方面的原因,因?yàn)橛绊懸蛩貙?shí)在是太多了。提示說的temperature錯(cuò)誤其實(shí)未必就是能量方程出了問題。方程之間是耦合的,一個(gè)出現(xiàn)問題了,另外的很可能也有問題。 |

銅蟲 (初入文壇)
|
你好,請(qǐng)問我的是兩個(gè)區(qū)域,我只在多孔介質(zhì)區(qū)域設(shè)置初始化,如何選擇哪個(gè)區(qū)域?我的初始化代碼是: DEFINE_INIT(moisure_init,d) /* The initial solids moisture content, W, is set */ /* and the corresponding humidity, w, of the */ /* intergranular air is calculated */ { cell_t c; Thread *t; real W,Tabs,TC,r,psat,p,w; /* Loop over all of the cell threads in the bulk of grain */ thread_loop_c(t,d) { begin_c_loop(c,t) { C_UDMI(c,t,0)=0.1905; W=C_UDMI(c,t,0); Tabs=C_T(c,t); TC=Tabs-273.15; /* Calculate relative humidity of intergranular air, Eqn 11. */ r=exp(-ACP/(TC+CCP)*exp(-BCP*W)); /* Ensure the air does not become supersaturated */ if(r>0.99) { r=0.99;} psat=6.0e25/pow(Tabs,5) *exp(-6800/Tabs); p=r*psat; w=0.622*p/(PATM-p); /* Eqn 12 */ C_UDSI(c,t,0)=w; } end_c_loop(c,t); } } |


銅蟲 (初入文壇)

新蟲 (初入文壇)
| 7 | 1/1 | 返回列表 |
| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 274求調(diào)劑 +4 | 顧九笙要謙虛 2026-03-24 | 4/200 |
|
|---|---|---|---|---|
|
[考研] 307求調(diào)劑 +5 | 超級(jí)伊昂大王 2026-03-24 | 5/250 |
|
|
[考研] 321求調(diào)劑 +4 | Ymlll 2026-03-24 | 4/200 |
|
|
[考研] 一志愿山東大學(xué)藥學(xué)學(xué)碩求調(diào)劑 +3 | 開開心心沒煩惱 2026-03-23 | 4/200 |
|
|
[考研] 材料專業(yè)求調(diào)劑 +11 | hanamiko 2026-03-18 | 11/550 |
|
|
[考研] 306求調(diào)劑 +9 | chuanzhu川燭 2026-03-18 | 9/450 |
|
|
[考研] 263求調(diào)劑 +6 | yqdszhdap- 2026-03-22 | 9/450 |
|
|
[考研]
求調(diào)劑材料學(xué)碩080500,總分289分
5+3
|
@taotao 2026-03-19 | 21/1050 |
|
|
[考研]
|
酥酥魚.. 2026-03-21 | 4/200 |
|
|
[考研] 求調(diào)劑一志愿海大,0703化學(xué)學(xué)碩304分,有大創(chuàng)項(xiàng)目,四級(jí)已過 +6 | 幸運(yùn)哩哩 2026-03-22 | 10/500 |
|
|
[考研] 311求調(diào)劑 +3 | 26研0 2026-03-20 | 3/150 |
|
|
[考研] 280求調(diào)劑 +11 | 咕嚕曉曉 2026-03-18 | 12/600 |
|
|
[考研] 求調(diào)劑 +3 | 13341 2026-03-20 | 3/150 |
|
|
[考研] 求助 +5 | 夢(mèng)里的無言 2026-03-21 | 6/300 |
|
|
[考研] 279求調(diào)劑 +5 | 紅衣隱官 2026-03-21 | 5/250 |
|
|
[考研] 一志愿 西北大學(xué) ,070300化學(xué)學(xué)碩,總分287,雙非一本,求調(diào)劑。 +3 | 晨昏線與星海 2026-03-18 | 3/150 |
|
|
[考研] 304求調(diào)劑 +6 | 曼殊2266 2026-03-18 | 6/300 |
|
|
[考研] 南京大學(xué)化學(xué)376求調(diào)劑 +3 | hisfailed 2026-03-19 | 6/300 |
|
|
[考研] 考研調(diào)劑求學(xué)校推薦 +3 | 伯樂29 2026-03-18 | 5/250 |
|
|
[考研] 353求調(diào)劑 +3 | 拉鉤不許變 2026-03-20 | 3/150 |
|