SciML / SciML/ProcessSimulator.jl
Structuring of Media properties
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 44
- Forks
- 8
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 6
Description
- Big dictionary of pure component models (H2O, CO, CO2, etc.) from Clapeyron/data banks. Choose from pure component list.
- Generate mixture models from component models (use Claypeyron). Get out mixture property. (e.g.
NaturalGasMixture)
Rough syntax
@named input_stream = MaterialStream(Medium = NaturalGasMixture)
@named out_stream = MaterialStream(AbstractMedium) # output has same pure components
@named gibbs_reactor = GibbsReactor(; feed = input_stream, product = out_stream)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Clapeyron data banks and the proposed MaterialStream and GibbsReactor entry points shown in the issue. Done means pure component models can be selected, mixture models can be generated, and mixture properties are available through the proposed stream and reactor usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100