-
Notifications
You must be signed in to change notification settings - Fork 250
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
[ConvDIff] Add flag to test json files #7638
base: master
Are you sure you want to change the base?
Conversation
it it enforced now to have this flag? |
@rubenzorrilla asked me to add to avoid printing warnings when running tests. |
hm in my opinion (and in accordance with StructuralMechanics) I would not add a warning if this is missing, by default implicit is used |
@@ -27,7 +27,6 @@ | |||
"time_stepping" : { | |||
"time_step" : 0.4 | |||
}, | |||
"time_integration_method" : "implicit", |
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.
This is not the time_integration_method
for the mechanical problem but of the conv-diff one. Please keep it. In this case I'd keep the warning to clearly inform the user of which integration method is used by default.
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.
I was getting an error in the CI with this. This is why I removed it. What you propose is to revert the last commit "Revert flag"
d533805 ?
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.
Let me push again so we can see the error
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.
It seems that you have an error in the json sintax
applications/ConvectionDiffusionApplication/python_scripts/coupled_structural_thermal_solver.py
Outdated
Show resolved
Hide resolved
You should add the new field to the defaults of the solver. Otherwise it crashes when checking. |
@rubenzorrilla what are we waiting for to merge? |
The GUI update |
Description
Add
time_integration_method
key to json files of tests.Please mark the PR with appropriate tags:
Changelog
See description.