Error:Task add_kernel is not registered to build FVKernel derived objects #19589
-
Hello everyone, I am using MOOSE to calculate the heat sink of a volumetric heat source by the coldplate. The following error occurred during operation: Framework Information: I am not sure of the cause of the error, because my code comes from some test files. I want to simulate the process as follows: There is an S-shaped channel in a coldplate, a metal heat source is placed on the coldplate, and the parameters I have written in the input file: In addition, I would like to know whether MOOSE can simulate the heat sink and thermal contact process of the coldplate now? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 38 replies
-
Hello I had a look at your input. You are mixing finite element and finite volume kernels in the [Kernels] block. Or you could transition your fluid flow simulation to finite element, then you dont need to change your heat conduction kernels. Guillaume |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, good news! |
Beta Was this translation helpful? Give feedback.
Hello
I had a look at your input. You are mixing finite element and finite volume kernels in the [Kernels] block.
This is not supported. If you want to use finite volume fluid flow, you need to use finite volume heat conduction as well, and place all your kernels in [FVKernels].
Or you could transition your fluid flow simulation to finite element, then you dont need to change your heat conduction kernels.
Guillaume