| 查看: 1416 | 回復: 11 | ||
[求助]
求助如何利用外推法計算比容
|
||
| 大家好,數學學得太差,現在遇到一個問題要計算水的在絕對零度(0K)下的比容(密度的倒數),文章中說是根據密度與溫度的關系函數利用外推法得到絕對零度下的比容,不曉得這個是一個什么計算過程。密度公式(公式怎么復制不了啊),謝謝 |

金蟲 (小有名氣)
|
如果絕對零度(0K)在所給區(qū)間內的話,而且從你的敘述來看(主要是因為涉及到taylor展式),這里使用的應該是外推法,它用以改善序列收斂效率。詳情參見http://zh.wikipedia.org/zh/%E7%9 ... 6%E6%8E%A8%E6%B3%95 可以參照里面的龍貝格積分的推導和解釋。 |
銀蟲 (小有名氣)
|
從維基百科得到下列的溫度-密度對應值,二次函數擬合得到 y= -0.0055 x2 + 0.1361 x + 997.5856 其中x ~ °C, y ~ kg/m3 它在-273.15的取值是 547.6715 kg/m3, 我猜,所說的外推就是這個意思? ------------------------------ °C kg/m3 +100 958.4 +80 971.8 +60 983.2 +40 992.2 +30 995.6502 +25 997.0479 +22 997.7735 +20 998.2071 +15 999.1026 +10 999.7026 +4 999.9720 0 999.8395 -10 998.117 -20 993.547 -30 983.854 ======================= matlab code ============ >> p=polyfit(dens(:,1),dens(:,2),2) p = -0.0055 0.1361 997.5856 >> x2=-273:1:100;y2=polyval(p,x2);plot(dens(:,1),dens(:,2),'o',x2,y2);grid on |
金蟲 (小有名氣)
|
這樣啊,那我把文獻里的意思理解錯了,文獻里f(l,T)=1-V0/Vf where vf is the specific volume of the liquid at any temperature and V0 is the specific volume of the liquid extrapolated to the temperature T at 0 K without phase change. It was considered that the most obvious method of extrapolating density to 0°K would be to set up a density function m the form of a Taylor expansion |


銀蟲 (小有名氣)

銀蟲 (小有名氣)
銀蟲 (小有名氣)
| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 286求調劑 +8 | PolarBear11 2026-03-26 | 8/400 |
|
|---|---|---|---|---|
|
[考研] 085701環(huán)境工程求調劑 +4 | 多久上課 2026-03-27 | 4/200 |
|
|
[考研] 一志愿南師大0703化學 275求調劑 +4 | Ripcord上岸 2026-03-27 | 4/200 |
|
|
[考研] 340求調劑 +4 | jhx777 2026-03-27 | 4/200 |
|
|
[考研] 287求調劑 +10 | land xuxu 2026-03-26 | 10/500 |
|
|
[考研] 085600,材料與化工321分,求調劑 +9 | 大饞小子 2026-03-27 | 9/450 |
|
|
[考研] 一志愿太原理工安全工程300分,求調劑 +4 | 0857求調劑. 2026-03-24 | 4/200 |
|
|
[考研] 0856材料專碩353求調劑 +9 | NIFFFfff 2026-03-20 | 9/450 |
|
|
[考研] 329求調劑 +7 | 鈕恩雪 2026-03-25 | 7/350 |
|
|
[考研] 281求調劑 +3 | 亞克西good 2026-03-26 | 5/250 |
|
|
[考研] 一志愿哈工大,085400,320,求調劑 +4 | gdlf9999 2026-03-24 | 4/200 |
|
|
[考研] 機械學碩總分317求調劑。。! +4 | Acaciad 2026-03-25 | 4/200 |
|
|
[考研] 282求調劑 +3 | wcq131415 2026-03-24 | 3/150 |
|
|
[考研] 086003食品工程求調劑 +6 | 淼淼111 2026-03-24 | 6/300 |
|
|
[考博] 26申博自薦 +3 | whh869393 2026-03-24 | 3/150 |
|
|
[基金申請] 請教下大家 2026年國家基金申請是雙盲審嗎? +3 | lishucheng1 2026-03-22 | 5/250 |
|
|
[考研] 求調劑 +7 | 十三加油 2026-03-21 | 7/350 |
|
|
[考研] 328求調劑 +4 | LHHL66 2026-03-23 | 4/200 |
|
|
[考研] 308求調劑 +3 | 墨墨漠 2026-03-21 | 3/150 |
|
|
[考研] 求調劑 +5 | Zhangbod 2026-03-21 | 7/350 |
|