Writing tests for DoNothingBCs and potential FlowConvection kernel #107
Replies: 1 comment 3 replies
-
If you find that you need As far as (2), I was a bit late on jumping in to that discussion, but I think it's an excellent way to learn more about how we initialize member variables from input file parameters in MOOSE and C++ (and how to catch when things go wrong). Feel free to ping me about that one if you have questions. I have an idea for the fix, but it's a good exercise if you want to get more development experience. |
Beta Was this translation helpful? Give feedback.
-
Hi all, I have two ideas I would like to suggest:
@keniley1 passed down a FlowConvection kernel to me that he made but never ended up using, so it's not featured on any current branches/forks of Zapdos but I find myself using it for my research. I would like to try my hand at writing a test for this kernel to verify that it is working properly. I've attached the source code as a single text file.
FlowConvection_src.txt
As @csdechant described in my discussion post about the DoNothing BCs (DoNothingBC's and parameter "diff" is being retrieved before being set #106 (comment)), there seems to be a bug that requires the user to enter material property values even when "use_material_props = true". I would also like to try my hand at removing this bug, but this is of less priority that idea (1) above.
Let me know what y'all think!
@gsgall The FlowConvection kernel issue may be of interest to you!
Beta Was this translation helpful? Give feedback.
All reactions