analytical.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:SimplePetro 作者: ishovkun 项目源码 文件源码
def analytical_rate(td):
    '''
    Returns the dimensionless production rate
    Input:
        td: np.array(n)
            Array of dimensionless times
    Returns:
        qd: np.array(n)
            Array of dimensionless production rates
    '''
    pi = np.pi
    term1 = 2*np.exp(-pi**2*td/4.)
    term2 = erfc(1.5*pi*np.sqrt(td))/np.sqrt(pi*td)
    return term1 + term2
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号