Add simple custom outputs (functions of other outputs) to all solvers by pcarruscag · Pull Request #2020 · su2code/SU2
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 968
Merged
pcarruscag merged 7 commits intodevelopfrom
May 1, 2023Merged
Add simple custom outputs (functions of other outputs) to all solvers#2020
pcarruscag merged 7 commits intodevelopfrom
Add simple custom outputs (functions of other outputs) to all solvers#2020
pcarruscag merged 7 commits intodevelopfrom
Conversation
Copy link
Member
pcarruscag
commented
Apr 29, 2023
pcarruscag
commented
Proposed Changes
Adds the simplest type of custom output to all solvers. Add coverage for custom functions in some discrete adjoint cases.
PR Checklist
- I am submitting my contribution to the develop branch.
- My contribution generates no new compiler warnings (try with --warnlevel=3 when using meson).
- My contribution is commented and consistent with SU2 style (https://su2code.github.io/docs_v7/Style-Guide/).
- I have added a test case that demonstrates my contribution, if necessary.
- I have updated appropriate documentation (Tutorials, Docs Page, config_template.cpp), if necessary.
pcarruscag added 3 commits
April 28, 2023 20:40…be used for primal and adjoint variables
pcarruscag
added
the
changelog:feature
label
pr-triage
bot
added
the
PR: unreviewed
label
pcarruscag commented Apr 29, 2023
TestCases/species_transport/venturi_primitive_3species/DAspecies3_primitiveVenturi.cfg
Outdated
Show resolved
Hide resolved
TestCases/species_transport/venturi_primitive_3species/DAspecies3_primitiveVenturi.cfg Outdated Show resolved Hide resolved
SU2_CFD/src/output/COutput.cpp
Outdated
Show resolved
Hide resolved
SU2_CFD/src/output/COutput.cpp Outdated Show resolved Hide resolved
SU2_CFD/src/output/CFlowOutput.cpp
Outdated
Show resolved
Hide resolved
SU2_CFD/src/output/CFlowOutput.cpp Outdated Show resolved Hide resolved
SU2_CFD/src/output/CFlowOutput.cpp
Outdated
Show resolved
Hide resolved
SU2_CFD/src/output/CFlowOutput.cpp Outdated Show resolved Hide resolved
pcarruscag
requested a review
from bigfooted
bigfooted reviewed Apr 30, 2023
TestCases/species_transport/venturi_primitive_3species/DAspecies3_primitiveVenturi.cfg
Outdated
Show resolved
Hide resolved
TestCases/species_transport/venturi_primitive_3species/DAspecies3_primitiveVenturi.cfg Outdated Show resolved Hide resolved
pcarruscag added 3 commits
April 30, 2023 15:01
pcarruscag
merged commit
638cf83
into
develop
pcarruscag
deleted the
custom_function_outputs_everywhere
branch
pr-triage
bot
added
PR: merged
and removed
PR: unreviewed
labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment