Probes were not working properly
Issue in the output of probes and in the detection of particles inside the velocity grid.
This commit is contained in:
parent
e7ae4e13ff
commit
2ee6c1764e
2 changed files with 7 additions and 4 deletions
|
|
@ -523,6 +523,8 @@ MODULE moduleSolver
|
|||
|
||||
END IF
|
||||
|
||||
CALL outputProbes(t)
|
||||
|
||||
counterOutput = counterOutput + 1
|
||||
IF (counterOutput >= triggerOutput .OR. &
|
||||
t == tFinal .OR. t == tInitial) THEN
|
||||
|
|
@ -530,7 +532,6 @@ MODULE moduleSolver
|
|||
!Resets output counter
|
||||
counterOutput=0
|
||||
|
||||
CALL outputProbes(t)
|
||||
CALL mesh%printOutput(t)
|
||||
IF (ASSOCIATED(meshForMCC)) CALL meshForMCC%printColl(t)
|
||||
CALL mesh%printEM(t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue