Skip to content

!WRITE,VISUAL

Enables visualization data output via the in-memory visualizer. It is implemented as the VISUAL parameter of the single !WRITE card, and acts as an output destination specification alongside !WRITE,RESULT and !WRITE,FEMAP (fstr_ctrl_get_WRITE in fistr1/src/common/fstr_ctrl_common.f90, fstr_ctrl_get_output in fistr1/src/lib/m_out.f90).

Format and surface specifications for visualization are given on the separate !VISUAL card.

Parameters

FREQUENCY = step interval of output (default: 1)

Example of Use

The minimal dataset for enabling visualization is shown below. The surface_num and !surface specifications on the !VISUAL card are required.

!WRITE, VISUAL, FREQUENCY=2
!VISUAL,method=PSR
!surface_num=1
!surface 1
!output_type=VTK