Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.2K Views
|
5 Replies
|
3 Total Likes
View groups...
Share
Share this post:

How to find the dimensionless ListContourPlot?

Posted 3 years ago
Attachments:
POSTED BY: KRISHAN SHARMA
5 Replies
Posted 3 years ago

If I understand your question, you're stuck trying to figure out Wall Temperature. But I don't know what Wall Temperature is. Is that a term that is well-defined in some knowledge domain? Is it the average temperature at the boundary? The max? Min?

On the other hand you use the term "dimensionless temperature". What's that? I would have thought you just want something like QuantityMagnitude, but that doesn't seem to fit with the way you use the term.

Can you rephrase your question so that we know what you're trying to achieve without us having to understand the knowledge area you're working in? Can you make this a question about Mathematica specifically?

POSTED BY: Eric Rimbey
POSTED BY: Neil Singer
Posted 3 years ago

Thank you, I will try this.

POSTED BY: KRISHAN SHARMA
Posted 3 years ago

Sir, I have tried it but not getting anything. Can you elaborate how can i proceed to non-dimensionalize the temperature.

POSTED BY: KRISHAN SHARMA

Perhaps something along these lines will give you a direction to follow:

{tMin, tMax} = MinMax[ T[[All, 3]]]

T[[All, 3]] = (T[[All, 3]] - tMin) (tMax - tMin)

ListPlot3D[T, ColorFunction -> "TemperatureMap"]
ListContourPlot[T, PlotLegends -> True]
POSTED BY: W. Craig Carter
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard