Resource Menu


posted by julien at May 4, 2005 4:08 PM
Quote
Initially posted Fri Nov 26, 2004 8:01 am by engwall, forwarded by juju.

___

Hello everybody,

When running a simulation with a flowing plasma and fixed spacecraft potential, everything looks fine for almost 600 time-steps, when the simulation suddenly crashes with the following error notes:

>>>>>> Exception raised in task <JyTop> 
 >>>>>> BEGIN TASK EXCEPTION HANDLING 
 Traceback (most recent call last): 
 File "/usr/home/erike/Spis3.00.01rc1/SpisUI/../SpisUI/Bin/Tasks/TaskJyTop.py", line 71, in run_task 
 caller.Run() 
 File "/usr/home/erike/Spis3.00.01rc1/SpisUI/./Bin/SpisNumCaller.py", line 69, in Run 
 sharedSolver"resourceLink" href="/projects/spine/home/community/forumsPages/spis/7932754ac0a8001401e62179b2285294/793275c7c0a8001401c079e82eae51c0/'jytop'">"error">! 'jytop' !.Run() 
 File "/usr/home/erike/Spis3.00.01rc1/SpisUI/./Bin/JyTop4.py", line 458, in Run 
 self.simu.integrate() 
 spis.Util.Exception.SpisRuntimeException: spis.Util.Exception.SpisRuntimeException: advance: particle not in the right tetrahedron 
 >>>>>> END TASK EXCEPTION HANDLING 
 task JyTop just terminate

Does anybody have a clue about what has gone wrong?

See you! /Erik

posted by julien at May 4, 2005 4:08 PM
Quote
Initially posted Fri Dec 03, 2004 4:06 pm by thiebault, forwarded by juju.

___

Hi Erik, I know it's a little too late for the SPINE meeting, but here is a trick : this seems to happen when a particle crosses more than one tetrahedron in one time step… To prevent this from happening, you can either use larger mesh elements (sometimes, it also happens when you have very thin and long triangles… so beware of the shape of your triangles), or simply decrease the time step… Of course, when you model PIC electrons (and/or photoelectrons… and if you have strong electric fields) with a very thin mesh, you have to go very low… and the simulation is longer… but it works ! See you Ben