Page 1 of 1

[MARS-UD-100] Paraview plotting path

PostPosted: Wed Jun 06, 2018 7:06 am
by MZecchini
Hi,

Trying to solve a diffusion problem I found out that there is a mistake in the paraview plotting: even if I create two different paths for two different Diffusion Fields (./paraview/DiffField1 and ./paraview/DiffField2), the model creates every paraview file in the same path, the last one.
What I get is:

DiffField2-ttL-ttLDiff1.000.vtu
DiffField2-ttL-ttLDiff1.001.vtu
...
DiffField2-ttL-ttLDiff2.000.vtu
DiffField2-ttL-ttLDiff2.001.vtu
...

while I should get:

DiffField1-ttL-ttLDiff1.000.vtu
DiffField1-ttL-ttLDiff1.001.vtu
...
DiffField2-ttL-ttLDiff2.000.vtu
DiffField2-ttL-ttLDiff2.001.vtu
...


I attached a short example, a diffusion problem with two different materials.
Run.mrs
Example of paraview plotting in the diff problem
(4.67 KiB) Downloaded 582 times

Re: [MARS-UD-100] Paraview plotting path

PostPosted: Wed Jun 06, 2018 5:51 pm
by zhouxinwei
As of now, the diffusion framework only supports one PlotList, that's a limitation, and we will add support for multiple in the future.

The workaround is to combine them into one PlotList, and you still have separate sets of files for different purposes.

Re: [MARS-UD-100] Paraview plotting path

PostPosted: Thu Jun 07, 2018 3:31 pm
by MZecchini
Ok, thanks for the explanation.

Best regards,
Michele