Group Abstract Group Abstract

Message Boards Message Boards

Convection diffusion equation solve in a rectangular domain

POSTED BY: Mohammad Yeasin

... But I am getting same contour plot for every time step.

Not quite the same, but similar. If a logarithmic scaling is used, the differences become more visible:

prnt = ContourPlot[cfun[#, x, y], {x, -1, 1}, {y, -1, 1}, 
     ColorFunction -> "Rainbow", Contours -> 10, 
     RegionFunction -> (RegionMember[\[CapitalOmega], {#1, #2}] &), 
     PlotRange -> Automatic, 
     ScalingFunctions -> "Log"] & /@ {.1, .2, .3};
GraphicsRow[prnt, Spacings -> -15, ImageSize -> 800]

enter image description here

POSTED BY: Henrik Schachner
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard