Skip to content

Reply To: Cnojugated Heat Transfer

#8041
Adrian
Keymaster

The only issue I see is that you try to directly pass the T SolidOmega to defineField. While such an overload would be useful it currently doesn’t exist – you’ll need to create a constant analytical functor with value SolidOmega and pass it to defineField instead of SolidOmega.

I’d also suggest to use LocalOmegaAdvectionDiffusionBGK for both material 1 and 5 and vary the omega paramter purely via the field (otherwise it will be very easy to accidentally use the wrong parameters, if everything is in a field you can simply check in VTK output – another advantage of this new approach).