Collisions and EM field in .vtu
The collisions and EM field information is now available in .vtu files. A collection file .pvd is provided per dataset for time-dependent plotting. Still to do: Write average quantities in .vtu Read mesh from .vtu
This commit is contained in:
parent
ceab516a5b
commit
f1c0c5755f
2 changed files with 233 additions and 61 deletions
|
|
@ -528,9 +528,11 @@ MODULE moduleSolver
|
|||
|
||||
CALL outputProbes(t)
|
||||
CALL mesh%printOutput(t)
|
||||
CALL printOutputVTK(mesh, t)
|
||||
CALL printOutputVTK(mesh, t) !TEMPORARY TO TEST VTK OUTPUT
|
||||
IF (ASSOCIATED(meshForMCC)) CALL meshForMCC%printColl(t)
|
||||
IF (ASSOCIATED(meshForMCC)) CALL printCollVTK(meshForMCC,t) !TEMPORARY TO TEST VTK OUTPUT
|
||||
CALL mesh%printEM(t)
|
||||
CALL printEMVTK(mesh, t) !TEMPORARY TO TEST VTK OUTPUT
|
||||
WRITE(*, "(5X,A21,I10,A1,I10)") "t/tFinal: ", t, "/", tFinal
|
||||
WRITE(*, "(5X,A21,I10)") "Particles: ", nPartOld
|
||||
IF (t == 0) THEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue