Add basic chemicals (ammonia and methanol production technologies) #153
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Type of change
Please delete options that are not relevant.
Checklist:
How to test the code
Reference to an example case or a test case that can be run to verify the changes.
Additional context
Ammonia and Methanol Production Technologies - Techno-Economic Parameters
This document summarizes the key techno-economic parameters for ammonia and methanol production technologies implemented in MacroEnergy.jl.
Overview
The codebase includes six production technologies:
1. Ammonia Production Technologies
1.1 Thermal Ammonia (without CCS)
File:
src/model/assets/thermalammonia.jlInputs:
Outputs:
1.2 Thermal Ammonia with CCS
File:
src/model/assets/thermalammoniaccs.jlInputs:
Outputs:
Key Differences from Thermal Ammonia:
1.3 Synthetic Ammonia (Electrochemical)
File:
src/model/assets/syntheticammonia.jlInputs:
Outputs:
Key Characteristics:
2. Methanol Production Technologies
2.1 Thermal Methanol (without CCS)
File:
src/model/assets/thermalmethanol.jlInputs:
Outputs:
Key Characteristics:
2.2 Thermal Methanol with CCS
File:
src/model/assets/thermalmethanolccs.jlInputs:
Outputs:
Key Differences from Thermal Methanol:
2.3 Synthetic Methanol (Electrochemical)
File:
src/model/assets/syntheticmethanol.jlInputs:
Outputs:
Key Characteristics:
3. Technology Comparison Summary
3.1 Ammonia Production Comparison
Key Insights:
3.2 Methanol Production Comparison
Key Insights:
3.3 Cost Structure Comparison
Key Observations:
4. Notes on Parameter Units
5. Data Sources
6. Implementation Files
All technologies are implemented in
src/model/assets/:thermalammonia.jl- Thermal ammonia without CCSthermalammoniaccs.jl- Thermal ammonia with CCSsyntheticammonia.jl- Synthetic (electrochemical) ammoniathermalmethanol.jl- Thermal methanol without CCSthermalmethanolccs.jl- Thermal methanol with CCSsyntheticmethanol.jl- Synthetic (electrochemical) methanol