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

Class structure update #9

Draft
wants to merge 62 commits into
base: development
Choose a base branch
from
Draft

Conversation

bhargavakula01
Copy link
Collaborator

I implemented the class structure with a polymer, surfactant, and overall simulation class. The polymer and surfactant classes don't have any methods; they simply store the properties (such as concentration) of the substances used within the simulation. The simulation class holds all the methods used when the simulation is running.

I think it would be a good idea to review the class structure and see if there are things that should be moved before merging it into the development branch. We can discuss this during our meeting on November 10th. In the meantime, please review the code changes and provide comments on what should be changed, or go ahead and make those changes :).

bhargavakula01 and others added 22 commits October 1, 2024 22:47
…ations.py) that contains simulation constants and labels for permeability, model type, resevoir geometry, polymer list, and surfactant list
… Also updated the compvis function within the simulation.py python file
@bhargavakula01 bhargavakula01 added the refactor Reorganizing the code label Oct 28, 2024
@bhargavakula01 bhargavakula01 self-assigned this Oct 28, 2024
@bhargavakula01 bhargavakula01 marked this pull request as draft December 1, 2024 21:47
bhargavakula01 and others added 30 commits January 14, 2025 19:24
…on the simulation class within simulation.py
…ction definitions for test cases) and also added a few methods within the simulation class (also need to add function definitions here)
…Also, continuing to work on adding the saturation_equ_solver() method
It is a helper function to the saturation_equation_solver() method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Reorganizing the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants