flow past a dolphin, again

Asked by Achim Schroll

Hi Michael,

thanks, it is running.
Can you give me a hint how to access f.ex. the temperature for plotting?

vh achim.

Question information

Language:
English Edit question
Status:
Solved
For:
DOLFIN Edit question
Assignee:
No assignee Edit question
Solved by:
Mikael Mortensen
Solved:
Last query:
Last reply:
Revision history for this message
Best Mikael Mortensen (mikael-mortensen) said :
#1

Hi,

short form plot(scalar.c_) or long form plot(scalar.q_['c']). Velocity NStokes.u_ or NStokes.q_['u'].

Best regards

Mikael

Den Mar 12, 2013 kl. 3:01 PM skrev Achim Schroll:

> New question #224054 on DOLFIN:
> https://answers.launchpad.net/dolfin/+question/224054
>
> Hi Michael,
>
> thanks, it is running.
> Can you give me a hint how to access f.ex. the temperature for plotting?
>
> vh achim.
>
> --
> You received this question notification because you are a member of
> DOLFIN Team, which is an answer contact for DOLFIN.

Revision history for this message
Achim Schroll (achim-simula-deactivatedaccount) said :
#2

Thanks Mikael Mortensen, that solved my question.