Commit 2c0049f
Preconditioning for multicomponent flows (#2426)
* solving for enthalpy
* fixing flux jacobian
* fix output error
* adding enthalpy diffusion
* moving enthalpy diffusion terms to CIncNSSolver.cpp
* small fix
* cleaning and rewritting some functions
* axisymetric source term and corrected flux jacobian at the wall
* updating BC_ConjugateHeat_Interface for fluid mixture
* activating muscl, consistent extrapolation for multicomponent
* correct average enthalpy for multicomponent flows output
* changing boolean names
* up to date to develop
* adding brackets
* fixing warning
* adding standard reference temperature T0=298.15K as default value
* reformulating and cleaning
* cleaning flow_diffusion.hpp and .cpp
* removing spaces
* fix description working variable
* update parallel regresion test
* fix non-dimensionalization issue
* updating species Non-Dimensional test case
* fix parallel_regression.py
* updating regression test cases
* update parallel regression test
* adding adj enthalpy fields for incompressible solver
* adding HeatFluxDiffusion in Preaccumulation
* updating JST and Lax-Friedrich
* updating BC far-field for multicomponent flows
* fix small bug conductivity prandtl
* adding regression cases
* update residual JST-Lax_Friedrich
* adding function for computing enthalpy due to species diffusion
* adding setTDState_h for multicomponent
* updating parallel_regresion residuals
* update multizone restart for species transport
* updating residual multizone species transport
* Update SU2_CFD/include/numerics/CNumerics.hpp
Co-authored-by: Pedro Gomes <[email protected]>
* Update SU2_CFD/include/numerics/CNumerics.hpp
Co-authored-by: Pedro Gomes <[email protected]>
* Update SU2_CFD/src/fluid/CFluidScalar.cpp
Co-authored-by: Pedro Gomes <[email protected]>
* Update SU2_CFD/src/numerics/CNumerics.cpp
Co-authored-by: Pedro Gomes <[email protected]>
* fixing names according to review comment
* fixing ComputeConsistentExtrapolation according to review comment
* removing WorkingVar from numerics and small cleaning
* formatting
* updating residuals
* defining enthalpy in each model and reformulating inlet BC
* fix error JST and BC IncEulerSolver
* using GetFluidModel in CIncEulerSolver
* making enthalpy the working variable
* fix warning
* fixing outputs
* fix centered scheme
* fix ADJ_TEMPERATURE
* changes energy_multicomponent, enthalpy and RMS_ENTHALPY in test cases
* imposing temperature when energy equation is switched off
* changing screenoutput BGS_ENTHALPY[0] in cht files
* avoid duplicating enthalpy output for flamelet solver
* renaming LIMITER_TEMPERATURE to LIMITER_ENTHALPY
* Update SU2_CFD/include/numerics/flow/convection/centered.hpp
Co-authored-by: Nijso <[email protected]>
* Update SU2_CFD/include/numerics/flow/convection/centered.hpp
Co-authored-by: Nijso <[email protected]>
* adding eddy diffusivity in enthalpy diffusion
* updating residuals species transport
* updating residuals
* update residual and fixing output temperature
* small cleaning
* updating residuals
* updating residuals
* updating residuals DAspecies tutorial case
* Update SU2_CFD/include/variables/CIncEulerVariable.hpp
Co-authored-by: Pedro Gomes <[email protected]>
* Update SU2_CFD/src/fluid/CFluidScalar.cpp
Co-authored-by: Pedro Gomes <[email protected]>
* addressing comments part 1
* Update SU2_CFD/src/solvers/CIncNSSolver.cpp
Co-authored-by: Pedro Gomes <[email protected]>
* addressing comments part 2
* addressing comments part 3
* updating residuals
* updating residuals and .ref files
* updating residual custom_source_buoyancy
* computing enthalpy based on NASA polynomials for CIncIdealGasPolynomial
* updating residuals inc_poly_cylinder
* adding explanation enthalpy as passive scalar and updating zimont pywrapper
* small addition to the explanation
* updating residual python wrapper test case zimont
* update residuals
* Update SU2_CFD/include/fluid/CConstantDensity.hpp
Co-authored-by: Nijso <[email protected]>
* returning minimum temperature limits for Newton_Raphson when Cp is a polynomial
* Update SU2_CFD/include/variables/CIncEulerVariable.hpp
Co-authored-by: Pedro Gomes <[email protected]>
* Update SU2_CFD/src/output/CFlowOutput.cpp
Co-authored-by: Pedro Gomes <[email protected]>
* Update SU2_CFD/include/fluid/CConstantDensity.hpp
Co-authored-by: Pedro Gomes <[email protected]>
* Update SU2_CFD/src/output/CAdjFlowIncOutput.cpp
Co-authored-by: Pedro Gomes <[email protected]>
* fix compile issue
* moving Energy flag to CIncNSVariable and making it constant
* fixing jacobian contribution energy equation for radiation model
* updating residuals p1model parallel regression
* undo changes of_grad_cd.csv.ref p1adjoint test case
* returning to develop branch in regression.yml
---------
Co-authored-by: Cristopher-Morales <[email protected]>
Co-authored-by: Pedro Gomes <[email protected]>
Co-authored-by: Nijso <[email protected]>1 parent e27908e commit 2c0049f
File tree
58 files changed
+1200
-291
lines changed- Common
- include
- src
- SU2_CFD
- include
- fluid
- numerics
- flow
- convection
- solvers
- variables
- src
- fluid
- numerics
- flow
- convection
- output
- solvers
- variables
- SU2_PY/SU2/io
- TestCases
- coupled_cht/disc_adj_unsteadyCHT_cylinder
- py_wrapper
- custom_source_buoyancy
- turbulent_premixed_psi
- radiation/p1model
- species_transport/venturi_primitive_3species
- wallfunctions/flatplate
- incompressible_SA
- incompressible_SST
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+1200
-291
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
| 922 | + | |
922 | 923 | | |
923 | 924 | | |
924 | 925 | | |
| |||
1958 | 1959 | | |
1959 | 1960 | | |
1960 | 1961 | | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
1961 | 1968 | | |
1962 | 1969 | | |
1963 | 1970 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1229 | 1229 | | |
1230 | 1230 | | |
1231 | 1231 | | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
1232 | 1235 | | |
1233 | 1236 | | |
1234 | 1237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
59 | 70 | | |
60 | 71 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
121 | 128 | | |
122 | 129 | | |
123 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
116 | 122 | | |
117 | 123 | | |
118 | 124 | | |
| |||
186 | 192 | | |
187 | 193 | | |
188 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
189 | 219 | | |
190 | 220 | | |
191 | 221 | | |
| |||
339 | 369 | | |
340 | 370 | | |
341 | 371 | | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
342 | 379 | | |
343 | 380 | | |
344 | 381 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
| |||
130 | 137 | | |
131 | 138 | | |
132 | 139 | | |
133 | | - | |
| 140 | + | |
134 | 141 | | |
135 | 142 | | |
136 | 143 | | |
137 | 144 | | |
138 | 145 | | |
139 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
140 | 171 | | |
141 | 172 | | |
142 | 173 | | |
143 | 174 | | |
144 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
145 | 183 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
61 | 72 | | |
62 | 73 | | |
63 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
| 65 | + | |
62 | 66 | | |
| 67 | + | |
63 | 68 | | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
| |||
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
75 | | - | |
| 81 | + | |
76 | 82 | | |
| 83 | + | |
77 | 84 | | |
78 | 85 | | |
79 | 86 | | |
80 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
81 | 136 | | |
| 137 | + | |
82 | 138 | | |
83 | 139 | | |
84 | 140 | | |
85 | 141 | | |
86 | 142 | | |
87 | 143 | | |
88 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
89 | 147 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| |||
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
| 194 | + | |
| 195 | + | |
190 | 196 | | |
191 | 197 | | |
192 | 198 | | |
| |||
750 | 756 | | |
751 | 757 | | |
752 | 758 | | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
753 | 773 | | |
754 | 774 | | |
755 | 775 | | |
| |||
1038 | 1058 | | |
1039 | 1059 | | |
1040 | 1060 | | |
1041 | | - | |
1042 | | - | |
| 1061 | + | |
1043 | 1062 | | |
1044 | 1063 | | |
1045 | 1064 | | |
| |||
1048 | 1067 | | |
1049 | 1068 | | |
1050 | 1069 | | |
1051 | | - | |
1052 | | - | |
| 1070 | + | |
1053 | 1071 | | |
1054 | 1072 | | |
1055 | 1073 | | |
| |||
1060 | 1078 | | |
1061 | 1079 | | |
1062 | 1080 | | |
1063 | | - | |
1064 | | - | |
1065 | | - | |
| 1081 | + | |
| 1082 | + | |
1066 | 1083 | | |
1067 | 1084 | | |
1068 | 1085 | | |
1069 | 1086 | | |
1070 | 1087 | | |
1071 | | - | |
1072 | | - | |
1073 | | - | |
| 1088 | + | |
| 1089 | + | |
1074 | 1090 | | |
1075 | 1091 | | |
1076 | 1092 | | |
| |||
0 commit comments