update master by pcarruscag · Pull Request #2499 · su2code/SU2 · GitHub
Skip to content

update master#2499

Merged
pcarruscag merged 448 commits into
masterfrom
develop
May 4, 2025
Merged

update master#2499
pcarruscag merged 448 commits into
masterfrom
develop

Conversation

@pcarruscag

Copy link
Copy Markdown
Member

No description provided.

pcarruscag and others added 30 commits January 1, 2025 14:57
…o coupled_thermoelasticity

Add nodal temperature integration in Compute_StiffMatrix
[WIP] Coupled solver for thermoelasticity
Fix Non-dimensionalization to translation velocity
pcarruscag and others added 27 commits April 6, 2025 15:43
2D DSMA661 Airfoil Near-Wake V&V case
Fix preaccumulation error, improve recording of RANS solvers
Changing version number to 8.2.0

Check notice

Code scanning / CodeQL

No raw arrays in interfaces

Raw arrays should not be used in interfaces. A container class should be used instead.
Comment thread Common/src/CConfig.cpp
"of entries (the number of materials).", CURRENT_FUNCTION);
if (nMaterialThermalExpansion == 0) {
nMaterialThermalExpansion = 1;
MaterialThermalExpansion = new su2double[1]();

Check warning

Code scanning / CodeQL

Resource not released in destructor

Resource MaterialThermalExpansion is acquired by class CConfig but not released anywhere in this class.
Comment on lines +148 to +232

Check notice

Code scanning / CodeQL

Long switch case

Switch has at least one case that is too long: [4 (35 lines)](1).
@pcarruscag pcarruscag merged commit 5d71ae2 into master May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.