We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The goal of this issue is to keep track of all developments related to PVT modeling capabilities for CO2 in depleted reservoirs.
Basic first steps to port PVTPackage capabilities in GEOS:
Steps to test the new functions in PVTDriver
PVTDriver
MultiFluidBase
BlasLapackLA::solveLinearSystem
Steps to make the new code usable for simulations of CO2 injection in depleted reservoirs:
Steps to make the code efficient:
Some tidying tasks
CubicEOSPhaseModel
The text was updated successfully, but these errors were encountered:
Compute finite-difference derivatives - would you consider using AD instead? Flash is local, so AD operations are much easier.
Sorry, something went wrong.
francoishamon
dkachuma
No branches or pull requests
Description
The goal of this issue is to keep track of all developments related to PVT modeling capabilities for CO2 in depleted reservoirs.
Work Scope
Basic first steps to port PVTPackage capabilities in GEOS:
Steps to test the new functions in
PVTDriver
MultiFluidBase
to read an input and call the new flash functions (@dkachuma)MultiFluidBase
class to static calculation functions.BlasLapackLA::solveLinearSystem
to GPUSteps to make the new code usable for simulations of CO2 injection in depleted reservoirs:
Compute finite-difference derivativesSteps to make the code efficient:
Some tidying tasks
CubicEOSPhaseModel
which has become too large/complex.Issues in this EPIC
The text was updated successfully, but these errors were encountered: