Prescribed solution initial temperature#6888
Conversation
|
In the test I included, adiabatic initial temperature condition with a huge thermal conductivity (1e22), the temperature will quickly cool down at time = 1s. Then, I prescribe a region in the lower-middle part of the domain by the indicator function and maintain the initial temperature. |
fde638a to
e10b32f
Compare
alarshi
left a comment
There was a problem hiding this comment.
Nice! Thank you for making this contribution. I have minor comments, otherwise it looks good to me.
f5d0cc8 to
c75b2f2
Compare
|
@alarshi Thanks for reviewing my PR. I think I have addressed all the conversations. And I did add 3 lines between the functions. |
c75b2f2 to
d976c6d
Compare
alarshi
left a comment
There was a problem hiding this comment.
Thank you! Besides one comment, it looks good to me. I am not sure why the documentation tester is failing though.
gassmoeller
left a comment
There was a problem hiding this comment.
I agree with all the point mentioned by Arushi and just have minor additional comments.
About the tester: See my comment here, we now require to also update the parameter documentation when you introduce new parameters. See there for a description of how to fix this. Maybe we should include this as a command when running make indent, or maybe we can create a make update_parameters command.
I actually run the script under doc, but it looks confusing in the command line, and I am not sure if this takes effect. Apparently, my executable is there, but it keeps saying "Please provide the absolute path of the ASPECT executable as the first argument to this script or create a link in the main source directory." |
d976c6d to
27dbb07
Compare
|
you need to provide the 'absolute' path, but you are currently providing a 'relative' path (relative to your current directory). An absolute path starts with |
27dbb07 to
b2dba9c
Compare
|
Okay, yes, I see. I missed that it was the absolute path. I think I did it right this time. |
|
But there is still some bug in the documentation and parameters ... |
|
Here is what I saw when running the update_parameters script. And my branch should be up-to-date. [lochy@lochy-shilofue1 doc]$ ./update_parameters.sh /home/lochy/Softwares/aspect/build/aspect-release |
b2dba9c to
c3e58ca
Compare
gassmoeller
left a comment
There was a problem hiding this comment.
Looks all good now. The failing tester is unrelated and was fixed in deal.II already. Let's merge this.


Pull Request Checklist. Please read and check each box with an X. Delete any part not applicable. Ask on the forum if you need help with any step.
A new "temperature from initial" in the prescribed condition plugin system that uses an indicator function and reads the initial condition in the indicated region.
Before your first pull request:
For all pull requests:
For new features/models or changes of existing features: