https://github.com/equinor/lcm
Lost Circulation Material
https://github.com/equinor/lcm
drilling-engineering equinor flask genetic-algorithm petroleum python typescript
Last synced: about 1 year ago
JSON representation
Lost Circulation Material
- Host: GitHub
- URL: https://github.com/equinor/lcm
- Owner: equinor
- License: mit
- Created: 2020-08-28T07:44:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T14:06:59.000Z (about 1 year ago)
- Last Synced: 2025-04-06T16:23:25.395Z (about 1 year ago)
- Topics: drilling-engineering, equinor, flask, genetic-algorithm, petroleum, python, typescript
- Language: Python
- Homepage:
- Size: 3.23 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Lost Circulation Material Optimizer

Web application for creating, comparing, and optimize blending of lost circulation material used to bridge fractures and stop losses in rock formations during petroleum drilling.
This repository is the result from the merger of the two summer intern projects from 2020.
- Team Blend
- Team Bridge

Deployed environments:
- [Test](https://proxy-lost-circulation-material-test.radix.equinor.com)
- [Production](https://lost-circulation-material.app.radix.equinor.com)
## Requirements
- docker
- docker-compose
## Running
1. Create a copy of `.env-template` called `.env` and populate it with values.
2. Build the containers
```sh
docker compose build
```
3. Start the project
```sh
docker compose up
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## Operational runbook
[RUNBOOK](runbook.md)
## License
[MIT](LICENSE)