Topic 1: Albany normally names the solution output field "solution_" Paraview will apply displacements if this output field is called "displacement_" To rename the field in Albany, please add the line to the Exodus block in the input yaml file:
Exodus Solution Name: displacement
Also note that the tractions are called "residual_" You can also rename these:
Exodus Residual Name: tractions
Note that you can manually apply displacements by using "Warp Vector" operating on the "solution_" field.
- Load up LCM dataset as usual.
- Apply any filters as usual (warp vector for displacements, etc.)
- Load the Filters->Alphabetical->MergeBlocks filter
- Go to Filters->Alphabetical->Programmable Filters
- Copy the contents of the file - MaxStressProgrammableFilter.py - into the "Script" window in the ProgrammableFilter window.
- Hit Apply.
- Select "Cauchy_Stress_Max" in view menu.
Filters->Alphabetical->CellDataToPointData
filter.
- Please see file Nodesets.txt
Cameron Smith developed a nice Paraview python utility to plot load vs. displacement curves on LCM problems.