-
Notifications
You must be signed in to change notification settings - Fork 27
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
Help wanted: Splicing in a power plant #1
Comments
Yes, the formulas starting on line 1783 represent the utilization efficiency curves shown in Figure 2 of the GEOPHIRES paper (https://doi.org/10.1186/s40517-019-0119-6). You could bypass or overwrite these correlations and use your own correlation for utilization efficiency. E.g., provide your equation for etau on line 1946. Alternatively, you can directly provide the produced electricity. E.g., in case of enduseoption = 1, you would provide an array of the produced electricity on line 1949 for "ElectricityProduced". |
Very helpful. Thank you. I will work on a mock-up and keep the issue open until I have solved. |
@kfbeckers This probably does not factor into the final code I will use, but what does "availability" mean from GEOPHIRES v1.0, appearing around line 1784 of v2.0 (my lines are different than the original, right now)? It is a measure of enthalpy, but I do not see documentation on its many other constants. I looked for it in https://pangea.stanford.edu/ERE/pdf/IGAstandard/SGW/2013/Beckers.pdf but could not find it. Is there a reason it is called availability? |
Availability is another term for exergy (https://en.wikipedia.org/wiki/Exergy). It is a thermodynamic property of the fluid (in this case water) that describes the maximum amount of work (electricity) that can be performed. |
Ok, thank you. I did not realize these were the same things. |
@NRELAdmin @kfbeckers @kmccabe1990 I am trying to see if it is possible to splice our custom ORC combined heat and power plant into GEOPHIRES. If I recall correctly, these ORC values are drawn from curve correlations, therefore the formulas at line 1783. Would it be possible to stick a power plant into this section? What happens to the power plant is we use a user-defined reservoir thermal drawdown curve? How is GEOPHIRES handling the reinjection temperatures from line 1813, for example, if the thermal drawdown curve is already defined?
I am looking for comments and variable definitions for etaull (lower limit of efficiency), etauul, etau, reinjtll, reinjtul, and reinjtemp. Basically, what do I need to give back to GEOPHIRES from our power plant to keep it from breaking the code? I have a heat fraction and an electricity quantity from a subcritical ORC, and the thermal drawdown curve should be defined by our external numerical model and imported via .csv. Thank you for any input you can offer.
The text was updated successfully, but these errors were encountered: