-
Notifications
You must be signed in to change notification settings - Fork 918
Enhancements for the fixed CL mode #780
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
Merged
Merged
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
e5824ba
improving the fixed_cl mode
jayantmukho 695b103
Merge branch 'fix_set_ffd_script' into enhancement_fixed_cl
jayantmukho 458d123
removed AoA update during the FD section
jayantmukho 79a93df
Merge branch 'develop' into enhancement_fixed_cl
jayantmukho 960c4ef
removed forcing residual convergence for fixed_cl mode
jayantmukho f773594
Merge branch 'develop' into enhancement_fixed_cl
jayantmukho 5d7a30c
revert to constant K
jayantmukho 21ab4a5
Merge branch 'develop' into enhancement_fixed_cl
jayantmukho db9387e
clean up
jayantmukho e295750
indentation fixes [ci skip]
jayantmukho 8e8af6b
Merge branch 'develop' into enhancement_fixed_cl
jayantmukho da91901
fully functional, not pretty yet
jayantmukho ab89114
some cleanup, works for normal driver and singleZoneDriver
jayantmukho 4f6975b
need to fix behavior when iteration limit is reached
jayantmukho 0a4c4ff
fixed segault in testcase, more cleanup
jayantmukho c644d0b
New options added in TestCase [ci skip]
jayantmukho aa87eb1
Fixed behavior for max iter and for when ITER_DCL_DALPHA=0
jayantmukho 2716ba8
making continuous adjoint implementation consistent
jayantmukho 9444f92
removed fixed cl from incompressible solver
jayantmukho af9cfee
some changes to test case config file
jayantmukho 50a57b9
added option to config file
jayantmukho 618d6f4
changed regression test values
jayantmukho db033ec
reverted integration_time.cpp back to develop status
jayantmukho 5581ab5
fixing some testcase config files
jayantmukho b935833
removed UPDATE_ALPHA as an option [ci skip]
jayantmukho d2d2c6f
changed regression test values
jayantmukho 7c4a3b4
Merge branch 'develop' into enhancement_fixed_cl
jayantmukho 21228f3
fixing continuous adjoint regression values
jayantmukho 290bcbe
better implementation of SetFarfieldAoA
jayantmukho 272d606
Merge branch 'develop' into enhancement_fixed_cl
jayantmukho f7166cc
changing travis.yml to use enhancement_fixed_cl branch of tutorials
jayantmukho ef4d75e
additional comments
jayantmukho d83c356
typo fix in config_template.cfg
jayantmukho 0163c8d
initial merge with output structure [ci skip]
jayantmukho 9ad2588
changes to fix compile time errors
jayantmukho 789571d
Merge branch 'feature_input_output' into enhancement_fixed_cl
jayantmukho b318e90
fixed makefile and changed fixed cl testcase convergence options [ci …
jayantmukho b8cb659
allowed changing screen output for FD
jayantmukho 68014f8
merge with feature_input_output
jayantmukho 80a75de
small changes to make multipoint optimizations work
jayantmukho 74150a7
Merge branch 'develop' into enhancement_fixed_cl
jayantmukho 54b9165
Merge branch 'develop' into enhancement_fixed_cl
jayantmukho b0614ea
add ability to change writing frequency
jayantmukho 0f2794d
adding CL_Convergence as a Output Field [ci skip]
jayantmukho c10de4e
Changed name to DELTA_CL and added it as default for fixed cl mode [c…
jayantmukho b073f87
Fixed segfault [ci skip]
jayantmukho e0155b9
added disabling output for finite difference mode [ci skip]
jayantmukho 201d406
fixed output, it works now [ci skip]
jayantmukho 98fefe0
moved all output to CFlowCompOutput [ci skip]
jayantmukho f1a9f19
code cleanup [ci skip]
jayantmukho f6d3797
fixes [ci skip]
jayantmukho a1279a4
more cleanup [ci skip]
jayantmukho 7f2c13e
changed travis to point to enhancemen_fixed_cl tutorial branch
jayantmukho 3ba26f2
small fix [ci skip]
jayantmukho f4afeee
Merge branch 'develop' into enhancement_fixed_cl
jayantmukho 593b7b2
small fix [ci skip]
jayantmukho 775597c
update testcase
jayantmukho fd4d8c9
reverting makefile
jayantmukho 530cf67
changed travis to point to corresponding TestCases branch
jayantmukho 5600e3d
multipoint fixes
jayantmukho de09502
fixing some flow.meta output issues
jayantmukho 3caeac6
fixing regression values
jayantmukho 45d7e37
small bug fixes
jayantmukho c65812b
fix regression test vals
jayantmukho 46da8cd
Merge branch 'develop' into enhancement_fixed_cl
jayantmukho 6a83788
final clean ups
jayantmukho 6682e40
Merge branch 'develop' into enhancement_fixed_cl
jayantmukho 388ba7d
reverting travis back to develop
jayantmukho File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -105,10 +105,9 @@ class CFlowOutput : public COutput{ | |
|
|
||
| /*! | ||
| * \brief Write information to meta data file | ||
| * \param[in] output - Container holding the output instances per zone. | ||
| * \param[in] config - Definition of the particular problem per zone. | ||
| */ | ||
| void WriteMetaData(CConfig *config, CGeometry *geometry); | ||
| void WriteMetaData(CConfig *config); | ||
|
|
||
| /*! | ||
| * \brief Write any additional files defined for the current solver. | ||
|
|
@@ -122,8 +121,9 @@ class CFlowOutput : public COutput{ | |
| * \brief Determines if the the volume output should be written. | ||
| * \param[in] config - Definition of the particular problem. | ||
| * \param[in] Iter - Current iteration index. | ||
| * \param[in] force_writing - boolean that forces writing of volume output | ||
| */ | ||
| bool WriteVolume_Output(CConfig *config, unsigned long Iter) override; | ||
| bool WriteVolume_Output(CConfig *config, unsigned long Iter, bool force_writing) override; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am fine with that change! |
||
|
|
||
| /*! | ||
| * \brief Write the forces breakdown file | ||
|
|
||
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea to add a routine like that.