Skip to content

[WIP] Adding Cantera fluid model for incompressible reacting flows#2713

Open
Cristopher-Morales wants to merge 286 commits into
developfrom
feature_CANTERA_PR
Open

[WIP] Adding Cantera fluid model for incompressible reacting flows#2713
Cristopher-Morales wants to merge 286 commits into
developfrom
feature_CANTERA_PR

Merge branch 'develop' into feature_CANTERA_PR

9905d99
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 20, 2026 in 25s

2 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 4063 in Common/include/CConfig.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Constant return type on member Warning

The 'const' modifier has no effect on return types. The 'const' modifying the return type can be removed.

Check notice on line 32 in SU2_CFD/src/fluid/CFluidCantera.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.