Page 1 of 1

Combine SV Paraview plots into single file.

PostPosted: Sun Aug 07, 2016 2:36 pm
by rwendner
Please modify the paraview output of multiple SVs in such a way that only one set of paraview files is created, containing all the requested SVs.

PlotList ./Paraview/Facet 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"
}
}

Re: Paraview output of SVs at facet

PostPosted: Wed Aug 10, 2016 5:26 am
by zhouxinwei
Suggestion will be considered, stay tuned.

Re: Paraview output of SVs at facet

PostPosted: Thu Aug 11, 2016 12:38 am
by zhouxinwei
The feature is implemented in version 2016.8.12.

The input looks like:
Code: Select all
PlotList ./Paraview/Facet Paraview {
  ttl PRTC {
    MinimumCrackOpening 0.00 mm
    FacetVariable "NormalModulus"
    FacetVariable "Total Normal Imposed Strain"
  }
}