Average is written in .vtu
The average of the species properties can be written now in .vtu format. No .pvd file is provided as no time series is generated. Still to do: Read a .vtu mesh. Improve gmsh format to use more common functions.
This commit is contained in:
parent
f1c0c5755f
commit
6706c5dd1c
2 changed files with 111 additions and 1 deletions
|
|
@ -565,6 +565,7 @@ MODULE moduleSolver
|
|||
!Output average values
|
||||
IF (useAverage .AND. t == tFinal) THEN
|
||||
CALL mesh%printAverage()
|
||||
CALL printAverageVTK(mesh) !TEMPORARY TO TEST VTK OUTPUT
|
||||
|
||||
END IF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue