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

Create code for sort of a MultiMin or Elan Optimization approach to log analysis #1

Open
Philliec459 opened this issue Jun 25, 2021 · 0 comments

Comments

@Philliec459
Copy link

Hi Andy, do you know how to create an Optimization example by minimize the difference between the actual TNPH and RHOB vs. the Theoretical TNPH and RHOB calculated from the log response equations for each one solving for Mineralogy?

I am thinking a simple Calcite/Dolomite/PHIT bulk volume.

RHOB_THEORETICAL = 2.65 * VOL_QUARTZ + 2.71 * VOL_CALCITE + 2.847 * VOL_DOLO + 1.1 * PHIT
TNPH_THEORETICAL = -0.05 * VOL_QUARTZ + 0 * VOL_CALCITE + 0.005 * VOL_DOLO + 1 * PHIT

and VOL_QUARTZ = 0 and PHIT could be estimated from a chart book solution based on TNPH and RHOB in this clean rock.

RHOB - RHOB_THEORETICAL = DIFF_RHOB
THPH - TNPH_THEORETICAL = DIFF_TNPH

DIFF_RHOB + DIFF_TNPH = 0

by varying VOL_CALCITE and minimize on DIFF_RHOB + DIFF_TNPH to approach zero.

VOL_DOLO = 1 - VOL_CALCITE - PHIT

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

No branches or pull requests

1 participant