lanl/singularity-eos

Add extrapolation to rho = 0 for spiner tables

開放

#541 建立於 2025年8月15日

 (0 則留言) (1 個反應) (0 位負責人)C++ (21 個分叉)auto 404
enhancementgood first issuehelp wanted

倉庫指標

星標
 (36 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Right now spiner's logarithmic interpolation means that it can never extrapolate to exactly rho = 0. An easy fix would be to check if rho < the minimum density on the table, and if it is compute pressure as $P(rho, T) = \rho \Gamma(\rho_m, T)$ where here $\rho_m$ is the minimum density and $\Gamma$ is the Gruneisen coefficient. And one could do a similar thing for temperature.

Thanks @jhp-lanl for reminding me of this issue.

貢獻者指南