6.31.5. pvd recorder commandΒΆ

recorder('PVD', filename, '-precision', precision=10, '-dT', dT=0.0, *res)

Create a PVD recorder.

filename (str)

the name for filename.pvd and filename/ directory, which must pre-exist.

precision (int)

the precision of data. (optional)

dT (float)

the time interval for recording. (optional)

res (list (str))

a list of (str) of responses to be recorded, (optional)

  • 'disp'

  • 'vel'

  • 'accel'

  • 'incrDisp'

  • 'reaction'

  • 'pressure'

  • 'unbalancedLoad'

  • 'mass'

  • 'eigen'