Skip to content

Add: include Benchmark class for performance reporting and assign a unique deterministic 32-bit numeric identifier to each Species object in the database#1072

Merged
AlbertoCuadra merged 2 commits intomasterfrom
develop
Oct 13, 2025
Merged

Add: include Benchmark class for performance reporting and assign a unique deterministic 32-bit numeric identifier to each Species object in the database#1072
AlbertoCuadra merged 2 commits intomasterfrom
develop

Conversation

@AlbertoCuadra
Copy link
Copy Markdown
Member

Add: include deterministic 32-bit ID to each Species object in the database

Each species now has a unique, reproducible 32-bit numeric identifier based on its name.

Note: To enable this feature, the species database must be regenerated. You can do this by reinstalling the Combustion Toolbox, or overwritting the DB.mat file located at [CT_PATH]/databases/ folder:

import combustiontoolbox.databases.NasaDatabase
DB = generateDatabase(NasaDatabase);
save(DB)

@AlbertoCuadra AlbertoCuadra added the enhancement New feature or request label Oct 13, 2025
@github-project-automation github-project-automation Bot moved this to In progress in v2.0.0 Oct 13, 2025
@AlbertoCuadra AlbertoCuadra changed the title Update: assign a unique deterministic 32-bit numeric identifier to each Species object in the database Add: include Benchmark class for performance reporting and assign a unique deterministic 32-bit numeric identifier to each Species object in the database Oct 13, 2025
@AlbertoCuadra AlbertoCuadra moved this to 2025 Q4 – Oct-Dec in Roadmap Oct 13, 2025
@AlbertoCuadra AlbertoCuadra merged commit 756c2ea into master Oct 13, 2025
1 check passed
@github-project-automation github-project-automation Bot moved this from In progress to Done in v2.0.0 Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: 2025 Q4 – Oct-Dec
Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant