SEAWAT: How to specify OC package for VTK PVD-output file? - Forum - iMOD
iMOD Forum
- Home
- 1. Questions and troubleshooting
- SEAWAT: How to specify OC package for VTK PVD-output file?
SEAWAT: How to specify OC package for VTK PVD-output file?
M. vdW, modified 2 Years ago.
SEAWAT: How to specify OC package for VTK PVD-output file?
Youngling Posts: 17 Join Date: 7/5/21 Recent Posts
Hello All,
With my SEAWAT-model I managed to produce a filled TecPlot file (see run-file fragment below). The file concvelo.tec contains the VARIABLES= "X", "Y", "Z" , "HEAD" , "CONC" , "VX" , "VY" , "VZ" and the results of each timestep are saved as blocks. In Paraview I was able to convert this file to a VTK-file.
Now I would like to export my SEAWAT-model results to a ParaView VTK-file directly.
In the iMOD manual (13.2.5.15 Input instructions for the OC package) the belonging keys (HEADCOLID, CONCCOLID, HEADCOLVAL and CONCCOLVAL) are briefly described, but without a belonging example I can not get a filled VTK-output file. Below the run-file fragment is given.
I made an attempts to solve this problem (see below).
Question: How to specify HEADCOLID, CONCCOLID, HEADCOLVAL and CONCCOLVAL?
Thanks in advance,
Martin
Run-file fragment
#-------------------------------------------
[OC] # Output Control option
…
SAVEHEADTEC_P?_L? = TRUE # default: FALSE
SAVECONCTEC_P?_L? = TRUE # default: FALSE
SAVEVXTEC_P?_L? = TRUE # default: FALSE
SAVEVYTEC_P?_L? = TRUE # default: FALSE
SAVEVZTEC_P?_L? = TRUE # default: FALSE
TECFILE = concvelo.tec # default
…
HEADCOLID = ????? # (integer; Head class identifiers)
CONCCOLID = ????? # (integer; Concentration class identifiers)
HEADCOLVAL = ????? # (real; Head class values)
CONCCOLVAL = ????? # (real; Concentration class values)
SAVEHEADVTK_P? = TRUE # default: FALSE
SAVECONCVTK_P? = TRUE # default: FALSE
SAVEVELOVTK_P? = TRUE # default: FALSE
PVDFILE = results.pvd # default
Own attempt to solve this problem
1: Trying logical values (HEADCOLID = 4; CONCCOLID = 5; HEADCOLVAL = 0.0, 0.2, 0.4, 0.6, 0.8, 1.0; CONCCOLVAL = -0.5, 17.500, 35.500) > No effect.
With my SEAWAT-model I managed to produce a filled TecPlot file (see run-file fragment below). The file concvelo.tec contains the VARIABLES= "X", "Y", "Z" , "HEAD" , "CONC" , "VX" , "VY" , "VZ" and the results of each timestep are saved as blocks. In Paraview I was able to convert this file to a VTK-file.
Now I would like to export my SEAWAT-model results to a ParaView VTK-file directly.
In the iMOD manual (13.2.5.15 Input instructions for the OC package) the belonging keys (HEADCOLID, CONCCOLID, HEADCOLVAL and CONCCOLVAL) are briefly described, but without a belonging example I can not get a filled VTK-output file. Below the run-file fragment is given.
I made an attempts to solve this problem (see below).
Question: How to specify HEADCOLID, CONCCOLID, HEADCOLVAL and CONCCOLVAL?
Thanks in advance,
Martin
Run-file fragment
#-------------------------------------------
[OC] # Output Control option
…
SAVEHEADTEC_P?_L? = TRUE # default: FALSE
SAVECONCTEC_P?_L? = TRUE # default: FALSE
SAVEVXTEC_P?_L? = TRUE # default: FALSE
SAVEVYTEC_P?_L? = TRUE # default: FALSE
SAVEVZTEC_P?_L? = TRUE # default: FALSE
TECFILE = concvelo.tec # default
…
HEADCOLID = ????? # (integer; Head class identifiers)
CONCCOLID = ????? # (integer; Concentration class identifiers)
HEADCOLVAL = ????? # (real; Head class values)
CONCCOLVAL = ????? # (real; Concentration class values)
SAVEHEADVTK_P? = TRUE # default: FALSE
SAVECONCVTK_P? = TRUE # default: FALSE
SAVEVELOVTK_P? = TRUE # default: FALSE
PVDFILE = results.pvd # default
Own attempt to solve this problem
1: Trying logical values (HEADCOLID = 4; CONCCOLID = 5; HEADCOLVAL = 0.0, 0.2, 0.4, 0.6, 0.8, 1.0; CONCCOLVAL = -0.5, 17.500, 35.500) > No effect.