Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add estimation schemes of linear, Lorentz-Berthelot #77

Open
ianhbell opened this issue Nov 13, 2023 · 0 comments
Open

Add estimation schemes of linear, Lorentz-Berthelot #77

ianhbell opened this issue Nov 13, 2023 · 0 comments

Comments

@ianhbell
Copy link
Collaborator

Snippet:

if estimation_scheme == 'Lorentz-Berthelot':
    betaT, gammaT, betaV, gammaV = [1,1,1,1]
elif estimation_scheme == 'linear':
    betaT, betaV = 1.0, 1.0
    gammaT = 0.5*(Tc[0]+Tc[1])/(Tc[0]*Tc[1])**0.5
    gammaV = 4.0*(vc[0]+vc[1])/(vc[0]**(1/3) + vc[1]**((1.0/3)))**3
@ianhbell ianhbell added this to the 0.19 milestone Jan 4, 2024
@ianhbell ianhbell modified the milestones: 0.19, 0.20.0 Mar 3, 2024
@ianhbell ianhbell removed this from the 0.20.0 milestone Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant