Skip to content
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

[WIP] pywrapper - custom source terms for all solvers #2388

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from

change testcases branch

effe99d
Select commit
Loading
Failed to load commit list.
Open

[WIP] pywrapper - custom source terms for all solvers #2388

change testcases branch
effe99d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 24, 2025 in 3s

9 new alerts

New alerts in code changed by this pull request

  • 3 warnings
  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 61 in TestCases/py_wrapper/custom_source/run.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable nElem is not used.

Check notice on line 78 in TestCases/py_wrapper/custom_source/run.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable index_Vel is not used.

Check notice on line 105 in TestCases/py_wrapper/turbulent_premixed_psi/run.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable primindex is not used.

Check notice on line 226 in TestCases/py_wrapper/turbulent_premixed_psi/run.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable iDENSITY is not used.

Check notice on line 229 in TestCases/py_wrapper/turbulent_premixed_psi/run.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable index_Vel is not used.

Check notice on line 232 in TestCases/py_wrapper/turbulent_premixed_psi/run.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable custom_source_vector is not used.

Check warning on line 65 in SU2_CFD/src/python_wrapper_structure.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Lossy function result cast Warning

Return value of type double is implicitly converted to unsigned long.

Check warning on line 68 in SU2_CFD/src/python_wrapper_structure.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Lossy function result cast Warning

Return value of type double is implicitly converted to unsigned long.

Check warning on line 81 in SU2_CFD/src/python_wrapper_structure.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Lossy function result cast Warning

Return value of type double is implicitly converted to unsigned long.