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

OilPvtThermal: implement the IsothermalPvt using a variant #3283

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

akva2
Copy link
Member

@akva2 akva2 commented Dec 15, 2022

Sits on top of #3280
Waiting for #3246

this allows us to break the circular dependency between OilPvtThermal
and OilPvtMultiplexer which forces us to use pointer semantics.

dropping the pointer semantics allows us to remove explicit ctor,
copy ctor, assignment and comparison operators

replace SFINAE, void pointers and macro usage by visitor overload sets
to help break circular dependencies
this allows us to break the circular dependency between OilPvtThermal
and OilPvtMultiplexer which forces us to use pointer semantics.

dropping the pointer semantics allows us to remove explicit ctor,
copy ctor, assignment and comparison operators
@akva2 akva2 marked this pull request as draft December 15, 2022 09:50
@akva2 akva2 changed the title GasPvtThermal: implement the IsothermalPvt using a variant OilPvtThermal: implement the IsothermalPvt using a variant Dec 15, 2022
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.

1 participant