Message Boards Message Boards

Problem solving partial differential equation

Posted 23 days ago

Hello, I have a problem solving the heat equation with NDSolve in zylindrical coordinates. Can anyone tell me what I have done wrong?

Thanks in advance and best regards
Dirk

POSTED BY: Dirk Brömme
7 Replies

The error messages suggest that there may be a problem with ToElementMesh in one of the following:

Needs["NDSolve`FEM`"];

ToElementMesh[\[CapitalOmega]]

ToElementMesh[NumericalRegion[\[CapitalOmega]]]

I can't check V11.3.0.0, but you might see if either produces an element mesh for you. If neither does, then that may indicate where the problem is.

Alternatively, you could try coding the region Ω as a Rectangle[] or a Polygon[] instead of as an ImplicitRegion[].

That it is working in later versions suggests it might be that there was a bug which has been fixed.

POSTED BY: Michael Rogers
Posted 11 days ago

Hi Michael,

thanks for your advice. Rectangle[] instead of ImplicitRegion[] works..

Kind regards Dirk

POSTED BY: Dirk Brömme

No problem running it on my system.

POSTED BY: George Hrabovsky
Posted 11 days ago

Hello, I am using Version 11.3.0.0 and my code does not show the temperature distribution. What Software versions are you using?

Dirk

POSTED BY: Dirk Brömme

What is the probem? The code runs fine on my system.

POSTED BY: Gianluca Gorni
Posted 11 days ago

Hello, I am using Version 11.3.0.0 and my code does not show the temperature distribution. What Software versions are you using?

Dirk

POSTED BY: Dirk Brömme

I am using 14

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

Group Abstract Group Abstract