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

Fix shared wall-inlet corner node for compressible #2266

Merged
merged 46 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
83e080c
fix corner node
bigfooted Apr 16, 2024
8624e0d
fix corner node temp and dens
bigfooted Apr 16, 2024
f4f8a2b
fix warning for temperature maybe used uninitialized
bigfooted Apr 16, 2024
4844ba9
move comment
bigfooted Apr 16, 2024
48cedf9
Merge branch 'develop' into fix_cornernode_comp
bigfooted Apr 18, 2024
0cb2f38
fix bounded scalar for compressible
bigfooted Apr 20, 2024
819b46c
fix bounded scalar for compressible
bigfooted Apr 20, 2024
c085155
Merge branch 'develop' into fix_cornernode_comp
Cristopher-Morales Apr 21, 2024
f693a01
Merge branch 'develop' into fix_cornernode_comp
Cristopher-Morales Apr 22, 2024
c472e98
Merge branch 'develop' into fix_cornernode_comp
bigfooted May 1, 2024
ad3b211
Merge branch 'develop' into fix_cornernode_comp
bigfooted May 13, 2024
f0248c1
Merge branch 'develop' into fix_cornernode_comp
Cristopher-Morales May 14, 2024
120641d
Merge branch 'develop' into fix_cornernode_comp
bigfooted May 14, 2024
bcea781
Merge branch 'develop' into fix_cornernode_comp
Cristopher-Morales May 16, 2024
93d4ffb
Merge branch 'develop' into fix_cornernode_comp
Cristopher-Morales May 18, 2024
a0128be
Merge branch 'develop' into fix_cornernode_comp
Cristopher-Morales Jun 11, 2024
c30581e
Merge branch 'develop' into fix_cornernode_comp
bigfooted Jul 1, 2024
6c6e760
Merge branch 'develop' into fix_cornernode_comp
bigfooted Jul 16, 2024
02e0573
Merge branch 'develop' into fix_cornernode_comp
bigfooted Jul 24, 2024
7a5104d
update regression tests
bigfooted Aug 10, 2024
d179a4e
remove comments on compressible bounded scalar
bigfooted Aug 10, 2024
f4b9c55
merge develop
bigfooted Aug 10, 2024
1757060
update regression
bigfooted Aug 10, 2024
0d5fe9b
Merge branch 'develop' into fix_cornernode_comp
bigfooted Aug 10, 2024
0faa67e
update regression profile
bigfooted Aug 10, 2024
a070ab3
Merge branch 'develop' into fix_cornernode_comp
bigfooted Aug 22, 2024
48077f0
Update SU2_CFD/src/solvers/CEulerSolver.cpp
bigfooted Aug 27, 2024
4b13197
Merge branch 'develop' into fix_cornernode_comp
Cristopher-Morales Aug 29, 2024
f81246c
Merge branch 'develop' into fix_cornernode_comp
bigfooted Sep 15, 2024
bb45348
Merge branch 'develop' into fix_cornernode_comp
Cristopher-Morales Sep 21, 2024
56e1ce5
Merge branch 'develop' into fix_cornernode_comp
Cristopher-Morales Sep 23, 2024
9b1c0a5
Merge branch 'develop' into fix_cornernode_comp
bigfooted Sep 25, 2024
8c2ddea
Merge branch 'develop' into fix_cornernode_comp
bigfooted Oct 4, 2024
6ab0c5e
add message, add P and rho
bigfooted Oct 4, 2024
05acbd0
Merge branch 'fix_cornernode_comp' of https://github.com/su2code/su2 …
bigfooted Oct 4, 2024
b8a970a
update
bigfooted Oct 4, 2024
843dc1f
temperature variable
bigfooted Oct 7, 2024
13ce796
merge w. develop, fix conflicts
bigfooted Oct 25, 2024
c9c2466
merge w. develop, fix conflicts
bigfooted Oct 25, 2024
0e00aa5
Merge branch 'develop' into fix_cornernode_comp
bigfooted Oct 25, 2024
1a9776e
typo
bigfooted Oct 30, 2024
73e5e05
using updated testcase repo
bigfooted Oct 30, 2024
787960a
update poiseuille regressions
bigfooted Oct 30, 2024
b7e3414
Merge remote-tracking branch 'upstream/develop' into fix_cornernode_comp
pcarruscag Dec 8, 2024
9d1bfd0
simplify
pcarruscag Dec 8, 2024
2de834c
update regressions
pcarruscag Dec 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Common/src/CConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5610,16 +5610,16 @@ void CConfig::SetPostprocessing(SU2_COMPONENT val_software, unsigned short val_i
/*--- Define some variables for flamelet model. ---*/
if (Kind_Species_Model == SPECIES_MODEL::FLAMELET) {
/*--- The controlling variables are progress variable, total enthalpy, and optionally mixture fraction ---*/
//n_control_vars = nSpecies - n_user_scalars;
if (n_control_vars != (nSpecies - n_user_scalars))
SU2_MPI::Error("Number of initial species incompatbile with number of controlling variables and user scalars.", CURRENT_FUNCTION);
SU2_MPI::Error("Number of initial species incompatible with number of controlling variables and user scalars.", CURRENT_FUNCTION);
/*--- We can have additional user defined transported scalars ---*/
n_scalars = n_control_vars + n_user_scalars;
}

if (Kind_Regime == ENUM_REGIME::COMPRESSIBLE && GetBounded_Scalar()) {
SU2_MPI::Error("BOUNDED_SCALAR discretization can only be used for incompressible problems.", CURRENT_FUNCTION);
}

}

void CConfig::SetMarkers(SU2_COMPONENT val_software) {
Expand Down
4 changes: 2 additions & 2 deletions Common/src/geometry/CMultiGridGeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ CMultiGridGeometry::CMultiGridGeometry(CGeometry* fine_grid, CConfig* config, un
/*--- Create a queue system to do the agglomeration
1st) More than two markers ---> Vertices (never agglomerate)
2nd) Two markers ---> Edges (agglomerate if same BC, never agglomerate if different BC)
3rd) One marker ---> Surface (always agglomarate)
4th) No marker ---> Internal Volume (always agglomarate) ---*/
3rd) One marker ---> Surface (always agglomerate)
4th) No marker ---> Internal Volume (always agglomerate) ---*/

/*--- Set a marker to indicate indirect agglomeration, for quads and hexs,
i.e. consider up to neighbors of neighbors of neighbors.
Expand Down
Loading
Loading