Skip to content

!WRITE,VISUAL

Enables visualization data output using the in-memory visualizer. In the implementation, a single !WRITE card uses the VISUAL parameter, which functions as an output destination specification alongside !WRITE,RESULT / !WRITE,FEMAP (fistr1/src/common/fstr_ctrl_common.f90, fstr_ctrl_get_WRITE; fistr1/src/lib/m_out.f90, fstr_ctrl_get_output).

The visualization format and surface specifications are given with the separate !VISUAL card.

Parameters

FREQUENCY = Output step interval (default: 1)

Example

The following shows a minimal dataset for enabling visualization. In the !VISUAL card, the surface_num and !surface specifications cannot be omitted.

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