problem with multiple plotlists

Report and track bugs

problem with multiple plotlists

Postby rwendner » Wed Jul 27, 2016 6:37 pm

In the attached example the generated paraview plots of Plotlist "facet" are empty unless the previous Plotlists Nodes,ConCurf,Cells are commented.

Is there a maximum limit of Plotlists?
Is there an incompatible sequence ?
Attachments
LDPMCube.mrs
(31.36 KiB) Downloaded 556 times
Run.mrs
(8.99 KiB) Downloaded 581 times
rwendner
 
Posts: 154
Joined: Wed Jul 15, 2015 4:35 pm

Re: problem with multiple plotlists

Postby zhouxinwei » Wed Jul 27, 2016 10:47 pm

The problem is the below segment sets MinimumCrackOpening to 0.001 mm, then the facet plot only plot facets whose crack opening greater than 0.001 mm, that's why you don't see anything in the beginning.
Code: Select all
PlotList Cells Paraview {
  FilePath Paraview
  DeleteAllFiles
  TimeInterval 1 ms
  ttL PRTC {
    Cells
    MinimumCrackOpening 0.01 mm
  }
}


This is a bug, and will be fixed in next release.

In your current version, you can do the following to get around:
Code: Select all
PlotList Facet Paraview {
  FilePath Paraview
  DeleteAllFiles
  TimeInterval 1.0 ms
  ttL PRTC {
    MinimumCrackOpening 0.00 mm
    FacetVariable "NormalModulus"
  }
  ttL PRTC {
    MinimumCrackOpening 0.00 mm
    FacetVariable "Total Normal Imposed Strain"
  }
}
zhouxinwei
 
Posts: 208
Joined: Thu Jul 09, 2015 7:12 pm


Return to Bugs

Who is online

Users browsing this forum: No registered users and 2 guests

cron