Writes a PVD collection file to allow ParaView to load time-series data (legacy wrapper).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(case_params_t), | intent(in) | :: | params | |||
| type(flow_mpi_t), | intent(in) | :: | flow | |||
| integer, | intent(in) | :: | nsteps | |||
| integer, | intent(in) | :: | output_interval | |||
| real(kind=rk), | intent(in) | :: | dt |
subroutine write_pvd_collection(params, flow, nsteps, output_interval, dt) type(case_params_t), intent(in) :: params type(flow_mpi_t), intent(in) :: flow integer, intent(in) :: nsteps integer, intent(in) :: output_interval real(rk), intent(in) :: dt ! Dynamic time PVD collection is handled automatically during VTU output. ! This routine is preserved as a no-op legacy wrapper. end subroutine write_pvd_collection