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

Implement Killough Model for capillary hysteresis #2159

Draft
wants to merge 41 commits into
base: develop
Choose a base branch
from

Conversation

jafranc
Copy link
Contributor

@jafranc jafranc commented Nov 12, 2022

This PR aims at implementing Killough[1] model for capillary hysteresis with possible t-reversal option (see Eclipse documentation). It comes after #2207 introducing KilloughHysteresis.

These steps will be implemented

  • Create a TableCapillaryPressureHysteresis mirroring TableRelativePermeabilityHysteresis.
  • Create the associated Kernel

As for the implementation of hysteresis for relative permeability, the Eclipse Manual notations will be adopted.

[1] Killough, J. E. "Reservoir simulation with history-dependent saturation functions." Society of Petroleum Engineers Journal 16.01 (1976): 37-48. link
[2] Kleppe, J., et al. "Representation of capillary pressure hysteresis in reservoir simulation." SPE annual technical conference and exhibition. OnePetro, 1997.

Additionally:

  • create a unitTest for TableCapillaryPressureHysteresis
  • add an integrated test using TableCapillaryPressureHysteresis

jafranc and others added 8 commits December 10, 2022 04:26
# Conflicts:
#	src/coreComponents/constitutive/CMakeLists.txt
#	src/coreComponents/constitutive/capillaryPressure/CapillaryPressureBase.cpp
#	src/coreComponents/constitutive/capillaryPressure/CapillaryPressureExtrinsicData.hpp
#	src/coreComponents/constitutive/relativePermeability/RelativePermeabilityExtrinsicData.hpp
#	src/coreComponents/constitutive/relativePermeability/TableRelativePermeabilityHysteresis.cpp
#	src/coreComponents/constitutive/thermalConductivity/MultiPhaseThermalConductivityFields.hpp
#	src/coreComponents/constitutive/thermalConductivity/SinglePhaseThermalConductivityFields.hpp
#	src/coreComponents/constitutive/thermalConductivity/ThermalConductivityFields.hpp
#	src/coreComponents/physicsSolvers/fluidFlow/CompositionalMultiphaseBase.cpp
# Conflicts:
#	src/coreComponents/constitutive/CMakeLists.txt
#	src/coreComponents/constitutive/capillaryPressure/CapillaryPressureBase.cpp
#	src/coreComponents/constitutive/capillaryPressure/CapillaryPressureExtrinsicData.hpp
#	src/coreComponents/constitutive/relativePermeability/TableRelativePermeabilityHysteresis.cpp
#	src/coreComponents/constitutive/relativePermeability/TableRelativePermeabilityHysteresis.hpp
jacques and others added 13 commits January 24, 2023 12:20
# Conflicts:
#	src/coreComponents/constitutive/CMakeLists.txt
#	src/coreComponents/constitutive/relativePermeability/RelativePermeabilityBase.hpp
#	src/coreComponents/constitutive/relativePermeability/TableRelativePermeabilityHysteresis.hpp
#	src/coreComponents/unitTests/constitutiveTests/constitutiveTestHelpers.hpp
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

Successfully merging this pull request may close these issues.

2 participants