Id : |
350 |
Type : |
BUG |
Reporter : |
Fredrik Johansson |
Assignee : |
|
Priority : |
CRITICAL |
Creation Date : |
10 Mar 20 12:08 |
Last Update Date : |
03 Jun 20 10:11 |
Resolution : |
Fixed
|
I'm following the steps in
"User Manual Annex 2 - Advanced use for scientific applications "
To set up an IsotropicBiMaxwellianDF extended environment in the latest version of SPIS(6.0.4) Mac OS X
The problem arises when the code is trying to initialise pop#RatioJ1overJ2. And I don't think it is my fault. It doesn't matter what I put as pop1RatioJ1overJ2 (or if I delete it entirely). The error keeps popping up and crashes the program.
I think I've isolated which particular line of code that is throwing the error in IsotropicBiMaxwellianDF.java:
DimScal ratio = GlobalParameter.extractGlobalParam(option+Common.popRatioJ1overJ2, new GlobalParameter(option+Common.popRatioJ1overJ2, DimScal.minusOne, "
! - !")).getValueAsDimScal();
which gives me this error: (I'll attach the debug.log output further below)
Ooops! There was an error while initializing the numerical kernel.
Please report it to the development team or on SPIS bug tracker.
Do not forget to include the debug.txt file at the root of the software.
Stacktrace:
spis.Util.Exception.SpisRuntimeException: Unsupported type of value (Integer, Float, Double, FloatScalTable
IsotropicBiMaxwellianDF initialisation bug,XyzDataRect, or String only): spis.Util.Phys.DimScal, for parameter pop1RatioJ1overJ2
at spis.Top.Default.GlobalParameter.init(GlobalParameter.java:89)
at spis.Top.Default.GlobalParameter.<init>(GlobalParameter.java:70)
at spis.Util.DistribFunc.IsotropicBiMaxwellianDF.<init>(IsotropicBiMaxwellianDF.java:53)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at spis.Util.io.Introspection.getUIDefinedInstance(Introspection.java:160)
at spis.Vol.VolDistrib.PICVolDistrib.initFromUIParams(PICVolDistrib.java:497)
at spis.Vol.VolDistrib.PICVolDistrib.<init>(PICVolDistrib.java:342)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at spis.Util.io.Introspection.getUIDefinedInstance(Introspection.java:160)
at spis.Top.Plasma.ExtendedEnvironment.buildNewExtPop(ExtendedEnvironment.java:151)
at spis.Top.Plasma.ExtendedEnvironment.<init>(ExtendedEnvironment.java:108)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at spis.Util.io.Introspection.getUIDefinedInstance(Introspection.java:160)
at spis.Top.Simulation.SimulationFromUIParams.initEnvironmentFromUI(SimulationFromUIParams.java:4462)
at spis.Top.Simulation.SimulationFromUIParams.initEfieldFromUI(SimulationFromUIParams.java:1205)
at spis.Top.Simulation.SimulationFromUIParams.init(SimulationFromUIParams.java:465)
at spis.Top.Simulation.SimulationFromUIParams.<init>(SimulationFromUIParams.java:371)
at spis.Top.Top.Scenario.<init>(Scenario.java:142)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at spis.Util.io.Introspection.getUIDefinedInstance(Introspection.java:160)
at spis.Top.Top.NumTopFromUI.<init>(NumTopFromUI.java:135)
at spis.Top.Top.NumTopFromUI.<init>(NumTopFromUI.java:104)
at org.spis.ui.spis.num.numerical.core.implementation.NumericalCore.<init>(NumericalCore.java:95)
at org.spis.ui.ui2num.util.Ui2Num.buildNumTopFromUI(Ui2Num.java:455)
at org.spis.ui.ui2num.command.NumTopFromUICommand.run(NumTopFromUICommand.java:170)
at org.spis.ui.ui2num.command.NumTopFromUICommand.run(NumTopFromUICommand.java:54)
at org.keridwen.core.messaging.AbstractCommand.execute(AbstractCommand.java:208)
at org.keridwen.core.messaging.DefaultBundleController$CallableCommand.call(DefaultBundleController.java:267)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-03-10 11:55:38,469 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Starting SPIS NUM bundle(s)
2020-03-10 11:55:38,472 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Bundle highvoltage 1.0.6 is now registered.
2020-03-10 11:55:38,473 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Bundle passive_discharging 1.0.0 is now registered.
2020-03-10 11:55:38,474 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Bundle electric_propulsion 1.0.6 is now registered.
2020-03-10 11:55:38,474 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Bundle aiseps 5.2.8 is now registered.
2020-03-10 11:55:38,475 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Bundle dust 5.2.8 is now registered.
2020-03-10 11:55:38,475 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Bundle erosion_contamination 1.0.6 is now registered.
2020-03-10 11:55:38,487 INFO s.U.i.SpisIO
! SpisIO.java:374 ! SPIS NUM started.
2020-03-10 11:55:38,803 TRACE BundleController:RayTracing
! DefaultBundleController.java:76 ! controller associated with RayTracing is created
2020-03-10 11:55:38,806 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! RayTracing registered
2020-03-10 11:55:39,172 TRACE BundleController:CAD Module
! DefaultBundleController.java:76 ! controller associated with CAD Module is created
2020-03-10 11:55:39,175 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! CAD Module registered
2020-03-10 11:55:39,262 TRACE BundleController:CAD Module
! DefaultBundleController.java:76 ! controller associated with CAD Module is created
2020-03-10 11:55:39,263 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! CAD Module registered
2020-03-10 11:55:39,266 TRACE BundleController:GMSH exucution module
! DefaultBundleController.java:76 ! controller associated with GMSH exucution module is created
2020-03-10 11:55:39,267 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! GMSH exucution module registered
2020-03-10 11:55:39,271 TRACE BundleController:Keridwen Group Editor module
! DefaultBundleController.java:76 ! controller associated with Keridwen Group Editor module is created
2020-03-10 11:55:39,271 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Keridwen Group Editor module registered
2020-03-10 11:55:39,273 TRACE BundleController:JavaFxTk
! DefaultBundleController.java:76 ! controller associated with JavaFxTk is created
2020-03-10 11:55:39,274 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! JavaFxTk registered
2020-03-10 11:55:39,279 TRACE BundleController:Live monitoring
! DefaultBundleController.java:76 ! controller associated with Live monitoring is created
2020-03-10 11:55:39,280 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Live monitoring registered
2020-03-10 11:55:39,282 TRACE BundleController:null
! DefaultBundleController.java:76 ! controller associated with null is created
2020-03-10 11:55:39,283 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! null registered
2020-03-10 11:55:40,006 TRACE BundleController:Wizard
! DefaultBundleController.java:76 ! controller associated with Wizard is created
2020-03-10 11:55:40,008 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Wizard registered
2020-03-10 11:55:40,057 TRACE BundleController:Kerdiwen Utils Module
! DefaultBundleController.java:76 ! controller associated with Kerdiwen Utils Module is created
2020-03-10 11:55:40,057 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Kerdiwen Utils Module registered
2020-03-10 11:55:40,986 TRACE BundleController:Geometry Editor
! DefaultBundleController.java:76 ! controller associated with Geometry Editor is created
2020-03-10 11:55:41,531 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Geometry Editor registered
2020-03-10 11:55:41,547 TRACE BundleController:Project
! DefaultBundleController.java:76 ! controller associated with Project is created
2020-03-10 11:55:41,648 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Project registered
2020-03-10 11:55:41,659 TRACE BundleController:Simulation
! DefaultBundleController.java:76 ! controller associated with Simulation is created
2020-03-10 11:55:42,050 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Simulation registered
2020-03-10 11:55:42,469 TRACE BundleController:External tools
! DefaultBundleController.java:76 ! controller associated with External tools is created
2020-03-10 11:55:42,471 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! External tools registered
2020-03-10 11:55:42,596 TRACE BundleController:Global Parameters
! DefaultBundleController.java:76 ! controller associated with Global Parameters is created
2020-03-10 11:55:42,627 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Global Parameters registered
2020-03-10 11:55:42,631 TRACE BundleController:SPIS Model
! DefaultBundleController.java:76 ! controller associated with SPIS Model is created
2020-03-10 11:55:42,632 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! SPIS Model registered
2020-03-10 11:55:42,635 TRACE BundleController:Legacy converter
! DefaultBundleController.java:76 ! controller associated with Legacy converter is created
2020-03-10 11:55:42,636 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Legacy converter registered
2020-03-10 11:55:42,648 TRACE BundleController:Group Editor
! DefaultBundleController.java:76 ! controller associated with Group Editor is created
2020-03-10 11:55:42,799 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Group Editor registered
2020-03-10 11:55:42,806 TRACE BundleController:Electrical circuit
! DefaultBundleController.java:76 ! controller associated with Electrical circuit is created
2020-03-10 11:55:42,813 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Electrical circuit registered
2020-03-10 11:55:42,817 TRACE BundleController:UI2NUM
! DefaultBundleController.java:76 ! controller associated with UI2NUM is created
2020-03-10 11:55:42,821 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! UI2NUM registered
2020-03-10 11:55:42,835 TRACE BundleController:Mesh Editor
! DefaultBundleController.java:76 ! controller associated with Mesh Editor is created
2020-03-10 11:55:42,871 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Mesh Editor registered
2020-03-10 11:55:42,879 TRACE BundleController:Data mining
! DefaultBundleController.java:76 ! controller associated with Data mining is created
2020-03-10 11:55:42,894 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Data mining registered
2020-03-10 11:55:42,904 TRACE BundleController:Reporting
! DefaultBundleController.java:76 ! controller associated with Reporting is created
2020-03-10 11:55:42,911 TRACE o.k.c.m.i.CoreEventDispatcher
! CoreEventDispatcher.java:133 ! Reporting registered
2020-03-10 11:55:42,922 TRACE BundleController:Project
! CommandLogLevel.java:39 ! Insert home button - 0
2020-03-10 11:55:42,931 TRACE BundleController:Project
! CommandLogLevel.java:39 ! Enable home button - true
2020-03-10 11:55:42,932 TRACE BundleController:Project
! CommandLogLevel.java:39 ! Displays home panel - null
2020-03-10 11:55:42,933 TRACE BundleController:Project
! CommandLogLevel.java:39 ! Insert project configuration button - 1
2020-03-10 11:55:42,936 TRACE BundleController:Project
! CommandLogLevel.java:39 ! Enable project configuration button - false
2020-03-10 11:55:42,937 TRACE BundleController:Geometry Editor
! CommandLogLevel.java:39 ! Inserts the geometry editor button - 2
2020-03-10 11:55:42,940 TRACE BundleController:Geometry Editor
! CommandLogLevel.java:39 ! Enable the geometry editor button - false
2020-03-10 11:55:42,941 TRACE BundleController:Mesh Editor
! CommandLogLevel.java:39 ! Inserts the mesh editor button - 3
2020-03-10 11:55:42,944 TRACE BundleController:Mesh Editor
! CommandLogLevel.java:39 ! Enable the mesh editor button - false
2020-03-10 11:55:42,946 TRACE BundleController:Group Editor
! CommandLogLevel.java:39 ! Inserts the group editor button - 4
2020-03-10 11:55:42,949 TRACE BundleController:Group Editor
! CommandLogLevel.java:39 ! Enable the group editor button - false
2020-03-10 11:55:42,950 TRACE BundleController:Electrical circuit
! CommandLogLevel.java:39 ! Inserts the mesh editor button - 5
2020-03-10 11:55:42,953 TRACE BundleController:Electrical circuit
! CommandLogLevel.java:39 ! Enable the mesh editor button - false
2020-03-10 11:55:42,954 TRACE BundleController:Global Parameters
! CommandLogLevel.java:39 ! Inserts the global parameters editor button - 6
2020-03-10 11:55:42,957 TRACE BundleController:Global Parameters
! CommandLogLevel.java:39 ! Enable the global parameters editor button - false
2020-03-10 11:55:42,959 TRACE BundleController:Simulation
! CommandLogLevel.java:39 ! Inserts the simulation button - 7
2020-03-10 11:55:42,962 TRACE BundleController:Simulation
! CommandLogLevel.java:39 ! Enable the simulation button - false
2020-03-10 11:55:42,963 TRACE BundleController:Data mining
! CommandLogLevel.java:39 ! Inserts the data mining button - 8
2020-03-10 11:55:42,965 TRACE BundleController:Data mining
! CommandLogLevel.java:39 ! Enable the data mining button - false
2020-03-10 11:55:42,967 TRACE BundleController:Reporting
! CommandLogLevel.java:39 ! Inserts the reporting button - 9
2020-03-10 11:55:42,969 TRACE BundleController:Reporting
! CommandLogLevel.java:39 ! Enable the reporting button - false
2020-03-10 11:55:42,969 DEBUG o.k.c.s.i.SCXMLStateMachine
! SCXMLStateMachine.java:219 ! Entering state: org.spis.ui.home
2020-03-10 11:55:44,906 DEBUG BundleController:Project
! CommandLogLevel.java:42 ! Loading SPIS project - /mnt/brain/Brain/SPIS-Simuleringar/DFtest.spis5
2020-03-10 11:55:45,694 DEBUG o.k.m.g.p.i.GlobalParamXMLReader
! GlobalParamXMLReader.java:124 ! Input Global Parameters List seems to be as simple List (i.e old format)
We will try to convert it, but without guaranty…
2020-03-10 11:55:45,716 TRACE BundleController:Project
! CommandLogLevel.java:39 ! Enable home button - true
2020-03-10 11:55:45,717 TRACE BundleController:Project
! CommandLogLevel.java:39 ! Enable project configuration button - true
2020-03-10 11:55:45,718 TRACE BundleController:Geometry Editor
! CommandLogLevel.java:39 ! Enable the geometry editor button - true
2020-03-10 11:55:45,718 TRACE BundleController:Mesh Editor
! CommandLogLevel.java:39 ! Enable the mesh editor button - true
2020-03-10 11:55:45,718 TRACE BundleController:Group Editor
! CommandLogLevel.java:39 ! Enable the group editor button - true
2020-03-10 11:55:45,719 TRACE BundleController:Electrical circuit
! CommandLogLevel.java:39 ! Enable the mesh editor button - true
2020-03-10 11:55:45,719 TRACE BundleController:Global Parameters
! CommandLogLevel.java:39 ! Enable the global parameters editor button - true
2020-03-10 11:55:45,720 TRACE BundleController:Global Parameters
! CommandLogLevel.java:39 ! Displays the global parameters editor - null
2020-03-10 11:55:45,852 TRACE BundleController:Simulation
! CommandLogLevel.java:39 ! Enable the simulation button - false
2020-03-10 11:55:45,853 TRACE BundleController:Data mining
! CommandLogLevel.java:39 ! Enable the data mining button - true
2020-03-10 11:55:45,853 TRACE BundleController:Reporting
! CommandLogLevel.java:39 ! Enable the reporting button - false
2020-03-10 11:55:45,853 DEBUG o.k.c.s.i.SCXMLStateMachine
! SCXMLStateMachine.java:219 ! Entering state: org.spis.ui.global.parameters
2020-03-10 11:55:59,898 DEBUG BundleController:Global Parameters
! CommandLogLevel.java:42 ! Loading global parameters - Global parameters:
jclfPosChargeWeight: 1.0 None
jclfLowerBound: 0.01 None
jclfReattractingFieldWeight: 1.0 None
jclfCVSpeed: 1.0 None
hmzvdPoissonVlasovLoopNb: 3 None
zoneBdElecDensification: 1.0 None
jclfAdjustLoopNb: 3 None
neLowerBoundCoeff: 1.0 None
jclfSmoothing: 1.0 None
jclfUpperBound: 100.0 None
jclfExtractingFieldWeight: 1.0 None
electronDistrib2: GlobalMaxwellBoltzmannVolDistrib None
ionDensity: 1.0E8
! m-3 !
ionType: H2O+ None
ionVz: 0.0
! s !
ionDt2: -1.0
! s !
ionTrajFlag1: 0
! - !
ionSpeedUp: 1.0
! - !
environmentType: ExtendedEnvironment None
electronDuration2: 6.68E-5
! s !
ionDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionTemperature: 1.0
! eV !
electronTemperature2: 0.5
! eV !
ionVx2: 0.0
! s !
ionTrajFlag2: 0
! - !
ionDistrib: PICVolDistrib None
ionType2: H+ None
electronDuration: 1.5E-5
! s !
electronDt2: 6.68E-5
! s !
electronTrajFlag2: 0
! - !
avPartNbPerCell: 5.0 None
btPartNbPerSurf: 15 None
electronDensity: 0.0
! m-3 !
ionVx: 0.0
! s !
electronDt: 1.5E-5
! s !
electronDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionDuration2: 0.0
! s !
ionVz2: 0.0
! s !
electronDistrib: PICVolDistrib None
ionSpeedUp2: 1.0
! - !
ionDt: 8.0E-5
! s !
lmvdSubType: uniform None
electronTemperature: 10.0
! eV !
electronSpeedUp2: 1.0
! - !
ionDuration: 0.0
! s !
ionVy: 0.0
! s !
ionVy2: 0.0
! s !
ionDistrib2: BackTrackingVolDistrib None
electronTrajFlag1: 0
! - !
ionTemperature2: 28000.0
! eV !
pusherThreadNb: 14 None
electronSpeedUp: 1.0
! - !
ExtendedPopNbr: 1 None
pop1Density: 1.0E8
! m-3 !
pop1Distrib: PICVolDistrib
! - !
pop1Dt: 1.5E-5
! s !
pop1Duration: 1.5E-5
! s !
pop1EnvironmentDF: IsotropicBiMaxwellianDF
! - !
pop1DF_FileName: None
! - !
pop1DFBasis_Vect1_X: 1.0
! - !
pop1DFBasis_Vect1_Y: 0.0
! - !
pop1DFBasis_Vect1_Z: 0.0
! - !
pop1DFBasis_Vect2_X: 0.0
! - !
pop1DFBasis_Vect2_Y: 1.0
! - !
pop1DFBasis_Vect2_Z: 0.0
! - !
pop1Temperature1: 0.5
! eV !
pop1Kappa: 9.0
! - !
pop1SEEFlag: 0
! - !
pop1Tx: 0.0
! eV !
pop1Ty: 0.0
! eV !
pop1Tz: 0.0
! eV !
pop1Vx: 0.0
! s !
pop1Vy: 0.0
! s !
pop1Vz: 0.0
! s !
pop1SpeedUp: 1.0
! - !
pop1TrajFlag: 0
! - !
pop1Optimization: 0.0
! - !
pop1OptimizationMode: 1.0
! - !
chargeDepositDuringIntegrationFlag: 1
! - !
iterativePusherAbsTolPos: 1.0E-5
! m !
iterativePusherAbsTolVelo: 1.0E12
! s !
iterativePusherRelTolPos: 0.001 None
iterativePusherRelTolVelo: 0.001 None
BFieldIterativePusher: 0 None
electronVx: 0.0
! s !
electronVy: 0.0
! s !
electronVz: 0.0
! s !
electronVx2: 0.0
! s !
electronVy2: 0.0
! s !
electronVz2: 0.0
! s !
electronDensityCutoff: 0.0
! m-3 !
maxwellEnergySamplerPointNb: 100 None
maxwellEnergySamplerSpacing: 0.01 None
maxwellEnergySamplerFactor: 1.3 None
pop1Type: electron None
pop1Temperature2: 10.0 None
pop1RatioN1overN2: 1.0
! - !
pop1RatioJ1overJ2: -1.0
! - !
pop1Temperature: 1.0 None
secondaryDuration: 0.0
! s !
bcsRelValid: 200.0
! - !
photoElectronTemperature: 2.0
! eV !
photoElectronDensification: 1.0
! - !
bcsSmoothPot: 10
! - !
secondaryDt: 1.0E-4
! s !
bcsSmoothdIdV: 30
! - !
volumeConductivity: 1 None
bcsSmoothI: 0
! - !
erosionProductDt: -1.0
! s !
secondarySpeedUp: 1.0
! - !
interactorDuration1: 0.0
! s !
erosionProductsTrajFlag: 0 None
electronSecondaryEmission: 0 None
bcsGlobalFactor: 10.0
! - !
photoElectronTrajFlag: 0 None
erosionProductDensification: 1.0
! - !
surfaceConductivity: 1 None
electronSecondaryTemperature: 2.0
! eV !
protonSecondaryTemperature: 2.0
! eV !
protonSecondaryDensification: 1.0
! - !
bcsLocalFactor: 1.0
! - !
electronSecondaryDensification: 0.05
! - !
interactorParticleType1: O+ None
interactorPopSource1: electrons1 None
inducedConductivity: 0 None
electronSecondaryEmissionTrajFlag: 0 None
sunX: 0.111111111
! - !
erosionProductSpeedUp: 1.0
! - !
interactorFlag1: 0.0
! - !
barrierCSFlag: 1
! - !
interactorSpeedUp1: 1.0
! - !
erosion: 0 None
interactorType1: CathodeSpot None
interactorNb: 0 None
sunZ: 0.0
! - !
protonSecondaryEmission: 0 None
photoEmission: 3 None
sunY: 0.0
! - !
erosionProductDuration: 0.0
! s !
interactorDt1: -1.0
! s !
circuitSolverMode: 0 None
implicitCircuitSolver: 0 None
initPot: -5.0
! V !
exactCSat: 0.0
! - !
electricCircuitFilename: circuit.txt None
validityRenormalisation: 0.5
! - !
CSat: 1.0E-7
! F !
electricCircuitIntegrate: 1 None
smoothingPot: 2.0
! - !
initPotFlag: 1 None
scVeloX: 0.0
! s !
scVeloY: 0.0
! s !
scVeloZ: 0.0
! s !
scVeloCrossBFlag: 1
! - !
smoothingI: 0.0 None
scElecFieldMapMonitorStep: -10.0
! s !
verbose: 3 None
poissonVerbose: 3 None
taskDurationVerbose: 3 None
fluxChargeState: 4 None
scPotMapMonitorStep: -10.0
! s !
finalCumulation: 2 None
exportAllDataFields: None None
currentLogPlotFlag: 2 None
densitiesMapsMonitorStep: -10.0
! s !
scPotMonitorStep: -100.0
! s !
particleTrajectoriesPeriod: 1000 None
densityLogPlotCutoff: 0.001
! m3 !
plasmaPotMapMonitorStep: -10.0
! s !
numericsMapsMonitorStep: -10.0
! s !
plasmaElecFieldMapMonitorStep: -10.0
! s !
exportDensity: None None
densityChargeState: 4 None
currentLogPlotCutoff: 1.0E-12
! m2 !
materialPropertyPlots: 1 None
cumulateBetweenSteps: 1 None
energyMapMonitorStep: -10.0
! s !
particleTrajectoriesNb: 0 None
finalCumulationStartTime: 0.8
! s ! or
! - !
densityLogPlotFlag: 2 None
scCurrentMapMonitorStep: -10.0
! s !
numericsMonitorStep: -100.0
! s !
exportPotential: None None
currentMapMonitorStep: -10.0
! s !
poissonBCParameter2: 0.0
! varies !
tolGradientNl: 1.0E-6
! - !
variableTeGamma: 1.1
! - !
linearPoisson: 0 None
vacuum: 0 None
variableTe: 0 None
variableTeConstant: 1.0
! - !
iterGradient: 1000 None
iterLinearSys: 10000 None
tolLinearSys: 1.0E-8
! - !
iterNewton: 100 None
neutrality: 0 None
poissonBCType: 1 None
poissonBCParameter1: 0.0
! varies !
tolNewton: 0.02
! - !
tolGradient: 1.0E-6
! - !
iterGradientNl: 1000 None
transitionNb: 0 None
transitionFlag1: 0.0 None
transitionFlag2: 0.0 None
transitionType1: BasicEclipseExit None
transitionType2: ConductivityEvolution None
transitionDt1: 0.01
! s !
transitionDt2: 0.01
! s !
sourceTempFactor1.3: 1.0 None
sourceDuration1.1: 0.0
! s !
sourceFlag3: 0.0
! - !
sourceTrajFlag2: 0 None
sourceType1.2: LocalMaxwellSurfDistrib None
sourceSpeedUp1.1: 1.0
! - !
sourceParticleType1: Xe+ None
sourceSpeedUp1.3: 1.0
! - !
sourceType2: MaxwellianThruster None
sourceFlag4: 0.0
! - !
sourceParticleType1.3: electron None
sourceFlag2: 0.0
! - !
sourceDt1.3: -1.0
! s !
sourceType1.3: LocalMaxwellSurfDistrib None
sourceMachFactor1.2: 1.0 None
sourceDuration2: 0.0
! s !
sourceFlag1: 0.0
! - !
sourceType1: LocalMaxwellSurfDistrib None
sourceType1.4: LocalMaxwellSurfDistrib None
sourceFlag1.2: 0.0
! - !
sourceNb1: 0 None
sourceTempFactor1.4: 1.0 None
sourceDuration1.4: 0.0
! s !
sourceNb2: 0 None
sourceDt1.1: -1.0
! s !
sourceDt4: -1.0
! s !
sourceParticleType1.2: electron None
sourceSpeedUp1.4: 1.0
! - !
sourceDuration1.3: 0.0
! s !
sourceMachFactor1.4: 1.0 None
sourceTrajFlag1: 0 None
sourceParticleType2: electron None
sourceCurrentFactor1.4: 1.0 None
sourceNb: 4 None
sourceTempFactor1.1: 1.0 None
sourceNb3: 0 None
sourceParticleType1.4: electron None
sourceFlag1.4: 0.0
! - !
sourceSpeedUp4: 1.0
! - !
sourceTrajFlag4: 0 None
sourceDuration1: 0.0
! s !
sourceDt1.4: -1.0
! s !
sourceMachFactor1.1: 1.0 None
sourceDt3: -1.0
! s !
sourceType1.1: LocalMaxwellSurfDistrib None
sourceDt1: -1.0
! s !
sourceType4: LocalMaxwellSurfDistrib None
sourceSpeedUp1.2: 1.0
! - !
sourceDuration1.2: 0.0
! s !
sourceFlag1.3: 0.0
! - !
sourceParticleType4: In+ None
sourceDuration3: 0.0
! s !
sourceSpeedUp1: 1.0
! - !
sourceSpeedUp3: 1.0
! - !
sourceTempFactor1.2: 1.0 None
sourceDt1.2: -1.0
! s !
sourceTrajFlag3: 0 None
sourceCurrentFactor1.1: 1.0 None
sourceFlag1.1: 0.0
! - !
sourceParticleType1.1: electron None
sourceMachFactor1.3: 1.0 None
sourceDt2: -1.0
! s !
sourceSpeedUp2: 1.0
! - !
sourceCurrentFactor1.3: 1.0 None
sourceCurrentFactor1.2: 1.0 None
sourceDuration4: 0.0
! s !
sourceNb4: 0 None
sourceType3: LocalMaxwellSurfDistrib None
fieldFactor: 1.0
! - !
sourceParticleType3: Cs+ None
outPart1VolInteract2: Xe+ None
inPart2VolInteract2: Xe None
outPop2SpeedUpVolInteract2: 1.0
! - !
parameter1VolInteract2: 0.05
! variable !
outPop1SpeedUpVolInteract2: 1.0
! - !
outPop2DtVolInteract1: -1.0
! s !
outPop1SpeedUpVolInteract1: 1.0
! - !
volInteract2: 0.0 None
volInteract1: 0.0 None
inPart1VolInteract1: Xe+ None
outPop1VolInteractTrajFlag: 0 None
parameter4VolInteract1: 0.0
! variable !
outPart2VolInteract1: Xe None
crossSectionVolInteract2: 1.0e-18
! m2 ! or None
parameter2VolInteract1: 0.1
! variable !
outPop2SpeedUpVolInteract1: 1.0
! - !
outPop1DurationVolInteract2: 0.0
! s !
volInteractType1: CEXInteractor None
outPop2DurationVolInteract2: 0.0
! s !
volInteractType2: CEXInteractor None
parameter3VolInteract2: 0.0
! variable !
parameter4VolInteract2: 0.0
! variable !
inPop1VolInteract1: source1 None
outPop1DtVolInteract2: -1.0
! s !
inPop2VolInteract2: fractionOfFirstPopSource None
outPop2VolInteractTrajFlag: 0 None
inPop2VolInteract1: fractionOfFirstPopSource None
volInteractNb: 2 None
outPop1DtVolInteract1: -1.0
! s !
outPop2DtVolInteract2: -1.0
! s !
outPop2DurationVolInteract1: 0.0
! s !
parameter3VolInteract1: 0.0
! variable !
parameter1VolInteract1: 0.05
! variable !
outPart1VolInteract1: Xe+ None
inPop1VolInteract2: source1 None
inPart2VolInteract1: Xe None
crossSectionVolInteract1: 1.0e-18
! m2 ! or None
inPart1VolInteract2: Xe+ None
outPart2VolInteract2: Xe None
outPop1DurationVolInteract1: 0.0
! s !
parameter2VolInteract2: 0.1
! variable !
Bz: 0.0
! T !
By: 0.0
! T !
Bx: 0.0
! T !
magnetizedPlasmaFlag: 1
! T !
plasmaSpeedUp: 1.0
! - !
simulationDtInit: 1.0E-5
! s !
simulationDtMaxFactor: 200000.0
! s !
dimensionality: 3
! - !
simulationDt: -0.05
! s !
noCurrentScalerFlag: 0 None
fixedDt: 0
! - !
plasmaDt: 1.2E-4
! s !
duration: 1.2
! s !
scenario: Scenario None
plasmaDuration: 2.8E-4
! s !
fixedSimulationDtFlag: 0 None
plasmaUnderRelaxTimeCstt: 0.0
! s !
spisGEO: 0 None
scenarioParameter20: 0.0
! V !
scenarioParameter7: -1
! - !
scenarioParameter6: 0.5
! - !
scenarioParameter8: -1
! - !
scenarioParameter19: 0
! - !
scenarioParameter10: 0
! - !
scenarioParameter9: 0
! - !
scenarioParameter11: 0
! - !
scenarioParameter18: 1.0
! V !
scenarioParameter13: 0
! - !
scenarioParameter5: 1.0E-6
! s !
scenarioParameter12: 0
! - !
scenarioParameter21: 1.0
! V !
scenarioParameter1: 0
! - !
scenarioParameter17: 0.0
! V !
scenarioParameter4: 2.0E-6
! s !
scenarioParameter24: 1.0
! V !
scenarioParameter22: 0
! - !
scenarioParameter30: 1.0
! V !
scenarioParameter28: 0
! - !
scenarioParameter3: 1.0
! V !
scenarioParameter16: 0
! - !
scenarioParameter27: 1.0
! V !
scenarioParameter15: 1.0
! V !
scenarioParameter14: 0.0
! V !
scenarioParameter26: 0.0
! V !
scenarioParameter2: 0.0
! V !
scenarioParameter23: 0.0
! V !
scenarioParameter25: 0
! - !
scenarioParameter29: 0.0
! V !2020-03-10 11:56:00,450 DEBUG BundleController:Global Parameters
! CommandLogLevel.java:42 ! Loading global parameters - Global parameters:
jclfPosChargeWeight: 1.0 None
jclfLowerBound: 0.01 None
jclfReattractingFieldWeight: 1.0 None
jclfCVSpeed: 1.0 None
hmzvdPoissonVlasovLoopNb: 3 None
zoneBdElecDensification: 1.0 None
jclfAdjustLoopNb: 3 None
neLowerBoundCoeff: 1.0 None
jclfSmoothing: 1.0 None
jclfUpperBound: 100.0 None
jclfExtractingFieldWeight: 1.0 None
electronDistrib2: GlobalMaxwellBoltzmannVolDistrib None
ionDensity: 1.0E8
! m-3 !
ionType: H2O+ None
ionVz: 0.0
! s !
ionDt2: -1.0
! s !
ionTrajFlag1: 0
! - !
ionSpeedUp: 1.0
! - !
environmentType: ExtendedEnvironment None
electronDuration2: 6.68E-5
! s !
ionDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionTemperature: 1.0
! eV !
electronTemperature2: 0.5
! eV !
ionVx2: 0.0
! s !
ionTrajFlag2: 0
! - !
ionDistrib: PICVolDistrib None
ionType2: H+ None
electronDuration: 1.5E-5
! s !
electronDt2: 6.68E-5
! s !
electronTrajFlag2: 0
! - !
avPartNbPerCell: 5.0 None
btPartNbPerSurf: 15 None
electronDensity: 0.0
! m-3 !
ionVx: 0.0
! s !
electronDt: 1.5E-5
! s !
electronDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionDuration2: 0.0
! s !
ionVz2: 0.0
! s !
electronDistrib: PICVolDistrib None
ionSpeedUp2: 1.0
! - !
ionDt: 8.0E-5
! s !
lmvdSubType: uniform None
electronTemperature: 10.0
! eV !
electronSpeedUp2: 1.0
! - !
ionDuration: 0.0
! s !
ionVy: 0.0
! s !
ionVy2: 0.0
! s !
ionDistrib2: BackTrackingVolDistrib None
electronTrajFlag1: 0
! - !
ionTemperature2: 28000.0
! eV !
pusherThreadNb: 14 None
electronSpeedUp: 1.0
! - !
ExtendedPopNbr: 1 None
pop1Density: 1.0E8
! m-3 !
pop1Distrib: PICVolDistrib
! - !
pop1Dt: 1.5E-5
! s !
pop1Duration: 1.5E-5
! s !
pop1EnvironmentDF: IsotropicBiMaxwellianDF
! - !
pop1DF_FileName: None
! - !
pop1DFBasis_Vect1_X: 1.0
! - !
pop1DFBasis_Vect1_Y: 0.0
! - !
pop1DFBasis_Vect1_Z: 0.0
! - !
pop1DFBasis_Vect2_X: 0.0
! - !
pop1DFBasis_Vect2_Y: 1.0
! - !
pop1DFBasis_Vect2_Z: 0.0
! - !
pop1Temperature1: 0.5
! eV !
pop1Kappa: 9.0
! - !
pop1SEEFlag: 0
! - !
pop1Tx: 0.0
! eV !
pop1Ty: 0.0
! eV !
pop1Tz: 0.0
! eV !
pop1Vx: 0.0
! s !
pop1Vy: 0.0
! s !
pop1Vz: 0.0
! s !
pop1SpeedUp: 1.0
! - !
pop1TrajFlag: 0
! - !
pop1Optimization: 0.0
! - !
pop1OptimizationMode: 1.0
! - !
chargeDepositDuringIntegrationFlag: 1
! - !
iterativePusherAbsTolPos: 1.0E-5
! m !
iterativePusherAbsTolVelo: 1.0E12
! s !
iterativePusherRelTolPos: 0.001 None
iterativePusherRelTolVelo: 0.001 None
BFieldIterativePusher: 0 None
electronVx: 0.0
! s !
electronVy: 0.0
! s !
electronVz: 0.0
! s !
electronVx2: 0.0
! s !
electronVy2: 0.0
! s !
electronVz2: 0.0
! s !
electronDensityCutoff: 0.0
! m-3 !
maxwellEnergySamplerPointNb: 100 None
maxwellEnergySamplerSpacing: 0.01 None
maxwellEnergySamplerFactor: 1.3 None
pop1Type: electron None
pop1Temperature2: 10.0 None
pop1RatioN1overN2: 1.0
! - !
pop1RatioJ1overJ2: -1.0
! - !
pop1Temperature: 1.0 None
secondaryDuration: 0.0
! s !
bcsRelValid: 200.0
! - !
photoElectronTemperature: 2.0
! eV !
photoElectronDensification: 1.0
! - !
bcsSmoothPot: 10
! - !
secondaryDt: 1.0E-4
! s !
bcsSmoothdIdV: 30
! - !
volumeConductivity: 1 None
bcsSmoothI: 0
! - !
erosionProductDt: -1.0
! s !
secondarySpeedUp: 1.0
! - !
interactorDuration1: 0.0
! s !
erosionProductsTrajFlag: 0 None
electronSecondaryEmission: 0 None
bcsGlobalFactor: 10.0
! - !
photoElectronTrajFlag: 0 None
erosionProductDensification: 1.0
! - !
surfaceConductivity: 1 None
electronSecondaryTemperature: 2.0
! eV !
protonSecondaryTemperature: 2.0
! eV !
protonSecondaryDensification: 1.0
! - !
bcsLocalFactor: 1.0
! - !
electronSecondaryDensification: 0.05
! - !
interactorParticleType1: O+ None
interactorPopSource1: electrons1 None
inducedConductivity: 0 None
electronSecondaryEmissionTrajFlag: 0 None
sunX: 0.111111111
! - !
erosionProductSpeedUp: 1.0
! - !
interactorFlag1: 0.0
! - !
barrierCSFlag: 1
! - !
interactorSpeedUp1: 1.0
! - !
erosion: 0 None
interactorType1: CathodeSpot None
interactorNb: 0 None
sunZ: 0.0
! - !
protonSecondaryEmission: 0 None
photoEmission: 3 None
sunY: 0.0
! - !
erosionProductDuration: 0.0
! s !
interactorDt1: -1.0
! s !
circuitSolverMode: 0 None
implicitCircuitSolver: 0 None
initPot: -5.0
! V !
exactCSat: 0.0
! - !
electricCircuitFilename: circuit.txt None
validityRenormalisation: 0.5
! - !
CSat: 1.0E-7
! F !
electricCircuitIntegrate: 1 None
smoothingPot: 2.0
! - !
initPotFlag: 1 None
scVeloX: 0.0
! s !
scVeloY: 0.0
! s !
scVeloZ: 0.0
! s !
scVeloCrossBFlag: 1
! - !
smoothingI: 0.0 None
scElecFieldMapMonitorStep: -10.0
! s !
verbose: 3 None
poissonVerbose: 3 None
taskDurationVerbose: 3 None
fluxChargeState: 4 None
scPotMapMonitorStep: -10.0
! s !
finalCumulation: 2 None
exportAllDataFields: None None
currentLogPlotFlag: 2 None
densitiesMapsMonitorStep: -10.0
! s !
scPotMonitorStep: -100.0
! s !
particleTrajectoriesPeriod: 1000 None
densityLogPlotCutoff: 0.001
! m3 !
plasmaPotMapMonitorStep: -10.0
! s !
numericsMapsMonitorStep: -10.0
! s !
plasmaElecFieldMapMonitorStep: -10.0
! s !
exportDensity: None None
densityChargeState: 4 None
currentLogPlotCutoff: 1.0E-12
! m2 !
materialPropertyPlots: 1 None
cumulateBetweenSteps: 1 None
energyMapMonitorStep: -10.0
! s !
particleTrajectoriesNb: 0 None
finalCumulationStartTime: 0.8
! s ! or
! - !
densityLogPlotFlag: 2 None
scCurrentMapMonitorStep: -10.0
! s !
numericsMonitorStep: -100.0
! s !
exportPotential: None None
currentMapMonitorStep: -10.0
! s !
poissonBCParameter2: 0.0
! varies !
tolGradientNl: 1.0E-6
! - !
variableTeGamma: 1.1
! - !
linearPoisson: 0 None
vacuum: 0 None
variableTe: 0 None
variableTeConstant: 1.0
! - !
iterGradient: 1000 None
iterLinearSys: 10000 None
tolLinearSys: 1.0E-8
! - !
iterNewton: 100 None
neutrality: 0 None
poissonBCType: 1 None
poissonBCParameter1: 0.0
! varies !
tolNewton: 0.02
! - !
tolGradient: 1.0E-6
! - !
iterGradientNl: 1000 None
transitionNb: 0 None
transitionFlag1: 0.0 None
transitionFlag2: 0.0 None
transitionType1: BasicEclipseExit None
transitionType2: ConductivityEvolution None
transitionDt1: 0.01
! s !
transitionDt2: 0.01
! s !
sourceTempFactor1.3: 1.0 None
sourceDuration1.1: 0.0
! s !
sourceFlag3: 0.0
! - !
sourceTrajFlag2: 0 None
sourceType1.2: LocalMaxwellSurfDistrib None
sourceSpeedUp1.1: 1.0
! - !
sourceParticleType1: Xe+ None
sourceSpeedUp1.3: 1.0
! - !
sourceType2: MaxwellianThruster None
sourceFlag4: 0.0
! - !
sourceParticleType1.3: electron None
sourceFlag2: 0.0
! - !
sourceDt1.3: -1.0
! s !
sourceType1.3: LocalMaxwellSurfDistrib None
sourceMachFactor1.2: 1.0 None
sourceDuration2: 0.0
! s !
sourceFlag1: 0.0
! - !
sourceType1: LocalMaxwellSurfDistrib None
sourceType1.4: LocalMaxwellSurfDistrib None
sourceFlag1.2: 0.0
! - !
sourceNb1: 0 None
sourceTempFactor1.4: 1.0 None
sourceDuration1.4: 0.0
! s !
sourceNb2: 0 None
sourceDt1.1: -1.0
! s !
sourceDt4: -1.0
! s !
sourceParticleType1.2: electron None
sourceSpeedUp1.4: 1.0
! - !
sourceDuration1.3: 0.0
! s !
sourceMachFactor1.4: 1.0 None
sourceTrajFlag1: 0 None
sourceParticleType2: electron None
sourceCurrentFactor1.4: 1.0 None
sourceNb: 4 None
sourceTempFactor1.1: 1.0 None
sourceNb3: 0 None
sourceParticleType1.4: electron None
sourceFlag1.4: 0.0
! - !
sourceSpeedUp4: 1.0
! - !
sourceTrajFlag4: 0 None
sourceDuration1: 0.0
! s !
sourceDt1.4: -1.0
! s !
sourceMachFactor1.1: 1.0 None
sourceDt3: -1.0
! s !
sourceType1.1: LocalMaxwellSurfDistrib None
sourceDt1: -1.0
! s !
sourceType4: LocalMaxwellSurfDistrib None
sourceSpeedUp1.2: 1.0
! - !
sourceDuration1.2: 0.0
! s !
sourceFlag1.3: 0.0
! - !
sourceParticleType4: In+ None
sourceDuration3: 0.0
! s !
sourceSpeedUp1: 1.0
! - !
sourceSpeedUp3: 1.0
! - !
sourceTempFactor1.2: 1.0 None
sourceDt1.2: -1.0
! s !
sourceTrajFlag3: 0 None
sourceCurrentFactor1.1: 1.0 None
sourceFlag1.1: 0.0
! - !
sourceParticleType1.1: electron None
sourceMachFactor1.3: 1.0 None
sourceDt2: -1.0
! s !
sourceSpeedUp2: 1.0
! - !
sourceCurrentFactor1.3: 1.0 None
sourceCurrentFactor1.2: 1.0 None
sourceDuration4: 0.0
! s !
sourceNb4: 0 None
sourceType3: LocalMaxwellSurfDistrib None
fieldFactor: 1.0
! - !
sourceParticleType3: Cs+ None
outPart1VolInteract2: Xe+ None
inPart2VolInteract2: Xe None
outPop2SpeedUpVolInteract2: 1.0
! - !
parameter1VolInteract2: 0.05
! variable !
outPop1SpeedUpVolInteract2: 1.0
! - !
outPop2DtVolInteract1: -1.0
! s !
outPop1SpeedUpVolInteract1: 1.0
! - !
volInteract2: 0.0 None
volInteract1: 0.0 None
inPart1VolInteract1: Xe+ None
outPop1VolInteractTrajFlag: 0 None
parameter4VolInteract1: 0.0
! variable !
outPart2VolInteract1: Xe None
crossSectionVolInteract2: 1.0e-18
! m2 ! or None
parameter2VolInteract1: 0.1
! variable !
outPop2SpeedUpVolInteract1: 1.0
! - !
outPop1DurationVolInteract2: 0.0
! s !
volInteractType1: CEXInteractor None
outPop2DurationVolInteract2: 0.0
! s !
volInteractType2: CEXInteractor None
parameter3VolInteract2: 0.0
! variable !
parameter4VolInteract2: 0.0
! variable !
inPop1VolInteract1: source1 None
outPop1DtVolInteract2: -1.0
! s !
inPop2VolInteract2: fractionOfFirstPopSource None
outPop2VolInteractTrajFlag: 0 None
inPop2VolInteract1: fractionOfFirstPopSource None
volInteractNb: 2 None
outPop1DtVolInteract1: -1.0
! s !
outPop2DtVolInteract2: -1.0
! s !
outPop2DurationVolInteract1: 0.0
! s !
parameter3VolInteract1: 0.0
! variable !
parameter1VolInteract1: 0.05
! variable !
outPart1VolInteract1: Xe+ None
inPop1VolInteract2: source1 None
inPart2VolInteract1: Xe None
crossSectionVolInteract1: 1.0e-18
! m2 ! or None
inPart1VolInteract2: Xe+ None
outPart2VolInteract2: Xe None
outPop1DurationVolInteract1: 0.0
! s !
parameter2VolInteract2: 0.1
! variable !
Bz: 0.0
! T !
By: 0.0
! T !
Bx: 0.0
! T !
magnetizedPlasmaFlag: 1
! T !
plasmaSpeedUp: 1.0
! - !
simulationDtInit: 1.0E-5
! s !
simulationDtMaxFactor: 200000.0
! s !
dimensionality: 3
! - !
simulationDt: -0.05
! s !
noCurrentScalerFlag: 0 None
fixedDt: 0
! - !
plasmaDt: 1.2E-4
! s !
duration: 1.2
! s !
scenario: Scenario None
plasmaDuration: 2.8E-4
! s !
fixedSimulationDtFlag: 0 None
plasmaUnderRelaxTimeCstt: 0.0
! s !
spisGEO: 0 None
scenarioParameter20: 0.0
! V !
scenarioParameter7: -1
! - !
scenarioParameter6: 0.5
! - !
scenarioParameter8: -1
! - !
scenarioParameter19: 0
! - !
scenarioParameter10: 0
! - !
scenarioParameter9: 0
! - !
scenarioParameter11: 0
! - !
scenarioParameter18: 1.0
! V !
scenarioParameter13: 0
! - !
scenarioParameter5: 1.0E-6
! s !
scenarioParameter12: 0
! - !
scenarioParameter21: 1.0
! V !
scenarioParameter1: 0
! - !
scenarioParameter17: 0.0
! V !
scenarioParameter4: 2.0E-6
! s !
scenarioParameter24: 1.0
! V !
scenarioParameter22: 0
! - !
scenarioParameter30: 1.0
! V !
scenarioParameter28: 0
! - !
scenarioParameter3: 1.0
! V !
scenarioParameter16: 0
! - !
scenarioParameter27: 1.0
! V !
scenarioParameter15: 1.0
! V !
scenarioParameter14: 0.0
! V !
scenarioParameter26: 0.0
! V !
scenarioParameter2: 0.0
! V !
scenarioParameter23: 0.0
! V !
scenarioParameter25: 0
! - !
scenarioParameter29: 0.0
! V !2020-03-10 11:56:00,968 DEBUG BundleController:Global Parameters
! CommandLogLevel.java:42 ! Loading global parameters - Global parameters:
jclfPosChargeWeight: 1.0 None
jclfLowerBound: 0.01 None
jclfReattractingFieldWeight: 1.0 None
jclfCVSpeed: 1.0 None
hmzvdPoissonVlasovLoopNb: 3 None
zoneBdElecDensification: 1.0 None
jclfAdjustLoopNb: 3 None
neLowerBoundCoeff: 1.0 None
jclfSmoothing: 1.0 None
jclfUpperBound: 100.0 None
jclfExtractingFieldWeight: 1.0 None
electronDistrib2: GlobalMaxwellBoltzmannVolDistrib None
ionDensity: 1.0E8
! m-3 !
ionType: H2O+ None
ionVz: 0.0
! s !
ionDt2: -1.0
! s !
ionTrajFlag1: 0
! - !
ionSpeedUp: 1.0
! - !
environmentType: ExtendedEnvironment None
electronDuration2: 6.68E-5
! s !
ionDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionTemperature: 1.0
! eV !
electronTemperature2: 0.5
! eV !
ionVx2: 0.0
! s !
ionTrajFlag2: 0
! - !
ionDistrib: PICVolDistrib None
ionType2: H+ None
electronDuration: 1.5E-5
! s !
electronDt2: 6.68E-5
! s !
electronTrajFlag2: 0
! - !
avPartNbPerCell: 5.0 None
btPartNbPerSurf: 15 None
electronDensity: 0.0
! m-3 !
ionVx: 0.0
! s !
electronDt: 1.5E-5
! s !
electronDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionDuration2: 0.0
! s !
ionVz2: 0.0
! s !
electronDistrib: PICVolDistrib None
ionSpeedUp2: 1.0
! - !
ionDt: 8.0E-5
! s !
lmvdSubType: uniform None
electronTemperature: 10.0
! eV !
electronSpeedUp2: 1.0
! - !
ionDuration: 0.0
! s !
ionVy: 0.0
! s !
ionVy2: 0.0
! s !
ionDistrib2: BackTrackingVolDistrib None
electronTrajFlag1: 0
! - !
ionTemperature2: 28000.0
! eV !
pusherThreadNb: 14 None
electronSpeedUp: 1.0
! - !
ExtendedPopNbr: 1 None
pop1Density: 1.0E8
! m-3 !
pop1Distrib: PICVolDistrib
! - !
pop1Dt: 1.5E-5
! s !
pop1Duration: 1.5E-5
! s !
pop1EnvironmentDF: IsotropicBiMaxwellianDF
! - !
pop1DF_FileName: None
! - !
pop1DFBasis_Vect1_X: 1.0
! - !
pop1DFBasis_Vect1_Y: 0.0
! - !
pop1DFBasis_Vect1_Z: 0.0
! - !
pop1DFBasis_Vect2_X: 0.0
! - !
pop1DFBasis_Vect2_Y: 1.0
! - !
pop1DFBasis_Vect2_Z: 0.0
! - !
pop1Temperature1: 0.5
! eV !
pop1Kappa: 9.0
! - !
pop1SEEFlag: 0
! - !
pop1Tx: 0.0
! eV !
pop1Ty: 0.0
! eV !
pop1Tz: 0.0
! eV !
pop1Vx: 0.0
! s !
pop1Vy: 0.0
! s !
pop1Vz: 0.0
! s !
pop1SpeedUp: 1.0
! - !
pop1TrajFlag: 0
! - !
pop1Optimization: 0.0
! - !
pop1OptimizationMode: 1.0
! - !
chargeDepositDuringIntegrationFlag: 1
! - !
iterativePusherAbsTolPos: 1.0E-5
! m !
iterativePusherAbsTolVelo: 1.0E12
! s !
iterativePusherRelTolPos: 0.001 None
iterativePusherRelTolVelo: 0.001 None
BFieldIterativePusher: 0 None
electronVx: 0.0
! s !
electronVy: 0.0
! s !
electronVz: 0.0
! s !
electronVx2: 0.0
! s !
electronVy2: 0.0
! s !
electronVz2: 0.0
! s !
electronDensityCutoff: 0.0
! m-3 !
maxwellEnergySamplerPointNb: 100 None
maxwellEnergySamplerSpacing: 0.01 None
maxwellEnergySamplerFactor: 1.3 None
pop1Type: electron None
pop1Temperature2: 10.0 None
pop1RatioN1overN2: 1.0
! - !
pop1RatioJ1overJ2: -1.0
! - !
pop1Temperature: 1.0 None
secondaryDuration: 0.0
! s !
bcsRelValid: 200.0
! - !
photoElectronTemperature: 2.0
! eV !
photoElectronDensification: 1.0
! - !
bcsSmoothPot: 10
! - !
secondaryDt: 1.0E-4
! s !
bcsSmoothdIdV: 30
! - !
volumeConductivity: 1 None
bcsSmoothI: 0
! - !
erosionProductDt: -1.0
! s !
secondarySpeedUp: 1.0
! - !
interactorDuration1: 0.0
! s !
erosionProductsTrajFlag: 0 None
electronSecondaryEmission: 0 None
bcsGlobalFactor: 10.0
! - !
photoElectronTrajFlag: 0 None
erosionProductDensification: 1.0
! - !
surfaceConductivity: 1 None
electronSecondaryTemperature: 2.0
! eV !
protonSecondaryTemperature: 2.0
! eV !
protonSecondaryDensification: 1.0
! - !
bcsLocalFactor: 1.0
! - !
electronSecondaryDensification: 0.05
! - !
interactorParticleType1: O+ None
interactorPopSource1: electrons1 None
inducedConductivity: 0 None
electronSecondaryEmissionTrajFlag: 0 None
sunX: 0.111111111
! - !
erosionProductSpeedUp: 1.0
! - !
interactorFlag1: 0.0
! - !
barrierCSFlag: 1
! - !
interactorSpeedUp1: 1.0
! - !
erosion: 0 None
interactorType1: CathodeSpot None
interactorNb: 0 None
sunZ: 0.0
! - !
protonSecondaryEmission: 0 None
photoEmission: 3 None
sunY: 0.0
! - !
erosionProductDuration: 0.0
! s !
interactorDt1: -1.0
! s !
circuitSolverMode: 0 None
implicitCircuitSolver: 0 None
initPot: -5.0
! V !
exactCSat: 0.0
! - !
electricCircuitFilename: circuit.txt None
validityRenormalisation: 0.5
! - !
CSat: 1.0E-7
! F !
electricCircuitIntegrate: 1 None
smoothingPot: 2.0
! - !
initPotFlag: 1 None
scVeloX: 0.0
! s !
scVeloY: 0.0
! s !
scVeloZ: 0.0
! s !
scVeloCrossBFlag: 1
! - !
smoothingI: 0.0 None
scElecFieldMapMonitorStep: -10.0
! s !
verbose: 3 None
poissonVerbose: 3 None
taskDurationVerbose: 3 None
fluxChargeState: 4 None
scPotMapMonitorStep: -10.0
! s !
finalCumulation: 2 None
exportAllDataFields: None None
currentLogPlotFlag: 2 None
densitiesMapsMonitorStep: -10.0
! s !
scPotMonitorStep: -100.0
! s !
particleTrajectoriesPeriod: 1000 None
densityLogPlotCutoff: 0.001
! m3 !
plasmaPotMapMonitorStep: -10.0
! s !
numericsMapsMonitorStep: -10.0
! s !
plasmaElecFieldMapMonitorStep: -10.0
! s !
exportDensity: None None
densityChargeState: 4 None
currentLogPlotCutoff: 1.0E-12
! m2 !
materialPropertyPlots: 1 None
cumulateBetweenSteps: 1 None
energyMapMonitorStep: -10.0
! s !
particleTrajectoriesNb: 0 None
finalCumulationStartTime: 0.8
! s ! or
! - !
densityLogPlotFlag: 2 None
scCurrentMapMonitorStep: -10.0
! s !
numericsMonitorStep: -100.0
! s !
exportPotential: None None
currentMapMonitorStep: -10.0
! s !
poissonBCParameter2: 0.0
! varies !
tolGradientNl: 1.0E-6
! - !
variableTeGamma: 1.1
! - !
linearPoisson: 0 None
vacuum: 0 None
variableTe: 0 None
variableTeConstant: 1.0
! - !
iterGradient: 1000 None
iterLinearSys: 10000 None
tolLinearSys: 1.0E-8
! - !
iterNewton: 100 None
neutrality: 0 None
poissonBCType: 1 None
poissonBCParameter1: 0.0
! varies !
tolNewton: 0.02
! - !
tolGradient: 1.0E-6
! - !
iterGradientNl: 1000 None
transitionNb: 0 None
transitionFlag1: 0.0 None
transitionFlag2: 0.0 None
transitionType1: BasicEclipseExit None
transitionType2: ConductivityEvolution None
transitionDt1: 0.01
! s !
transitionDt2: 0.01
! s !
sourceTempFactor1.3: 1.0 None
sourceDuration1.1: 0.0
! s !
sourceFlag3: 0.0
! - !
sourceTrajFlag2: 0 None
sourceType1.2: LocalMaxwellSurfDistrib None
sourceSpeedUp1.1: 1.0
! - !
sourceParticleType1: Xe+ None
sourceSpeedUp1.3: 1.0
! - !
sourceType2: MaxwellianThruster None
sourceFlag4: 0.0
! - !
sourceParticleType1.3: electron None
sourceFlag2: 0.0
! - !
sourceDt1.3: -1.0
! s !
sourceType1.3: LocalMaxwellSurfDistrib None
sourceMachFactor1.2: 1.0 None
sourceDuration2: 0.0
! s !
sourceFlag1: 0.0
! - !
sourceType1: LocalMaxwellSurfDistrib None
sourceType1.4: LocalMaxwellSurfDistrib None
sourceFlag1.2: 0.0
! - !
sourceNb1: 0 None
sourceTempFactor1.4: 1.0 None
sourceDuration1.4: 0.0
! s !
sourceNb2: 0 None
sourceDt1.1: -1.0
! s !
sourceDt4: -1.0
! s !
sourceParticleType1.2: electron None
sourceSpeedUp1.4: 1.0
! - !
sourceDuration1.3: 0.0
! s !
sourceMachFactor1.4: 1.0 None
sourceTrajFlag1: 0 None
sourceParticleType2: electron None
sourceCurrentFactor1.4: 1.0 None
sourceNb: 4 None
sourceTempFactor1.1: 1.0 None
sourceNb3: 0 None
sourceParticleType1.4: electron None
sourceFlag1.4: 0.0
! - !
sourceSpeedUp4: 1.0
! - !
sourceTrajFlag4: 0 None
sourceDuration1: 0.0
! s !
sourceDt1.4: -1.0
! s !
sourceMachFactor1.1: 1.0 None
sourceDt3: -1.0
! s !
sourceType1.1: LocalMaxwellSurfDistrib None
sourceDt1: -1.0
! s !
sourceType4: LocalMaxwellSurfDistrib None
sourceSpeedUp1.2: 1.0
! - !
sourceDuration1.2: 0.0
! s !
sourceFlag1.3: 0.0
! - !
sourceParticleType4: In+ None
sourceDuration3: 0.0
! s !
sourceSpeedUp1: 1.0
! - !
sourceSpeedUp3: 1.0
! - !
sourceTempFactor1.2: 1.0 None
sourceDt1.2: -1.0
! s !
sourceTrajFlag3: 0 None
sourceCurrentFactor1.1: 1.0 None
sourceFlag1.1: 0.0
! - !
sourceParticleType1.1: electron None
sourceMachFactor1.3: 1.0 None
sourceDt2: -1.0
! s !
sourceSpeedUp2: 1.0
! - !
sourceCurrentFactor1.3: 1.0 None
sourceCurrentFactor1.2: 1.0 None
sourceDuration4: 0.0
! s !
sourceNb4: 0 None
sourceType3: LocalMaxwellSurfDistrib None
fieldFactor: 1.0
! - !
sourceParticleType3: Cs+ None
outPart1VolInteract2: Xe+ None
inPart2VolInteract2: Xe None
outPop2SpeedUpVolInteract2: 1.0
! - !
parameter1VolInteract2: 0.05
! variable !
outPop1SpeedUpVolInteract2: 1.0
! - !
outPop2DtVolInteract1: -1.0
! s !
outPop1SpeedUpVolInteract1: 1.0
! - !
volInteract2: 0.0 None
volInteract1: 0.0 None
inPart1VolInteract1: Xe+ None
outPop1VolInteractTrajFlag: 0 None
parameter4VolInteract1: 0.0
! variable !
outPart2VolInteract1: Xe None
crossSectionVolInteract2: 1.0e-18
! m2 ! or None
parameter2VolInteract1: 0.1
! variable !
outPop2SpeedUpVolInteract1: 1.0
! - !
outPop1DurationVolInteract2: 0.0
! s !
volInteractType1: CEXInteractor None
outPop2DurationVolInteract2: 0.0
! s !
volInteractType2: CEXInteractor None
parameter3VolInteract2: 0.0
! variable !
parameter4VolInteract2: 0.0
! variable !
inPop1VolInteract1: source1 None
outPop1DtVolInteract2: -1.0
! s !
inPop2VolInteract2: fractionOfFirstPopSource None
outPop2VolInteractTrajFlag: 0 None
inPop2VolInteract1: fractionOfFirstPopSource None
volInteractNb: 2 None
outPop1DtVolInteract1: -1.0
! s !
outPop2DtVolInteract2: -1.0
! s !
outPop2DurationVolInteract1: 0.0
! s !
parameter3VolInteract1: 0.0
! variable !
parameter1VolInteract1: 0.05
! variable !
outPart1VolInteract1: Xe+ None
inPop1VolInteract2: source1 None
inPart2VolInteract1: Xe None
crossSectionVolInteract1: 1.0e-18
! m2 ! or None
inPart1VolInteract2: Xe+ None
outPart2VolInteract2: Xe None
outPop1DurationVolInteract1: 0.0
! s !
parameter2VolInteract2: 0.1
! variable !
Bz: 0.0
! T !
By: 0.0
! T !
Bx: 0.0
! T !
magnetizedPlasmaFlag: 1
! T !
plasmaSpeedUp: 1.0
! - !
simulationDtInit: 1.0E-5
! s !
simulationDtMaxFactor: 200000.0
! s !
dimensionality: 3
! - !
simulationDt: -0.05
! s !
noCurrentScalerFlag: 0 None
fixedDt: 0
! - !
plasmaDt: 1.2E-4
! s !
duration: 1.2
! s !
scenario: Scenario None
plasmaDuration: 2.8E-4
! s !
fixedSimulationDtFlag: 0 None
plasmaUnderRelaxTimeCstt: 0.0
! s !
spisGEO: 0 None
scenarioParameter20: 0.0
! V !
scenarioParameter7: -1
! - !
scenarioParameter6: 0.5
! - !
scenarioParameter8: -1
! - !
scenarioParameter19: 0
! - !
scenarioParameter10: 0
! - !
scenarioParameter9: 0
! - !
scenarioParameter11: 0
! - !
scenarioParameter18: 1.0
! V !
scenarioParameter13: 0
! - !
scenarioParameter5: 1.0E-6
! s !
scenarioParameter12: 0
! - !
scenarioParameter21: 1.0
! V !
scenarioParameter1: 0
! - !
scenarioParameter17: 0.0
! V !
scenarioParameter4: 2.0E-6
! s !
scenarioParameter24: 1.0
! V !
scenarioParameter22: 0
! - !
scenarioParameter30: 1.0
! V !
scenarioParameter28: 0
! - !
scenarioParameter3: 1.0
! V !
scenarioParameter16: 0
! - !
scenarioParameter27: 1.0
! V !
scenarioParameter15: 1.0
! V !
scenarioParameter14: 0.0
! V !
scenarioParameter26: 0.0
! V !
scenarioParameter2: 0.0
! V !
scenarioParameter23: 0.0
! V !
scenarioParameter25: 0
! - !
scenarioParameter29: 0.0
! V !2020-03-10 11:56:04,546 DEBUG BundleController:Global Parameters
! CommandLogLevel.java:42 ! Loading global parameters - Global parameters:
jclfPosChargeWeight: 1.0 None
jclfLowerBound: 0.01 None
jclfReattractingFieldWeight: 1.0 None
jclfCVSpeed: 1.0 None
hmzvdPoissonVlasovLoopNb: 3 None
zoneBdElecDensification: 1.0 None
jclfAdjustLoopNb: 3 None
neLowerBoundCoeff: 1.0 None
jclfSmoothing: 1.0 None
jclfUpperBound: 100.0 None
jclfExtractingFieldWeight: 1.0 None
electronDistrib2: GlobalMaxwellBoltzmannVolDistrib None
ionDensity: 1.0E8
! m-3 !
ionType: H2O+ None
ionVz: 0.0
! s !
ionDt2: -1.0
! s !
ionTrajFlag1: 0
! - !
ionSpeedUp: 1.0
! - !
environmentType: ExtendedEnvironment None
electronDuration2: 6.68E-5
! s !
ionDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionTemperature: 1.0
! eV !
electronTemperature2: 0.5
! eV !
ionVx2: 0.0
! s !
ionTrajFlag2: 0
! - !
ionDistrib: PICVolDistrib None
ionType2: H+ None
electronDuration: 1.5E-5
! s !
electronDt2: 6.68E-5
! s !
electronTrajFlag2: 0
! - !
avPartNbPerCell: 5.0 None
btPartNbPerSurf: 15 None
electronDensity: 0.0
! m-3 !
ionVx: 0.0
! s !
electronDt: 1.5E-5
! s !
electronDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionDuration2: 0.0
! s !
ionVz2: 0.0
! s !
electronDistrib: PICVolDistrib None
ionSpeedUp2: 1.0
! - !
ionDt: 8.0E-5
! s !
lmvdSubType: uniform None
electronTemperature: 10.0
! eV !
electronSpeedUp2: 1.0
! - !
ionDuration: 0.0
! s !
ionVy: 0.0
! s !
ionVy2: 0.0
! s !
ionDistrib2: BackTrackingVolDistrib None
electronTrajFlag1: 0
! - !
ionTemperature2: 28000.0
! eV !
pusherThreadNb: 14 None
electronSpeedUp: 1.0
! - !
ExtendedPopNbr: 1 None
pop1Density: 1.0E8
! m-3 !
pop1Distrib: PICVolDistrib
! - !
pop1Dt: 1.5E-5
! s !
pop1Duration: 1.5E-5
! s !
pop1EnvironmentDF: IsotropicBiMaxwellianDF
! - !
pop1DF_FileName: None
! - !
pop1DFBasis_Vect1_X: 1.0
! - !
pop1DFBasis_Vect1_Y: 0.0
! - !
pop1DFBasis_Vect1_Z: 0.0
! - !
pop1DFBasis_Vect2_X: 0.0
! - !
pop1DFBasis_Vect2_Y: 1.0
! - !
pop1DFBasis_Vect2_Z: 0.0
! - !
pop1Temperature1: 0.5
! eV !
pop1Kappa: 9.0
! - !
pop1SEEFlag: 0
! - !
pop1Tx: 0.0
! eV !
pop1Ty: 0.0
! eV !
pop1Tz: 0.0
! eV !
pop1Vx: 0.0
! s !
pop1Vy: 0.0
! s !
pop1Vz: 0.0
! s !
pop1SpeedUp: 1.0
! - !
pop1TrajFlag: 0
! - !
pop1Optimization: 0.0
! - !
pop1OptimizationMode: 1.0
! - !
chargeDepositDuringIntegrationFlag: 1
! - !
iterativePusherAbsTolPos: 1.0E-5
! m !
iterativePusherAbsTolVelo: 1.0E12
! s !
iterativePusherRelTolPos: 0.001 None
iterativePusherRelTolVelo: 0.001 None
BFieldIterativePusher: 0 None
electronVx: 0.0
! s !
electronVy: 0.0
! s !
electronVz: 0.0
! s !
electronVx2: 0.0
! s !
electronVy2: 0.0
! s !
electronVz2: 0.0
! s !
electronDensityCutoff: 0.0
! m-3 !
maxwellEnergySamplerPointNb: 100 None
maxwellEnergySamplerSpacing: 0.01 None
maxwellEnergySamplerFactor: 1.3 None
pop1Type: electron None
pop1Temperature2: 10.0 None
pop1RatioN1overN2: 1.0
! - !
pop1RatioJ1overJ2: -1.0
! - !
pop1Temperature: 1.0 None
secondaryDuration: 0.0
! s !
bcsRelValid: 200.0
! - !
photoElectronTemperature: 2.0
! eV !
photoElectronDensification: 1.0
! - !
bcsSmoothPot: 10
! - !
secondaryDt: 1.0E-4
! s !
bcsSmoothdIdV: 30
! - !
volumeConductivity: 1 None
bcsSmoothI: 0
! - !
erosionProductDt: -1.0
! s !
secondarySpeedUp: 1.0
! - !
interactorDuration1: 0.0
! s !
erosionProductsTrajFlag: 0 None
electronSecondaryEmission: 0 None
bcsGlobalFactor: 10.0
! - !
photoElectronTrajFlag: 0 None
erosionProductDensification: 1.0
! - !
surfaceConductivity: 1 None
electronSecondaryTemperature: 2.0
! eV !
protonSecondaryTemperature: 2.0
! eV !
protonSecondaryDensification: 1.0
! - !
bcsLocalFactor: 1.0
! - !
electronSecondaryDensification: 0.05
! - !
interactorParticleType1: O+ None
interactorPopSource1: electrons1 None
inducedConductivity: 0 None
electronSecondaryEmissionTrajFlag: 0 None
sunX: 0.111111111
! - !
erosionProductSpeedUp: 1.0
! - !
interactorFlag1: 0.0
! - !
barrierCSFlag: 1
! - !
interactorSpeedUp1: 1.0
! - !
erosion: 0 None
interactorType1: CathodeSpot None
interactorNb: 0 None
sunZ: 0.0
! - !
protonSecondaryEmission: 0 None
photoEmission: 3 None
sunY: 0.0
! - !
erosionProductDuration: 0.0
! s !
interactorDt1: -1.0
! s !
circuitSolverMode: 0 None
implicitCircuitSolver: 0 None
initPot: -5.0
! V !
exactCSat: 0.0
! - !
electricCircuitFilename: circuit.txt None
validityRenormalisation: 0.5
! - !
CSat: 1.0E-7
! F !
electricCircuitIntegrate: 1 None
smoothingPot: 2.0
! - !
initPotFlag: 1 None
scVeloX: 0.0
! s !
scVeloY: 0.0
! s !
scVeloZ: 0.0
! s !
scVeloCrossBFlag: 1
! - !
smoothingI: 0.0 None
scElecFieldMapMonitorStep: -10.0
! s !
verbose: 3 None
poissonVerbose: 3 None
taskDurationVerbose: 3 None
fluxChargeState: 4 None
scPotMapMonitorStep: -10.0
! s !
finalCumulation: 2 None
exportAllDataFields: None None
currentLogPlotFlag: 2 None
densitiesMapsMonitorStep: -10.0
! s !
scPotMonitorStep: -100.0
! s !
particleTrajectoriesPeriod: 1000 None
densityLogPlotCutoff: 0.001
! m3 !
plasmaPotMapMonitorStep: -10.0
! s !
numericsMapsMonitorStep: -10.0
! s !
plasmaElecFieldMapMonitorStep: -10.0
! s !
exportDensity: None None
densityChargeState: 4 None
currentLogPlotCutoff: 1.0E-12
! m2 !
materialPropertyPlots: 1 None
cumulateBetweenSteps: 1 None
energyMapMonitorStep: -10.0
! s !
particleTrajectoriesNb: 0 None
finalCumulationStartTime: 0.8
! s ! or
! - !
densityLogPlotFlag: 2 None
scCurrentMapMonitorStep: -10.0
! s !
numericsMonitorStep: -100.0
! s !
exportPotential: None None
currentMapMonitorStep: -10.0
! s !
poissonBCParameter2: 0.0
! varies !
tolGradientNl: 1.0E-6
! - !
variableTeGamma: 1.1
! - !
linearPoisson: 0 None
vacuum: 0 None
variableTe: 0 None
variableTeConstant: 1.0
! - !
iterGradient: 1000 None
iterLinearSys: 10000 None
tolLinearSys: 1.0E-8
! - !
iterNewton: 100 None
neutrality: 0 None
poissonBCType: 1 None
poissonBCParameter1: 0.0
! varies !
tolNewton: 0.02
! - !
tolGradient: 1.0E-6
! - !
iterGradientNl: 1000 None
transitionNb: 0 None
transitionFlag1: 0.0 None
transitionFlag2: 0.0 None
transitionType1: BasicEclipseExit None
transitionType2: ConductivityEvolution None
transitionDt1: 0.01
! s !
transitionDt2: 0.01
! s !
sourceTempFactor1.3: 1.0 None
sourceDuration1.1: 0.0
! s !
sourceFlag3: 0.0
! - !
sourceTrajFlag2: 0 None
sourceType1.2: LocalMaxwellSurfDistrib None
sourceSpeedUp1.1: 1.0
! - !
sourceParticleType1: Xe+ None
sourceSpeedUp1.3: 1.0
! - !
sourceType2: MaxwellianThruster None
sourceFlag4: 0.0
! - !
sourceParticleType1.3: electron None
sourceFlag2: 0.0
! - !
sourceDt1.3: -1.0
! s !
sourceType1.3: LocalMaxwellSurfDistrib None
sourceMachFactor1.2: 1.0 None
sourceDuration2: 0.0
! s !
sourceFlag1: 0.0
! - !
sourceType1: LocalMaxwellSurfDistrib None
sourceType1.4: LocalMaxwellSurfDistrib None
sourceFlag1.2: 0.0
! - !
sourceNb1: 0 None
sourceTempFactor1.4: 1.0 None
sourceDuration1.4: 0.0
! s !
sourceNb2: 0 None
sourceDt1.1: -1.0
! s !
sourceDt4: -1.0
! s !
sourceParticleType1.2: electron None
sourceSpeedUp1.4: 1.0
! - !
sourceDuration1.3: 0.0
! s !
sourceMachFactor1.4: 1.0 None
sourceTrajFlag1: 0 None
sourceParticleType2: electron None
sourceCurrentFactor1.4: 1.0 None
sourceNb: 4 None
sourceTempFactor1.1: 1.0 None
sourceNb3: 0 None
sourceParticleType1.4: electron None
sourceFlag1.4: 0.0
! - !
sourceSpeedUp4: 1.0
! - !
sourceTrajFlag4: 0 None
sourceDuration1: 0.0
! s !
sourceDt1.4: -1.0
! s !
sourceMachFactor1.1: 1.0 None
sourceDt3: -1.0
! s !
sourceType1.1: LocalMaxwellSurfDistrib None
sourceDt1: -1.0
! s !
sourceType4: LocalMaxwellSurfDistrib None
sourceSpeedUp1.2: 1.0
! - !
sourceDuration1.2: 0.0
! s !
sourceFlag1.3: 0.0
! - !
sourceParticleType4: In+ None
sourceDuration3: 0.0
! s !
sourceSpeedUp1: 1.0
! - !
sourceSpeedUp3: 1.0
! - !
sourceTempFactor1.2: 1.0 None
sourceDt1.2: -1.0
! s !
sourceTrajFlag3: 0 None
sourceCurrentFactor1.1: 1.0 None
sourceFlag1.1: 0.0
! - !
sourceParticleType1.1: electron None
sourceMachFactor1.3: 1.0 None
sourceDt2: -1.0
! s !
sourceSpeedUp2: 1.0
! - !
sourceCurrentFactor1.3: 1.0 None
sourceCurrentFactor1.2: 1.0 None
sourceDuration4: 0.0
! s !
sourceNb4: 0 None
sourceType3: LocalMaxwellSurfDistrib None
fieldFactor: 1.0
! - !
sourceParticleType3: Cs+ None
outPart1VolInteract2: Xe+ None
inPart2VolInteract2: Xe None
outPop2SpeedUpVolInteract2: 1.0
! - !
parameter1VolInteract2: 0.05
! variable !
outPop1SpeedUpVolInteract2: 1.0
! - !
outPop2DtVolInteract1: -1.0
! s !
outPop1SpeedUpVolInteract1: 1.0
! - !
volInteract2: 0.0 None
volInteract1: 0.0 None
inPart1VolInteract1: Xe+ None
outPop1VolInteractTrajFlag: 0 None
parameter4VolInteract1: 0.0
! variable !
outPart2VolInteract1: Xe None
crossSectionVolInteract2: 1.0e-18
! m2 ! or None
parameter2VolInteract1: 0.1
! variable !
outPop2SpeedUpVolInteract1: 1.0
! - !
outPop1DurationVolInteract2: 0.0
! s !
volInteractType1: CEXInteractor None
outPop2DurationVolInteract2: 0.0
! s !
volInteractType2: CEXInteractor None
parameter3VolInteract2: 0.0
! variable !
parameter4VolInteract2: 0.0
! variable !
inPop1VolInteract1: source1 None
outPop1DtVolInteract2: -1.0
! s !
inPop2VolInteract2: fractionOfFirstPopSource None
outPop2VolInteractTrajFlag: 0 None
inPop2VolInteract1: fractionOfFirstPopSource None
volInteractNb: 2 None
outPop1DtVolInteract1: -1.0
! s !
outPop2DtVolInteract2: -1.0
! s !
outPop2DurationVolInteract1: 0.0
! s !
parameter3VolInteract1: 0.0
! variable !
parameter1VolInteract1: 0.05
! variable !
outPart1VolInteract1: Xe+ None
inPop1VolInteract2: source1 None
inPart2VolInteract1: Xe None
crossSectionVolInteract1: 1.0e-18
! m2 ! or None
inPart1VolInteract2: Xe+ None
outPart2VolInteract2: Xe None
outPop1DurationVolInteract1: 0.0
! s !
parameter2VolInteract2: 0.1
! variable !
Bz: 0.0
! T !
By: 0.0
! T !
Bx: 0.0
! T !
magnetizedPlasmaFlag: 1
! T !
plasmaSpeedUp: 1.0
! - !
simulationDtInit: 1.0E-5
! s !
simulationDtMaxFactor: 200000.0
! s !
dimensionality: 3
! - !
simulationDt: -0.05
! s !
noCurrentScalerFlag: 0 None
fixedDt: 0
! - !
plasmaDt: 1.2E-4
! s !
duration: 1.2
! s !
scenario: Scenario None
plasmaDuration: 2.8E-4
! s !
fixedSimulationDtFlag: 0 None
plasmaUnderRelaxTimeCstt: 0.0
! s !
spisGEO: 0 None
scenarioParameter20: 0.0
! V !
scenarioParameter7: -1
! - !
scenarioParameter6: 0.5
! - !
scenarioParameter8: -1
! - !
scenarioParameter19: 0
! - !
scenarioParameter10: 0
! - !
scenarioParameter9: 0
! - !
scenarioParameter11: 0
! - !
scenarioParameter18: 1.0
! V !
scenarioParameter13: 0
! - !
scenarioParameter5: 1.0E-6
! s !
scenarioParameter12: 0
! - !
scenarioParameter21: 1.0
! V !
scenarioParameter1: 0
! - !
scenarioParameter17: 0.0
! V !
scenarioParameter4: 2.0E-6
! s !
scenarioParameter24: 1.0
! V !
scenarioParameter22: 0
! - !
scenarioParameter30: 1.0
! V !
scenarioParameter28: 0
! - !
scenarioParameter3: 1.0
! V !
scenarioParameter16: 0
! - !
scenarioParameter27: 1.0
! V !
scenarioParameter15: 1.0
! V !
scenarioParameter14: 0.0
! V !
scenarioParameter26: 0.0
! V !
scenarioParameter2: 0.0
! V !
scenarioParameter23: 0.0
! V !
scenarioParameter25: 0
! - !
scenarioParameter29: 0.0
! V !2020-03-10 11:56:04,930 DEBUG BundleController:Global Parameters
! CommandLogLevel.java:42 ! Loading global parameters - Global parameters:
jclfPosChargeWeight: 1.0 None
jclfLowerBound: 0.01 None
jclfReattractingFieldWeight: 1.0 None
jclfCVSpeed: 1.0 None
hmzvdPoissonVlasovLoopNb: 3 None
zoneBdElecDensification: 1.0 None
jclfAdjustLoopNb: 3 None
neLowerBoundCoeff: 1.0 None
jclfSmoothing: 1.0 None
jclfUpperBound: 100.0 None
jclfExtractingFieldWeight: 1.0 None
electronDistrib2: GlobalMaxwellBoltzmannVolDistrib None
ionDensity: 1.0E8
! m-3 !
ionType: H2O+ None
ionVz: 0.0
! s !
ionDt2: -1.0
! s !
ionTrajFlag1: 0
! - !
ionSpeedUp: 1.0
! - !
environmentType: ExtendedEnvironment None
electronDuration2: 6.68E-5
! s !
ionDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionTemperature: 1.0
! eV !
electronTemperature2: 0.5
! eV !
ionVx2: 0.0
! s !
ionTrajFlag2: 0
! - !
ionDistrib: PICVolDistrib None
ionType2: H+ None
electronDuration: 1.5E-5
! s !
electronDt2: 6.68E-5
! s !
electronTrajFlag2: 0
! - !
avPartNbPerCell: 5.0 None
btPartNbPerSurf: 15 None
electronDensity: 0.0
! m-3 !
ionVx: 0.0
! s !
electronDt: 1.5E-5
! s !
electronDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionDuration2: 0.0
! s !
ionVz2: 0.0
! s !
electronDistrib: PICVolDistrib None
ionSpeedUp2: 1.0
! - !
ionDt: 8.0E-5
! s !
lmvdSubType: uniform None
electronTemperature: 10.0
! eV !
electronSpeedUp2: 1.0
! - !
ionDuration: 0.0
! s !
ionVy: 0.0
! s !
ionVy2: 0.0
! s !
ionDistrib2: BackTrackingVolDistrib None
electronTrajFlag1: 0
! - !
ionTemperature2: 28000.0
! eV !
pusherThreadNb: 14 None
electronSpeedUp: 1.0
! - !
ExtendedPopNbr: 1 None
pop1Density: 1.0E8
! m-3 !
pop1Distrib: PICVolDistrib
! - !
pop1Dt: 1.5E-5
! s !
pop1Duration: 1.5E-5
! s !
pop1EnvironmentDF: IsotropicBiMaxwellianDF
! - !
pop1DF_FileName: None
! - !
pop1DFBasis_Vect1_X: 1.0
! - !
pop1DFBasis_Vect1_Y: 0.0
! - !
pop1DFBasis_Vect1_Z: 0.0
! - !
pop1DFBasis_Vect2_X: 0.0
! - !
pop1DFBasis_Vect2_Y: 1.0
! - !
pop1DFBasis_Vect2_Z: 0.0
! - !
pop1Temperature1: 0.5
! eV !
pop1Kappa: 9.0
! - !
pop1SEEFlag: 0
! - !
pop1Tx: 0.0
! eV !
pop1Ty: 0.0
! eV !
pop1Tz: 0.0
! eV !
pop1Vx: 0.0
! s !
pop1Vy: 0.0
! s !
pop1Vz: 0.0
! s !
pop1SpeedUp: 1.0
! - !
pop1TrajFlag: 0
! - !
pop1Optimization: 0.0
! - !
pop1OptimizationMode: 1.0
! - !
chargeDepositDuringIntegrationFlag: 1
! - !
iterativePusherAbsTolPos: 1.0E-5
! m !
iterativePusherAbsTolVelo: 1.0E12
! s !
iterativePusherRelTolPos: 0.001 None
iterativePusherRelTolVelo: 0.001 None
BFieldIterativePusher: 0 None
electronVx: 0.0
! s !
electronVy: 0.0
! s !
electronVz: 0.0
! s !
electronVx2: 0.0
! s !
electronVy2: 0.0
! s !
electronVz2: 0.0
! s !
electronDensityCutoff: 0.0
! m-3 !
maxwellEnergySamplerPointNb: 100 None
maxwellEnergySamplerSpacing: 0.01 None
maxwellEnergySamplerFactor: 1.3 None
pop1Type: electron None
pop1Temperature2: 10.0 None
pop1RatioN1overN2: 1.0
! - !
pop1RatioJ1overJ2: -1.0
! - !
pop1Temperature: 1.0 None
secondaryDuration: 0.0
! s !
bcsRelValid: 200.0
! - !
photoElectronTemperature: 2.0
! eV !
photoElectronDensification: 1.0
! - !
bcsSmoothPot: 10
! - !
secondaryDt: 1.0E-4
! s !
bcsSmoothdIdV: 30
! - !
volumeConductivity: 1 None
bcsSmoothI: 0
! - !
erosionProductDt: -1.0
! s !
secondarySpeedUp: 1.0
! - !
interactorDuration1: 0.0
! s !
erosionProductsTrajFlag: 0 None
electronSecondaryEmission: 0 None
bcsGlobalFactor: 10.0
! - !
photoElectronTrajFlag: 0 None
erosionProductDensification: 1.0
! - !
surfaceConductivity: 1 None
electronSecondaryTemperature: 2.0
! eV !
protonSecondaryTemperature: 2.0
! eV !
protonSecondaryDensification: 1.0
! - !
bcsLocalFactor: 1.0
! - !
electronSecondaryDensification: 0.05
! - !
interactorParticleType1: O+ None
interactorPopSource1: electrons1 None
inducedConductivity: 0 None
electronSecondaryEmissionTrajFlag: 0 None
sunX: 0.111111111
! - !
erosionProductSpeedUp: 1.0
! - !
interactorFlag1: 0.0
! - !
barrierCSFlag: 1
! - !
interactorSpeedUp1: 1.0
! - !
erosion: 0 None
interactorType1: CathodeSpot None
interactorNb: 0 None
sunZ: 0.0
! - !
protonSecondaryEmission: 0 None
photoEmission: 3 None
sunY: 0.0
! - !
erosionProductDuration: 0.0
! s !
interactorDt1: -1.0
! s !
circuitSolverMode: 0 None
implicitCircuitSolver: 0 None
initPot: -5.0
! V !
exactCSat: 0.0
! - !
electricCircuitFilename: circuit.txt None
validityRenormalisation: 0.5
! - !
CSat: 1.0E-7
! F !
electricCircuitIntegrate: 1 None
smoothingPot: 2.0
! - !
initPotFlag: 1 None
scVeloX: 0.0
! s !
scVeloY: 0.0
! s !
scVeloZ: 0.0
! s !
scVeloCrossBFlag: 1
! - !
smoothingI: 0.0 None
scElecFieldMapMonitorStep: -10.0
! s !
verbose: 3 None
poissonVerbose: 3 None
taskDurationVerbose: 3 None
fluxChargeState: 4 None
scPotMapMonitorStep: -10.0
! s !
finalCumulation: 2 None
exportAllDataFields: None None
currentLogPlotFlag: 2 None
densitiesMapsMonitorStep: -10.0
! s !
scPotMonitorStep: -100.0
! s !
particleTrajectoriesPeriod: 1000 None
densityLogPlotCutoff: 0.001
! m3 !
plasmaPotMapMonitorStep: -10.0
! s !
numericsMapsMonitorStep: -10.0
! s !
plasmaElecFieldMapMonitorStep: -10.0
! s !
exportDensity: None None
densityChargeState: 4 None
currentLogPlotCutoff: 1.0E-12
! m2 !
materialPropertyPlots: 1 None
cumulateBetweenSteps: 1 None
energyMapMonitorStep: -10.0
! s !
particleTrajectoriesNb: 0 None
finalCumulationStartTime: 0.8
! s ! or
! - !
densityLogPlotFlag: 2 None
scCurrentMapMonitorStep: -10.0
! s !
numericsMonitorStep: -100.0
! s !
exportPotential: None None
currentMapMonitorStep: -10.0
! s !
poissonBCParameter2: 0.0
! varies !
tolGradientNl: 1.0E-6
! - !
variableTeGamma: 1.1
! - !
linearPoisson: 0 None
vacuum: 0 None
variableTe: 0 None
variableTeConstant: 1.0
! - !
iterGradient: 1000 None
iterLinearSys: 10000 None
tolLinearSys: 1.0E-8
! - !
iterNewton: 100 None
neutrality: 0 None
poissonBCType: 1 None
poissonBCParameter1: 0.0
! varies !
tolNewton: 0.02
! - !
tolGradient: 1.0E-6
! - !
iterGradientNl: 1000 None
transitionNb: 0 None
transitionFlag1: 0.0 None
transitionFlag2: 0.0 None
transitionType1: BasicEclipseExit None
transitionType2: ConductivityEvolution None
transitionDt1: 0.01
! s !
transitionDt2: 0.01
! s !
sourceTempFactor1.3: 1.0 None
sourceDuration1.1: 0.0
! s !
sourceFlag3: 0.0
! - !
sourceTrajFlag2: 0 None
sourceType1.2: LocalMaxwellSurfDistrib None
sourceSpeedUp1.1: 1.0
! - !
sourceParticleType1: Xe+ None
sourceSpeedUp1.3: 1.0
! - !
sourceType2: MaxwellianThruster None
sourceFlag4: 0.0
! - !
sourceParticleType1.3: electron None
sourceFlag2: 0.0
! - !
sourceDt1.3: -1.0
! s !
sourceType1.3: LocalMaxwellSurfDistrib None
sourceMachFactor1.2: 1.0 None
sourceDuration2: 0.0
! s !
sourceFlag1: 0.0
! - !
sourceType1: LocalMaxwellSurfDistrib None
sourceType1.4: LocalMaxwellSurfDistrib None
sourceFlag1.2: 0.0
! - !
sourceNb1: 0 None
sourceTempFactor1.4: 1.0 None
sourceDuration1.4: 0.0
! s !
sourceNb2: 0 None
sourceDt1.1: -1.0
! s !
sourceDt4: -1.0
! s !
sourceParticleType1.2: electron None
sourceSpeedUp1.4: 1.0
! - !
sourceDuration1.3: 0.0
! s !
sourceMachFactor1.4: 1.0 None
sourceTrajFlag1: 0 None
sourceParticleType2: electron None
sourceCurrentFactor1.4: 1.0 None
sourceNb: 4 None
sourceTempFactor1.1: 1.0 None
sourceNb3: 0 None
sourceParticleType1.4: electron None
sourceFlag1.4: 0.0
! - !
sourceSpeedUp4: 1.0
! - !
sourceTrajFlag4: 0 None
sourceDuration1: 0.0
! s !
sourceDt1.4: -1.0
! s !
sourceMachFactor1.1: 1.0 None
sourceDt3: -1.0
! s !
sourceType1.1: LocalMaxwellSurfDistrib None
sourceDt1: -1.0
! s !
sourceType4: LocalMaxwellSurfDistrib None
sourceSpeedUp1.2: 1.0
! - !
sourceDuration1.2: 0.0
! s !
sourceFlag1.3: 0.0
! - !
sourceParticleType4: In+ None
sourceDuration3: 0.0
! s !
sourceSpeedUp1: 1.0
! - !
sourceSpeedUp3: 1.0
! - !
sourceTempFactor1.2: 1.0 None
sourceDt1.2: -1.0
! s !
sourceTrajFlag3: 0 None
sourceCurrentFactor1.1: 1.0 None
sourceFlag1.1: 0.0
! - !
sourceParticleType1.1: electron None
sourceMachFactor1.3: 1.0 None
sourceDt2: -1.0
! s !
sourceSpeedUp2: 1.0
! - !
sourceCurrentFactor1.3: 1.0 None
sourceCurrentFactor1.2: 1.0 None
sourceDuration4: 0.0
! s !
sourceNb4: 0 None
sourceType3: LocalMaxwellSurfDistrib None
fieldFactor: 1.0
! - !
sourceParticleType3: Cs+ None
outPart1VolInteract2: Xe+ None
inPart2VolInteract2: Xe None
outPop2SpeedUpVolInteract2: 1.0
! - !
parameter1VolInteract2: 0.05
! variable !
outPop1SpeedUpVolInteract2: 1.0
! - !
outPop2DtVolInteract1: -1.0
! s !
outPop1SpeedUpVolInteract1: 1.0
! - !
volInteract2: 0.0 None
volInteract1: 0.0 None
inPart1VolInteract1: Xe+ None
outPop1VolInteractTrajFlag: 0 None
parameter4VolInteract1: 0.0
! variable !
outPart2VolInteract1: Xe None
crossSectionVolInteract2: 1.0e-18
! m2 ! or None
parameter2VolInteract1: 0.1
! variable !
outPop2SpeedUpVolInteract1: 1.0
! - !
outPop1DurationVolInteract2: 0.0
! s !
volInteractType1: CEXInteractor None
outPop2DurationVolInteract2: 0.0
! s !
volInteractType2: CEXInteractor None
parameter3VolInteract2: 0.0
! variable !
parameter4VolInteract2: 0.0
! variable !
inPop1VolInteract1: source1 None
outPop1DtVolInteract2: -1.0
! s !
inPop2VolInteract2: fractionOfFirstPopSource None
outPop2VolInteractTrajFlag: 0 None
inPop2VolInteract1: fractionOfFirstPopSource None
volInteractNb: 2 None
outPop1DtVolInteract1: -1.0
! s !
outPop2DtVolInteract2: -1.0
! s !
outPop2DurationVolInteract1: 0.0
! s !
parameter3VolInteract1: 0.0
! variable !
parameter1VolInteract1: 0.05
! variable !
outPart1VolInteract1: Xe+ None
inPop1VolInteract2: source1 None
inPart2VolInteract1: Xe None
crossSectionVolInteract1: 1.0e-18
! m2 ! or None
inPart1VolInteract2: Xe+ None
outPart2VolInteract2: Xe None
outPop1DurationVolInteract1: 0.0
! s !
parameter2VolInteract2: 0.1
! variable !
Bz: 0.0
! T !
By: 0.0
! T !
Bx: 0.0
! T !
magnetizedPlasmaFlag: 1
! T !
plasmaSpeedUp: 1.0
! - !
simulationDtInit: 1.0E-5
! s !
simulationDtMaxFactor: 200000.0
! s !
dimensionality: 3
! - !
simulationDt: -0.05
! s !
noCurrentScalerFlag: 0 None
fixedDt: 0
! - !
plasmaDt: 1.2E-4
! s !
duration: 1.2
! s !
scenario: Scenario None
plasmaDuration: 2.8E-4
! s !
fixedSimulationDtFlag: 0 None
plasmaUnderRelaxTimeCstt: 0.0
! s !
spisGEO: 0 None
scenarioParameter20: 0.0
! V !
scenarioParameter7: -1
! - !
scenarioParameter6: 0.5
! - !
scenarioParameter8: -1
! - !
scenarioParameter19: 0
! - !
scenarioParameter10: 0
! - !
scenarioParameter9: 0
! - !
scenarioParameter11: 0
! - !
scenarioParameter18: 1.0
! V !
scenarioParameter13: 0
! - !
scenarioParameter5: 1.0E-6
! s !
scenarioParameter12: 0
! - !
scenarioParameter21: 1.0
! V !
scenarioParameter1: 0
! - !
scenarioParameter17: 0.0
! V !
scenarioParameter4: 2.0E-6
! s !
scenarioParameter24: 1.0
! V !
scenarioParameter22: 0
! - !
scenarioParameter30: 1.0
! V !
scenarioParameter28: 0
! - !
scenarioParameter3: 1.0
! V !
scenarioParameter16: 0
! - !
scenarioParameter27: 1.0
! V !
scenarioParameter15: 1.0
! V !
scenarioParameter14: 0.0
! V !
scenarioParameter26: 0.0
! V !
scenarioParameter2: 0.0
! V !
scenarioParameter23: 0.0
! V !
scenarioParameter25: 0
! - !
scenarioParameter29: 0.0
! V !2020-03-10 11:56:05,696 DEBUG BundleController:Global Parameters
! CommandLogLevel.java:42 ! Loading global parameters - Global parameters:
jclfPosChargeWeight: 1.0 None
jclfLowerBound: 0.01 None
jclfReattractingFieldWeight: 1.0 None
jclfCVSpeed: 1.0 None
hmzvdPoissonVlasovLoopNb: 3 None
zoneBdElecDensification: 1.0 None
jclfAdjustLoopNb: 3 None
neLowerBoundCoeff: 1.0 None
jclfSmoothing: 1.0 None
jclfUpperBound: 100.0 None
jclfExtractingFieldWeight: 1.0 None
electronDistrib2: GlobalMaxwellBoltzmannVolDistrib None
ionDensity: 1.0E8
! m-3 !
ionType: H2O+ None
ionVz: 0.0
! s !
ionDt2: -1.0
! s !
ionTrajFlag1: 0
! - !
ionSpeedUp: 1.0
! - !
environmentType: ExtendedEnvironment None
electronDuration2: 6.68E-5
! s !
ionDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionTemperature: 1.0
! eV !
electronTemperature2: 0.5
! eV !
ionVx2: 0.0
! s !
ionTrajFlag2: 0
! - !
ionDistrib: PICVolDistrib None
ionType2: H+ None
electronDuration: 1.5E-5
! s !
electronDt2: 6.68E-5
! s !
electronTrajFlag2: 0
! - !
avPartNbPerCell: 5.0 None
btPartNbPerSurf: 15 None
electronDensity: 0.0
! m-3 !
ionVx: 0.0
! s !
electronDt: 1.5E-5
! s !
electronDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionDuration2: 0.0
! s !
ionVz2: 0.0
! s !
electronDistrib: PICVolDistrib None
ionSpeedUp2: 1.0
! - !
ionDt: 8.0E-5
! s !
lmvdSubType: uniform None
electronTemperature: 10.0
! eV !
electronSpeedUp2: 1.0
! - !
ionDuration: 0.0
! s !
ionVy: 0.0
! s !
ionVy2: 0.0
! s !
ionDistrib2: BackTrackingVolDistrib None
electronTrajFlag1: 0
! - !
ionTemperature2: 28000.0
! eV !
pusherThreadNb: 14 None
electronSpeedUp: 1.0
! - !
ExtendedPopNbr: 1 None
pop1Density: 1.0E8
! m-3 !
pop1Distrib: PICVolDistrib
! - !
pop1Dt: 1.5E-5
! s !
pop1Duration: 1.5E-5
! s !
pop1EnvironmentDF: IsotropicBiMaxwellianDF
! - !
pop1DF_FileName: None
! - !
pop1DFBasis_Vect1_X: 1.0
! - !
pop1DFBasis_Vect1_Y: 0.0
! - !
pop1DFBasis_Vect1_Z: 0.0
! - !
pop1DFBasis_Vect2_X: 0.0
! - !
pop1DFBasis_Vect2_Y: 1.0
! - !
pop1DFBasis_Vect2_Z: 0.0
! - !
pop1Temperature1: 0.5
! eV !
pop1Kappa: 9.0
! - !
pop1SEEFlag: 0
! - !
pop1Tx: 0.0
! eV !
pop1Ty: 0.0
! eV !
pop1Tz: 0.0
! eV !
pop1Vx: 0.0
! s !
pop1Vy: 0.0
! s !
pop1Vz: 0.0
! s !
pop1SpeedUp: 1.0
! - !
pop1TrajFlag: 0
! - !
pop1Optimization: 0.0
! - !
pop1OptimizationMode: 1.0
! - !
chargeDepositDuringIntegrationFlag: 1
! - !
iterativePusherAbsTolPos: 1.0E-5
! m !
iterativePusherAbsTolVelo: 1.0E12
! s !
iterativePusherRelTolPos: 0.001 None
iterativePusherRelTolVelo: 0.001 None
BFieldIterativePusher: 0 None
electronVx: 0.0
! s !
electronVy: 0.0
! s !
electronVz: 0.0
! s !
electronVx2: 0.0
! s !
electronVy2: 0.0
! s !
electronVz2: 0.0
! s !
electronDensityCutoff: 0.0
! m-3 !
maxwellEnergySamplerPointNb: 100 None
maxwellEnergySamplerSpacing: 0.01 None
maxwellEnergySamplerFactor: 1.3 None
pop1Type: electron None
pop1Temperature2: 10.0 None
pop1RatioN1overN2: 1.0
! - !
pop1RatioJ1overJ2: -1.0
! - !
pop1Temperature: 1.0 None
secondaryDuration: 0.0
! s !
bcsRelValid: 200.0
! - !
photoElectronTemperature: 2.0
! eV !
photoElectronDensification: 1.0
! - !
bcsSmoothPot: 10
! - !
secondaryDt: 1.0E-4
! s !
bcsSmoothdIdV: 30
! - !
volumeConductivity: 1 None
bcsSmoothI: 0
! - !
erosionProductDt: -1.0
! s !
secondarySpeedUp: 1.0
! - !
interactorDuration1: 0.0
! s !
erosionProductsTrajFlag: 0 None
electronSecondaryEmission: 0 None
bcsGlobalFactor: 10.0
! - !
photoElectronTrajFlag: 0 None
erosionProductDensification: 1.0
! - !
surfaceConductivity: 1 None
electronSecondaryTemperature: 2.0
! eV !
protonSecondaryTemperature: 2.0
! eV !
protonSecondaryDensification: 1.0
! - !
bcsLocalFactor: 1.0
! - !
electronSecondaryDensification: 0.05
! - !
interactorParticleType1: O+ None
interactorPopSource1: electrons1 None
inducedConductivity: 0 None
electronSecondaryEmissionTrajFlag: 0 None
sunX: 0.111111111
! - !
erosionProductSpeedUp: 1.0
! - !
interactorFlag1: 0.0
! - !
barrierCSFlag: 1
! - !
interactorSpeedUp1: 1.0
! - !
erosion: 0 None
interactorType1: CathodeSpot None
interactorNb: 0 None
sunZ: 0.0
! - !
protonSecondaryEmission: 0 None
photoEmission: 3 None
sunY: 0.0
! - !
erosionProductDuration: 0.0
! s !
interactorDt1: -1.0
! s !
circuitSolverMode: 0 None
implicitCircuitSolver: 0 None
initPot: -5.0
! V !
exactCSat: 0.0
! - !
electricCircuitFilename: circuit.txt None
validityRenormalisation: 0.5
! - !
CSat: 1.0E-7
! F !
electricCircuitIntegrate: 1 None
smoothingPot: 2.0
! - !
initPotFlag: 1 None
scVeloX: 0.0
! s !
scVeloY: 0.0
! s !
scVeloZ: 0.0
! s !
scVeloCrossBFlag: 1
! - !
smoothingI: 0.0 None
scElecFieldMapMonitorStep: -10.0
! s !
verbose: 3 None
poissonVerbose: 3 None
taskDurationVerbose: 3 None
fluxChargeState: 4 None
scPotMapMonitorStep: -10.0
! s !
finalCumulation: 2 None
exportAllDataFields: None None
currentLogPlotFlag: 2 None
densitiesMapsMonitorStep: -10.0
! s !
scPotMonitorStep: -100.0
! s !
particleTrajectoriesPeriod: 1000 None
densityLogPlotCutoff: 0.001
! m3 !
plasmaPotMapMonitorStep: -10.0
! s !
numericsMapsMonitorStep: -10.0
! s !
plasmaElecFieldMapMonitorStep: -10.0
! s !
exportDensity: None None
densityChargeState: 4 None
currentLogPlotCutoff: 1.0E-12
! m2 !
materialPropertyPlots: 1 None
cumulateBetweenSteps: 1 None
energyMapMonitorStep: -10.0
! s !
particleTrajectoriesNb: 0 None
finalCumulationStartTime: 0.8
! s ! or
! - !
densityLogPlotFlag: 2 None
scCurrentMapMonitorStep: -10.0
! s !
numericsMonitorStep: -100.0
! s !
exportPotential: None None
currentMapMonitorStep: -10.0
! s !
poissonBCParameter2: 0.0
! varies !
tolGradientNl: 1.0E-6
! - !
variableTeGamma: 1.1
! - !
linearPoisson: 0 None
vacuum: 0 None
variableTe: 0 None
variableTeConstant: 1.0
! - !
iterGradient: 1000 None
iterLinearSys: 10000 None
tolLinearSys: 1.0E-8
! - !
iterNewton: 100 None
neutrality: 0 None
poissonBCType: 1 None
poissonBCParameter1: 0.0
! varies !
tolNewton: 0.02
! - !
tolGradient: 1.0E-6
! - !
iterGradientNl: 1000 None
transitionNb: 0 None
transitionFlag1: 0.0 None
transitionFlag2: 0.0 None
transitionType1: BasicEclipseExit None
transitionType2: ConductivityEvolution None
transitionDt1: 0.01
! s !
transitionDt2: 0.01
! s !
sourceTempFactor1.3: 1.0 None
sourceDuration1.1: 0.0
! s !
sourceFlag3: 0.0
! - !
sourceTrajFlag2: 0 None
sourceType1.2: LocalMaxwellSurfDistrib None
sourceSpeedUp1.1: 1.0
! - !
sourceParticleType1: Xe+ None
sourceSpeedUp1.3: 1.0
! - !
sourceType2: MaxwellianThruster None
sourceFlag4: 0.0
! - !
sourceParticleType1.3: electron None
sourceFlag2: 0.0
! - !
sourceDt1.3: -1.0
! s !
sourceType1.3: LocalMaxwellSurfDistrib None
sourceMachFactor1.2: 1.0 None
sourceDuration2: 0.0
! s !
sourceFlag1: 0.0
! - !
sourceType1: LocalMaxwellSurfDistrib None
sourceType1.4: LocalMaxwellSurfDistrib None
sourceFlag1.2: 0.0
! - !
sourceNb1: 0 None
sourceTempFactor1.4: 1.0 None
sourceDuration1.4: 0.0
! s !
sourceNb2: 0 None
sourceDt1.1: -1.0
! s !
sourceDt4: -1.0
! s !
sourceParticleType1.2: electron None
sourceSpeedUp1.4: 1.0
! - !
sourceDuration1.3: 0.0
! s !
sourceMachFactor1.4: 1.0 None
sourceTrajFlag1: 0 None
sourceParticleType2: electron None
sourceCurrentFactor1.4: 1.0 None
sourceNb: 4 None
sourceTempFactor1.1: 1.0 None
sourceNb3: 0 None
sourceParticleType1.4: electron None
sourceFlag1.4: 0.0
! - !
sourceSpeedUp4: 1.0
! - !
sourceTrajFlag4: 0 None
sourceDuration1: 0.0
! s !
sourceDt1.4: -1.0
! s !
sourceMachFactor1.1: 1.0 None
sourceDt3: -1.0
! s !
sourceType1.1: LocalMaxwellSurfDistrib None
sourceDt1: -1.0
! s !
sourceType4: LocalMaxwellSurfDistrib None
sourceSpeedUp1.2: 1.0
! - !
sourceDuration1.2: 0.0
! s !
sourceFlag1.3: 0.0
! - !
sourceParticleType4: In+ None
sourceDuration3: 0.0
! s !
sourceSpeedUp1: 1.0
! - !
sourceSpeedUp3: 1.0
! - !
sourceTempFactor1.2: 1.0 None
sourceDt1.2: -1.0
! s !
sourceTrajFlag3: 0 None
sourceCurrentFactor1.1: 1.0 None
sourceFlag1.1: 0.0
! - !
sourceParticleType1.1: electron None
sourceMachFactor1.3: 1.0 None
sourceDt2: -1.0
! s !
sourceSpeedUp2: 1.0
! - !
sourceCurrentFactor1.3: 1.0 None
sourceCurrentFactor1.2: 1.0 None
sourceDuration4: 0.0
! s !
sourceNb4: 0 None
sourceType3: LocalMaxwellSurfDistrib None
fieldFactor: 1.0
! - !
sourceParticleType3: Cs+ None
outPart1VolInteract2: Xe+ None
inPart2VolInteract2: Xe None
outPop2SpeedUpVolInteract2: 1.0
! - !
parameter1VolInteract2: 0.05
! variable !
outPop1SpeedUpVolInteract2: 1.0
! - !
outPop2DtVolInteract1: -1.0
! s !
outPop1SpeedUpVolInteract1: 1.0
! - !
volInteract2: 0.0 None
volInteract1: 0.0 None
inPart1VolInteract1: Xe+ None
outPop1VolInteractTrajFlag: 0 None
parameter4VolInteract1: 0.0
! variable !
outPart2VolInteract1: Xe None
crossSectionVolInteract2: 1.0e-18
! m2 ! or None
parameter2VolInteract1: 0.1
! variable !
outPop2SpeedUpVolInteract1: 1.0
! - !
outPop1DurationVolInteract2: 0.0
! s !
volInteractType1: CEXInteractor None
outPop2DurationVolInteract2: 0.0
! s !
volInteractType2: CEXInteractor None
parameter3VolInteract2: 0.0
! variable !
parameter4VolInteract2: 0.0
! variable !
inPop1VolInteract1: source1 None
outPop1DtVolInteract2: -1.0
! s !
inPop2VolInteract2: fractionOfFirstPopSource None
outPop2VolInteractTrajFlag: 0 None
inPop2VolInteract1: fractionOfFirstPopSource None
volInteractNb: 2 None
outPop1DtVolInteract1: -1.0
! s !
outPop2DtVolInteract2: -1.0
! s !
outPop2DurationVolInteract1: 0.0
! s !
parameter3VolInteract1: 0.0
! variable !
parameter1VolInteract1: 0.05
! variable !
outPart1VolInteract1: Xe+ None
inPop1VolInteract2: source1 None
inPart2VolInteract1: Xe None
crossSectionVolInteract1: 1.0e-18
! m2 ! or None
inPart1VolInteract2: Xe+ None
outPart2VolInteract2: Xe None
outPop1DurationVolInteract1: 0.0
! s !
parameter2VolInteract2: 0.1
! variable !
Bz: 0.0
! T !
By: 0.0
! T !
Bx: 0.0
! T !
magnetizedPlasmaFlag: 1
! T !
plasmaSpeedUp: 1.0
! - !
simulationDtInit: 1.0E-5
! s !
simulationDtMaxFactor: 200000.0
! s !
dimensionality: 3
! - !
simulationDt: -0.05
! s !
noCurrentScalerFlag: 0 None
fixedDt: 0
! - !
plasmaDt: 1.2E-4
! s !
duration: 1.2
! s !
scenario: Scenario None
plasmaDuration: 2.8E-4
! s !
fixedSimulationDtFlag: 0 None
plasmaUnderRelaxTimeCstt: 0.0
! s !
spisGEO: 0 None
scenarioParameter20: 0.0
! V !
scenarioParameter7: -1
! - !
scenarioParameter6: 0.5
! - !
scenarioParameter8: -1
! - !
scenarioParameter19: 0
! - !
scenarioParameter10: 0
! - !
scenarioParameter9: 0
! - !
scenarioParameter11: 0
! - !
scenarioParameter18: 1.0
! V !
scenarioParameter13: 0
! - !
scenarioParameter5: 1.0E-6
! s !
scenarioParameter12: 0
! - !
scenarioParameter21: 1.0
! V !
scenarioParameter1: 0
! - !
scenarioParameter17: 0.0
! V !
scenarioParameter4: 2.0E-6
! s !
scenarioParameter24: 1.0
! V !
scenarioParameter22: 0
! - !
scenarioParameter30: 1.0
! V !
scenarioParameter28: 0
! - !
scenarioParameter3: 1.0
! V !
scenarioParameter16: 0
! - !
scenarioParameter27: 1.0
! V !
scenarioParameter15: 1.0
! V !
scenarioParameter14: 0.0
! V !
scenarioParameter26: 0.0
! V !
scenarioParameter2: 0.0
! V !
scenarioParameter23: 0.0
! V !
scenarioParameter25: 0
! - !
scenarioParameter29: 0.0
! V !2020-03-10 11:56:08,073 DEBUG BundleController:Global Parameters
! CommandLogLevel.java:42 ! Loading global parameters - Global parameters:
jclfPosChargeWeight: 1.0 None
jclfLowerBound: 0.01 None
jclfReattractingFieldWeight: 1.0 None
jclfCVSpeed: 1.0 None
hmzvdPoissonVlasovLoopNb: 3 None
zoneBdElecDensification: 1.0 None
jclfAdjustLoopNb: 3 None
neLowerBoundCoeff: 1.0 None
jclfSmoothing: 1.0 None
jclfUpperBound: 100.0 None
jclfExtractingFieldWeight: 1.0 None
electronDistrib2: GlobalMaxwellBoltzmannVolDistrib None
ionDensity: 1.0E8
! m-3 !
ionType: H2O+ None
ionVz: 0.0
! s !
ionDt2: -1.0
! s !
ionTrajFlag1: 0
! - !
ionSpeedUp: 1.0
! - !
environmentType: ExtendedEnvironment None
electronDuration2: 6.68E-5
! s !
ionDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionTemperature: 1.0
! eV !
electronTemperature2: 0.5
! eV !
ionVx2: 0.0
! s !
ionTrajFlag2: 0
! - !
ionDistrib: PICVolDistrib None
ionType2: H+ None
electronDuration: 1.5E-5
! s !
electronDt2: 6.68E-5
! s !
electronTrajFlag2: 0
! - !
avPartNbPerCell: 5.0 None
btPartNbPerSurf: 15 None
electronDensity: 0.0
! m-3 !
ionVx: 0.0
! s !
electronDt: 1.5E-5
! s !
electronDensity2: 0.0
IsotropicBiMaxwellianDF initialisation bug
ionDuration2: 0.0
! s !
ionVz2: 0.0
! s !
electronDistrib: PICVolDistrib None
ionSpeedUp2: 1.0
! - !
ionDt: 8.0E-5
! s !
lmvdSubType: uniform None
electronTemperature: 10.0
! eV !
electronSpeedUp2: 1.0
! - !
ionDuration: 0.0
! s !
ionVy: 0.0
! s !
ionVy2: 0.0
! s !
ionDistrib2: BackTrackingVolDistrib None
electronTrajFlag1: 0
! - !
ionTemperature2: 28000.0
! eV !
pusherThreadNb: 14 None
electronSpeedUp: 1.0
! - !
ExtendedPopNbr: 1 None
pop1Density: 1.0E8
! m-3 !
pop1Distrib: PICVolDistrib
! - !
pop1Dt: 1.5E-5
! s !
pop1Duration: 1.5E-5
! s !
pop1EnvironmentDF: IsotropicBiMaxwellianDF
! - !
pop1DF_FileName: None
! - !
pop1DFBasis_Vect1_X: 1.0
! - !
pop1DFBasis_Vect1_Y: 0.0
! - !
pop1DFBasis_Vect1_Z: 0.0
! - !
pop1DFBasis_Vect2_X: 0.0
! - !
pop1DFBasis_Vect2_Y: 1.0
! - !
pop1DFBasis_Vect2_Z: 0.0
! - !
pop1Temperature1: 0.5
! eV !
pop1Kappa: 9.0
! - !
pop1SEEFlag: 0
! - !
pop1Tx: 0.0
! eV !
pop1Ty: 0.0
! eV !
pop1Tz: 0.0
! eV !
pop1Vx: 0.0
! s !
pop1Vy: 0.0
! s !
pop1Vz: 0.0
! s !
pop1SpeedUp: 1.0
! - !
pop1TrajFlag: 0
! - !
pop1Optimization: 0.0
! - !
pop1OptimizationMode: 1.0
! - !
chargeDepositDuringIntegrationFlag: 1
! - !
iterativePusherAbsTolPos: 1.0E-5
! m !
iterativePusherAbsTolVelo: 1.0E12
! s !
iterativePusherRelTolPos: 0.001 None
iterativePusherRelTolVelo: 0.001 None
BFieldIterativePusher: 0 None
electronVx: 0.0
! s !
electronVy: 0.0
! s !
electronVz: 0.0
! s !
electronVx2: 0.0
! s !
electronVy2: 0.0
! s !
electronVz2: 0.0
! s !
electronDensityCutoff: 0.0
! m-3 !
maxwellEnergySamplerPointNb: 100 None
maxwellEnergySamplerSpacing: 0.01 None
maxwellEnergySamplerFactor: 1.3 None
pop1Type: electron None
pop1Temperature2: 10.0 None
pop1RatioN1overN2: 1.0
! - !
pop1RatioJ1overJ2: -1.0
! - !
pop1Temperature: 1.0 None
secondaryDuration: 0.0
! s !
bcsRelValid: 200.0
! - !
photoElectronTemperature: 2.0
! eV !
photoElectronDensification: 1.0
! - !
bcsSmoothPot: 10
! - !
secondaryDt: 1.0E-4
! s !
bcsSmoothdIdV: 30
! - !
volumeConductivity: 1 None
bcsSmoothI: 0
! - !
erosionProductDt: -1.0
! s !
secondarySpeedUp: 1.0
! - !
interactorDuration1: 0.0
! s !
erosionProductsTrajFlag: 0 None
electronSecondaryEmission: 0 None
bcsGlobalFactor: 10.0
! - !
photoElectronTrajFlag: 0 None
erosionProductDensification: 1.0
! - !
surfaceConductivity: 1 None
electronSecondaryTemperature: 2.0
! eV !
protonSecondaryTemperature: 2.0
! eV !
protonSecondaryDensification: 1.0
! - !
bcsLocalFactor: 1.0
! - !
electronSecondaryDensification: 0.05
! - !
interactorParticleType1: O+ None
interactorPopSource1: electrons1 None
inducedConductivity: 0 None
electronSecondaryEmissionTrajFlag: 0 None
sunX: 0.111111111
! - !
erosionProductSpeedUp: 1.0
! - !
interactorFlag1: 0.0
! - !
barrierCSFlag: 1
! - !
interactorSpeedUp1: 1.0
! - !
erosion: 0 None
interactorType1: CathodeSpot None
interactorNb: 0 None
sunZ: 0.0
! - !
protonSecondaryEmission: 0 None
photoEmission: 3 None
sunY: 0.0
! - !
erosionProductDuration: 0.0
! s !
interactorDt1: -1.0
! s !
circuitSolverMode: 0 None
implicitCircuitSolver: 0 None
initPot: -5.0
! V !
exactCSat: 0.0
! - !
electricCircuitFilename: circuit.txt None
validityRenormalisation: 0.5
! - !
CSat: 1.0E-7
! F !
electricCircuitIntegrate: 1 None
smoothingPot: 2.0
! - !
initPotFlag: 1 None
scVeloX: 0.0
! s !
scVeloY: 0.0
! s !
scVeloZ: 0.0
! s !
scVeloCrossBFlag: 1
! - !
smoothingI: 0.0 None
scElecFieldMapMonitorStep: -10.0
! s !
verbose: 3 None
poissonVerbose: 3 None
taskDurationVerbose: 3 None
fluxChargeState: 4 None
scPotMapMonitorStep: -10.0
! s !
finalCumulation: 2 None
exportAllDataFields: None None
currentLogPlotFlag: 2 None
densitiesMapsMonitorStep: -10.0
! s !
scPotMonitorStep: -100.0
! s !
particleTrajectoriesPeriod: 1000 None
densityLogPlotCutoff: 0.001
! m3 !
plasmaPotMapMonitorStep: -10.0
! s !
numericsMapsMonitorStep: -10.0
! s !
plasmaElecFieldMapMonitorStep: -10.0
! s !
exportDensity: None None
densityChargeState: 4 None
currentLogPlotCutoff: 1.0E-12
! m2 !
materialPropertyPlots: 1 None
cumulateBetweenSteps: 1 None
energyMapMonitorStep: -10.0
! s !
particleTrajectoriesNb: 0 None
finalCumulationStartTime: 0.8
! s ! or
! - !
densityLogPlotFlag: 2 None
scCurrentMapMonitorStep: -10.0
! s !
numericsMonitorStep: -100.0
! s !
exportPotential: None None
currentMapMonitorStep: -10.0
! s !
poissonBCParameter2: 0.0
! varies !
tolGradientNl: 1.0E-6
! - !
variableTeGamma: 1.1
! - !
linearPoisson: 0 None
vacuum: 0 None
variableTe: 0 None
variableTeConstant: 1.0
! - !
iterGradient: 1000 None
iterLinearSys: 10000 None
tolLinearSys: 1.0E-8
! - !
iterNewton: 100 None
neutrality: 0 None
poissonBCType: 1 None
poissonBCParameter1: 0.0
! varies !
tolNewton: 0.02
! - !
tolGradient: 1.0E-6
! - !
iterGradientNl: 1000 None
transitionNb: 0 None
transitionFlag1: 0.0 None
transitionFlag2: 0.0 None
transitionType1: BasicEclipseExit None
transitionType2: ConductivityEvolution None
transitionDt1: 0.01
! s !
transitionDt2: 0.01
! s !
sourceTempFactor1.3: 1.0 None
sourceDuration1.1: 0.0
! s !
sourceFlag3: 0.0
! - !
sourceTrajFlag2: 0 None
sourceType1.2: LocalMaxwellSurfDistrib None
sourceSpeedUp1.1: 1.0
! - !
sourceParticleType1: Xe+ None
sourceSpeedUp1.3: 1.0
! - !
sourceType2: MaxwellianThruster None
sourceFlag4: 0.0
! - !
sourceParticleType1.3: electron None
sourceFlag2: 0.0
! - !
sourceDt1.3: -1.0
! s !
sourceType1.3: LocalMaxwellSurfDistrib None
sourceMachFactor1.2: 1.0 None
sourceDuration2: 0.0
! s !
sourceFlag1: 0.0
! - !
sourceType1: LocalMaxwellSurfDistrib None
sourceType1.4: LocalMaxwellSurfDistrib None
sourceFlag1.2: 0.0
! - !
sourceNb1: 0 None
sourceTempFactor1.4: 1.0 None
sourceDuration1.4: 0.0
! s !
sourceNb2: 0 None
sourceDt1.1: -1.0
! s !
sourceDt4: -1.0
! s !
sourceParticleType1.2: electron None
sourceSpeedUp1.4: 1.0
! - !
sourceDuration1.3: 0.0
! s !
sourceMachFactor1.4: 1.0 None
sourceTrajFlag1: 0 None
sourceParticleType2: electron None
sourceCurrentFactor1.4: 1.0 None
sourceNb: 4 None
sourceTempFactor1.1: 1.0 None
sourceNb3: 0 None
sourceParticleType1.4: electron None
sourceFlag1.4: 0.0
! - !
sourceSpeedUp4: 1.0
! - !
sourceTrajFlag4: 0 None
sourceDuration1: 0.0
! s !
sourceDt1.4: -1.0
! s !
sourceMachFactor1.1: 1.0 None
sourceDt3: -1.0
! s !
sourceType1.1: LocalMaxwellSurfDistrib None
sourceDt1: -1.0
! s !
sourceType4: LocalMaxwellSurfDistrib None
sourceSpeedUp1.2: 1.0
! - !
sourceDuration1.2: 0.0
! s !
sourceFlag1.3: 0.0
! - !
sourceParticleType4: In+ None
sourceDuration3: 0.0
! s !
sourceSpeedUp1: 1.0
! - !
sourceSpeedUp3: 1.0
! - !
sourceTempFactor1.2: 1.0 None
sourceDt1.2: -1.0
! s !
sourceTrajFlag3: 0 None
sourceCurrentFactor1.1: 1.0 None
sourceFlag1.1: 0.0
! - !
sourceParticleType1.1: electron None
sourceMachFactor1.3: 1.0 None
sourceDt2: -1.0
! s !
sourceSpeedUp2: 1.0
! - !
sourceCurrentFactor1.3: 1.0 None
sourceCurrentFactor1.2: 1.0 None
sourceDuration4: 0.0
! s !
sourceNb4: 0 None
sourceType3: LocalMaxwellSurfDistrib None
fieldFactor: 1.0
! - !
sourceParticleType3: Cs+ None
outPart1VolInteract2: Xe+ None
inPart2VolInteract2: Xe None
outPop2SpeedUpVolInteract2: 1.0
! - !
parameter1VolInteract2: 0.05
! variable !
outPop1SpeedUpVolInteract2: 1.0
! - !
outPop2DtVolInteract1: -1.0
! s !
outPop1SpeedUpVolInteract1: 1.0
! - !
volInteract2: 0.0 None
volInteract1: 0.0 None
inPart1VolInteract1: Xe+ None
outPop1VolInteractTrajFlag: 0 None
parameter4VolInteract1: 0.0
! variable !
outPart2VolInteract1: Xe None
crossSectionVolInteract2: 1.0e-18
! m2 ! or None
parameter2VolInteract1: 0.1
! variable !
outPop2SpeedUpVolInteract1: 1.0
! - !
outPop1DurationVolInteract2: 0.0
! s !
volInteractType1: CEXInteractor None
outPop2DurationVolInteract2: 0.0
! s !
volInteractType2: CEXInteractor None
parameter3VolInteract2: 0.0
! variable !
parameter4VolInteract2: 0.0
! variable !
inPop1VolInteract1: source1 None
outPop1DtVolInteract2: -1.0
! s !
inPop2VolInteract2: fractionOfFirstPopSource None
outPop2VolInteractTrajFlag: 0 None
inPop2VolInteract1: fractionOfFirstPopSource None
volInteractNb: 2 None
outPop1DtVolInteract1: -1.0
! s !
outPop2DtVolInteract2: -1.0
! s !
outPop2DurationVolInteract1: 0.0
! s !
parameter3VolInteract1: 0.0
! variable !
parameter1VolInteract1: 0.05
! variable !
outPart1VolInteract1: Xe+ None
inPop1VolInteract2: source1 None
inPart2VolInteract1: Xe None
crossSectionVolInteract1: 1.0e-18
! m2 ! or None
inPart1VolInteract2: Xe+ None
outPart2VolInteract2: Xe None
outPop1DurationVolInteract1: 0.0
! s !
parameter2VolInteract2: 0.1
! variable !
Bz: 0.0
! T !
By: 0.0
! T !
Bx: 0.0
! T !
magnetizedPlasmaFlag: 1
! T !
plasmaSpeedUp: 1.0
! - !
simulationDtInit: 1.0E-5
! s !
simulationDtMaxFactor: 200000.0
! s !
dimensionality: 3
! - !
simulationDt: -0.05
! s !
noCurrentScalerFlag: 0 None
fixedDt: 0
! - !
plasmaDt: 1.2E-4
! s !
duration: 1.2
! s !
scenario: Scenario None
plasmaDuration: 2.8E-4
! s !
fixedSimulationDtFlag: 0 None
plasmaUnderRelaxTimeCstt: 0.0
! s !
spisGEO: 0 None
scenarioParameter20: 0.0
! V !
scenarioParameter7: -1
! - !
scenarioParameter6: 0.5
! - !
scenarioParameter8: -1
! - !
scenarioParameter19: 0
! - !
scenarioParameter10: 0
! - !
scenarioParameter9: 0
! - !
scenarioParameter11: 0
! - !
scenarioParameter18: 1.0
! V !
scenarioParameter13: 0
! - !
scenarioParameter5: 1.0E-6
! s !
scenarioParameter12: 0
! - !
scenarioParameter21: 1.0
! V !
scenarioParameter1: 0
! - !
scenarioParameter17: 0.0
! V !
scenarioParameter4: 2.0E-6
! s !
scenarioParameter24: 1.0
! V !
scenarioParameter22: 0
! - !
scenarioParameter30: 1.0
! V !
scenarioParameter28: 0
! - !
scenarioParameter3: 1.0
! V !
scenarioParameter16: 0
! - !
scenarioParameter27: 1.0
! V !
scenarioParameter15: 1.0
! V !
scenarioParameter14: 0.0
! V !
scenarioParameter26: 0.0
! V !
scenarioParameter2: 0.0
! V !
scenarioParameter23: 0.0
! V !
scenarioParameter25: 0
! - !
scenarioParameter29: 0.0
! V !2020-03-10 11:56:08,074 DEBUG BundleController:Project
! CommandLogLevel.java:42 ! Saving SPIS project - null
2020-03-10 11:56:10,026 TRACE BundleController:Global Parameters
! CommandLogLevel.java:39 ! Copy the electrical circuit from Spis model to Spis Num directory - null
2020-03-10 11:56:10,042 DEBUG BundleController:SPIS Model
! CommandLogLevel.java:42 ! Trigger transition - org.spis.ui.transition.global.parameters.next
2020-03-10 11:56:10,043 DEBUG BundleController:UI2NUM
! CommandLogLevel.java:42 ! Invalidate the simulation-related data - null
2020-03-10 11:56:10,043 DEBUG o.k.c.s.i.SCXMLStateMachine
! SCXMLStateMachine.java:230 ! Leaving state: org.spis.ui.global.parameters
2020-03-10 11:56:10,044 TRACE BundleController:Project
! CommandLogLevel.java:39 ! Enable home button - true
2020-03-10 11:56:10,044 TRACE BundleController:Project
! CommandLogLevel.java:39 ! Enable project configuration button - true
2020-03-10 11:56:10,044 TRACE BundleController:Geometry Editor
! CommandLogLevel.java:39 ! Enable the geometry editor button - true
2020-03-10 11:56:10,044 TRACE BundleController:Mesh Editor
! CommandLogLevel.java:39 ! Enable the mesh editor button - true
2020-03-10 11:56:10,044 TRACE BundleController:Group Editor
! CommandLogLevel.java:39 ! Enable the group editor button - true
2020-03-10 11:56:10,045 TRACE BundleController:Electrical circuit
! CommandLogLevel.java:39 ! Enable the mesh editor button - true
2020-03-10 11:56:10,045 TRACE BundleController:Global Parameters
! CommandLogLevel.java:39 ! Enable the global parameters editor button - true
2020-03-10 11:56:10,045 TRACE BundleController:Simulation
! CommandLogLevel.java:39 ! Enable the simulation button - true
2020-03-10 11:56:10,045 TRACE BundleController:Simulation
! CommandLogLevel.java:39 ! Displays the simulation panel - null
2020-03-10 11:56:10,046 DEBUG BundleController:Simulation
! CommandLogLevel.java:42 ! Clean output folders - null
2020-03-10 11:56:10,049 DEBUG BundleController:UI2NUM
! CommandLogLevel.java:42 ! Converting data for numerical kernel - null
2020-03-10 11:56:10,208 DEBUG BundleController:UI2NUM
! CommandLogLevel.java:42 ! NASCAP Materials To SPIS-NUM materials converter - Ordered group list:
Group: FaceGroup / Id: 1000
Type: Spacecraft surface group
Property: ElecNode-00 (Spacecraft ground) / Id:0
Property: ITO coating material properties / Id:110
Property: No device - Spacecraft default-1 / Id:14
Property: Spacecraft default interactions-1 / Id:0
Property: Spacecraft default characteristics-1 / Id:0
Property: Spacecraft default potential-1 / Id:4
Property: No Instrument Support-1 / Id:4
Property: Surface source (deprecated)-1 / Id:0
Property: S/C Misc DO NOT MODIFY / Id:5
Group: FaceGroup / Id: 1001
Type: Spacecraft surface group
Property: ElecNode-01 / Id:3
Property: ITO coating material properties / Id:110
Property: No device - Spacecraft default-2 / Id:14
Property: Spacecraft default interactions-2 / Id:0
Property: Spacecraft default characteristics-2 / Id:0
Property: Spacecraft default potential-2 / Id:4
Property: No Instrument Support-2 / Id:4
Property: Surface source (deprecated)-2 / Id:0
Property: S/C Misc DO NOT MODIFY / Id:5
Group: FaceGroup / Id: 7000
Type: External boundary group
Property: Plasma population BC: Boundary, default-1 / Id:2
Property: Electric field BC: Boundary, default-1 / Id:0
Property: Mesh Model Boundary, default-1 / Id:1
Group: VolumeGroup / Id: 9000
Type: Computational volume group
Property: Plasma Model in Volume, default-1 / Id:1
Property: Mesh Model Volume, default-1 / Id:3
2020-03-10 11:56:10,208 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:303 ! Property ITO coating material properties is of type S/C material
2020-03-10 11:56:10,208 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:312 ! Sub-property ITO coating material properties of id 70 is of type S/C material
2020-03-10 11:56:10,209 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: MPD
2020-03-10 11:56:10,209 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,209 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: RPN2
2020-03-10 11:56:10,209 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,210 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: PEY
2020-03-10 11:56:10,210 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,210 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: SEY
2020-03-10 11:56:10,210 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,210 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: SRE
2020-03-10 11:56:10,210 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,210 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: RPN1
2020-03-10 11:56:10,210 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: DMT
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: RDC
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: BUC
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: MAD
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: PEE
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: RCC
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: RPR2
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,211 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: RPR1
2020-03-10 11:56:10,212 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,212 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: ATN
2020-03-10 11:56:10,212 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,212 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: MAP
2020-03-10 11:56:10,212 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,212 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: MSEY
2020-03-10 11:56:10,212 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,212 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: RCP
2020-03-10 11:56:10,212 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,212 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:174 ! Characteristic Name: IPE
2020-03-10 11:56:10,212 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:176 ! Of type: Double
2020-03-10 11:56:10,213 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:303 ! Property ITO coating material properties is of type S/C material
2020-03-10 11:56:10,213 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:312 ! Sub-property ITO coating material properties of id 70 is of type S/C material
2020-03-10 11:56:10,213 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:326 ! Sorting SpisNum ParamSet…
2020-03-10 11:56:10,213 TRACE o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:340 ! DONE
2020-03-10 11:56:10,213 INFO o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:364 ! MatTypeId is remapped
2020-03-10 11:56:10,217 INFO o.s.u.u.c.NascapMaterialsConverterCommand
! NascapMaterialsConverterCommand.java:364 ! MatTypeIdOnEdge is remapped
2020-03-10 11:56:10,219 DEBUG BundleController:UI2NUM
! CommandLogLevel.java:42 ! Device properties To SPIS-NUM ones converter - Ordered group list:
Group: FaceGroup / Id: 1000
Type: Spacecraft surface group
Property: ElecNode-00 (Spacecraft ground) / Id:0
Property: ITO coating material properties / Id:110
Property: No device - Spacecraft default-1 / Id:14
Property: Spacecraft default interactions-1 / Id:0
Property: Spacecraft default characteristics-1 / Id:0
Property: Spacecraft default potential-1 / Id:4
Property: No Instrument Support-1 / Id:4
Property: Surface source (deprecated)-1 / Id:0
Property: S/C Misc DO NOT MODIFY / Id:5
Group: FaceGroup / Id: 1001
Type: Spacecraft surface group
Property: ElecNode-01 / Id:3
Property: ITO coating material properties / Id:110
Property: No device - Spacecraft default-2 / Id:14
Property: Spacecraft default interactions-2 / Id:0
Property: Spacecraft default characteristics-2 / Id:0
Property: Spacecraft default potential-2 / Id:4
Property: No Instrument Support-2 / Id:4
Property: Surface source (deprecated)-2 / Id:0
Property: S/C Misc DO NOT MODIFY / Id:5
Group: FaceGroup / Id: 7000
Type: External boundary group
Property: Plasma population BC: Boundary, default-1 / Id:2
Property: Electric field BC: Boundary, default-1 / Id:0
Property: Mesh Model Boundary, default-1 / Id:1
Group: VolumeGroup / Id: 9000
Type: Computational volume group
Property: Plasma Model in Volume, default-1 / Id:1
Property: Mesh Model Volume, default-1 / Id:3
2020-03-10 11:56:10,219 TRACE o.s.u.u.c.DevicePropertiesConverterCommand
! DevicePropertiesConverterCommand.java:271 ! Device property 'No device - Spacecraft default-1' of id '14' is of type 'Device property'
2020-03-10 11:56:10,219 TRACE o.s.u.u.c.DevicePropertiesConverterCommand
! DevicePropertiesConverterCommand.java:271 ! Device property 'No device - Spacecraft default-2' of id '14' is of type 'Device property'
2020-03-10 11:56:10,219 TRACE o.s.u.u.c.DevicePropertiesConverterCommand
! DevicePropertiesConverterCommand.java:306 ! Sorting SpisNum ParamSet…
2020-03-10 11:56:10,219 TRACE o.s.u.u.c.DevicePropertiesConverterCommand
! DevicePropertiesConverterCommand.java:320 ! DONE
2020-03-10 11:56:10,223 DEBUG BundleController:UI2NUM
! CommandLogLevel.java:42 ! Converting data for numerical kernel - org.spis.ui.ui2num.command.dto.GenericParamSetDTO@7c8bdfc9
2020-03-10 11:56:11,574 INFO o.s.u.u.c.NumTopFromUICommand
! NumTopFromUICommand.java:142 ! DataField mapping table reset with built-in values.
2020-03-10 11:56:11,581 INFO o.s.u.u.u.Ui2Num
! Ui2Num.java:216 ! XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
2020-03-10 11:56:11,581 INFO o.s.u.u.u.Ui2Num
! Ui2Num.java:217 ! X TEST X
2020-03-10 11:56:11,582 INFO o.s.u.u.u.Ui2Num
! Ui2Num.java:218 ! XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
2020-03-10 11:56:11,640 INFO s.U.i.SpisIO
! SpisIO.java:374 ! EDGE RADIUS LENGTH = 16089
2020-03-10 11:56:11,648 INFO s.U.i.SpisIO
! SpisIO.java:374 ! GRID: Grids constituted of 0 surface triangles with 0 identified pairs of triangles as expected
2020-03-10 11:56:11,677 INFO o.s.u.u.u.Ui2Num
! Ui2Num.java:556 ! No STG found!
2020-03-10 11:56:11,681 INFO s.U.i.SpisIO
! SpisIO.java:374 ! EDGE RADIUS LENGTH = 1857
2020-03-10 11:56:11,681 INFO s.U.i.SpisIO
! SpisIO.java:374 ! GRID: Grids constituted of 0 surface triangles with 0 identified pairs of triangles as expected
2020-03-10 11:56:12,187 INFO o.s.u.u.u.Ui2Num
! Ui2Num.java:383 ! Extracting GlobalParameters…
2020-03-10 11:56:12,190 INFO o.s.u.u.u.Ui2Num
! Ui2Num.java:385 ! DONE
2020-03-10 11:56:12,190 INFO o.s.u.u.u.Ui2Num
! Ui2Num.java:387 ! Building LocalParameters…
2020-03-10 11:56:12,191 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:784 ! Mapping localParameter on volume mesh: BackGroundDens…
2020-03-10 11:56:12,217 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:788 ! Mapped and stored as BackGroundDens
2020-03-10 11:56:12,217 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:784 ! Mapping localParameter on volume mesh: VolInteracFlag…
2020-03-10 11:56:12,232 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:788 ! Mapped and stored as VolInteracFlag
2020-03-10 11:56:12,232 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: SurfFlag found and registered, but excluded from the mapping.
2020-03-10 11:56:12,232 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: Xyz found and registered, but excluded from the mapping.
2020-03-10 11:56:12,232 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: NodeFlag found and registered, but excluded from the mapping.
2020-03-10 11:56:12,232 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: EdgeFlag found and registered, but excluded from the mapping.
2020-03-10 11:56:12,232 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:799 ! Mapping LocalParameter on boundary surface mesh: IncomPart…
2020-03-10 11:56:12,233 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:802 ! Mapped and stored as IncomPart
2020-03-10 11:56:12,233 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:799 ! Mapping LocalParameter on boundary surface mesh: OutgoPart…
2020-03-10 11:56:12,234 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:802 ! Mapped and stored as OutgoPart
2020-03-10 11:56:12,234 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:799 ! Mapping LocalParameter on boundary surface mesh: BdDiriFlag…
2020-03-10 11:56:12,234 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:802 ! Mapped and stored as BdDiriFlag
2020-03-10 11:56:12,234 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:799 ! Mapping LocalParameter on boundary surface mesh: BdDiriPot…
2020-03-10 11:56:12,235 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:802 ! Mapped and stored as BdDiriPot
2020-03-10 11:56:12,235 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:799 ! Mapping LocalParameter on boundary surface mesh: BdFourAlpha…
2020-03-10 11:56:12,236 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:802 ! Mapped and stored as BdFourAlpha
2020-03-10 11:56:12,236 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:799 ! Mapping LocalParameter on boundary surface mesh: BdFourValue…
2020-03-10 11:56:12,236 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:802 ! Mapped and stored as BdFourValue
2020-03-10 11:56:12,236 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: NodeFlagBd found and registered, but excluded from the mapping.
2020-03-10 11:56:12,236 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:799 ! Mapping LocalParameter on boundary surface mesh: BdFourFlag…
2020-03-10 11:56:12,237 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:802 ! Mapped and stored as BdFourFlag
2020-03-10 11:56:12,237 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: EdgeFlagBd found and registered, but excluded from the mapping.
2020-03-10 11:56:12,237 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: XyzBd found and registered, but excluded from the mapping.
2020-03-10 11:56:12,237 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: SurfFlagBd found and registered, but excluded from the mapping.
2020-03-10 11:56:12,237 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ElecNodeId…
2020-03-10 11:56:12,239 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ElecNodeId
2020-03-10 11:56:12,239 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatModelId…
2020-03-10 11:56:12,241 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatModelId
2020-03-10 11:56:12,241 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatModelIdOnEdge…
2020-03-10 11:56:12,245 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatModelIdOnEdge
2020-03-10 11:56:12,246 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: MatTypeId found and registered, but excluded from the mapping.
2020-03-10 11:56:12,246 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: MatTypeIdOnEdge found and registered, but excluded from the mapping.
2020-03-10 11:56:12,246 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: DeviceSurfFlag found and registered, but excluded from the mapping.
2020-03-10 11:56:12,246 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: DeviceTypeId found and registered, but excluded from the mapping.
2020-03-10 11:56:12,246 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: IndConduct…
2020-03-10 11:56:12,247 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as IndConduct
2020-03-10 11:56:12,247 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ImposedEmittedCurrentFlag…
2020-03-10 11:56:12,248 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ImposedEmittedCurrentFlag
2020-03-10 11:56:12,249 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ElecSecEmis…
2020-03-10 11:56:12,250 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ElecSecEmis
2020-03-10 11:56:12,250 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: PhotoEmis…
2020-03-10 11:56:12,251 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as PhotoEmis
2020-03-10 11:56:12,251 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ImposedCollectedCurrentFlag…
2020-03-10 11:56:12,252 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ImposedCollectedCurrentFlag
2020-03-10 11:56:12,252 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ImposedCollectedCurrentDensity…
2020-03-10 11:56:12,254 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ImposedCollectedCurrentDensity
2020-03-10 11:56:12,254 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: VolConduct…
2020-03-10 11:56:12,255 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as VolConduct
2020-03-10 11:56:12,255 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SurfConduct…
2020-03-10 11:56:12,256 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SurfConduct
2020-03-10 11:56:12,256 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ProtSecEmis…
2020-03-10 11:56:12,258 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ProtSecEmis
2020-03-10 11:56:12,258 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ImposedEmittedCurrentDensity…
2020-03-10 11:56:12,259 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ImposedEmittedCurrentDensity
2020-03-10 11:56:12,259 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SurfThicknessS…
2020-03-10 11:56:12,260 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SurfThicknessS
2020-03-10 11:56:12,261 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: Temperature…
2020-03-10 11:56:12,262 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as Temperature
2020-03-10 11:56:12,262 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatThickness…
2020-03-10 11:56:12,263 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatThickness
2020-03-10 11:56:12,264 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SunFlux…
2020-03-10 11:56:12,265 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SunFlux
2020-03-10 11:56:12,265 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SCDiriPot…
2020-03-10 11:56:12,266 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SCDiriPot
2020-03-10 11:56:12,266 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SCDiriPotSurf…
2020-03-10 11:56:12,267 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SCDiriPotSurf
2020-03-10 11:56:12,267 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: InstrumentSupport…
2020-03-10 11:56:12,269 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as InstrumentSupport
2020-03-10 11:56:12,269 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SourceCurrent…
2020-03-10 11:56:12,270 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SourceCurrent
2020-03-10 11:56:12,270 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SourceId…
2020-03-10 11:56:12,272 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SourceId
2020-03-10 11:56:12,272 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SourceMach…
2020-03-10 11:56:12,273 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SourceMach
2020-03-10 11:56:12,273 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SourceTemp…
2020-03-10 11:56:12,274 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SourceTemp
2020-03-10 11:56:12,275 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SourceMachOnWire…
2020-03-10 11:56:12,277 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SourceMachOnWire
2020-03-10 11:56:12,278 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: EdgeElecNodeId…
2020-03-10 11:56:12,280 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as EdgeElecNodeId
2020-03-10 11:56:12,280 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ImposedCollectedCurrentDensityOnWire…
2020-03-10 11:56:12,283 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ImposedCollectedCurrentDensityOnWire
2020-03-10 11:56:12,283 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: PhotoEmisOnWire…
2020-03-10 11:56:12,286 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as PhotoEmisOnWire
2020-03-10 11:56:12,286 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ProtSecEmisOnWire…
2020-03-10 11:56:12,289 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ProtSecEmisOnWire
2020-03-10 11:56:12,289 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SourceIdOnWire…
2020-03-10 11:56:12,292 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SourceIdOnWire
2020-03-10 11:56:12,292 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: EdgeRadiusS…
2020-03-10 11:56:12,295 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as EdgeRadiusS
2020-03-10 11:56:12,295 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SCFourFlag…
2020-03-10 11:56:12,296 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SCFourFlag
2020-03-10 11:56:12,296 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SCDiriFlag…
2020-03-10 11:56:12,297 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SCDiriFlag
2020-03-10 11:56:12,297 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: XyzS found and registered, but excluded from the mapping.
2020-03-10 11:56:12,298 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ImposedEmittedCurrentFlagOnWire…
2020-03-10 11:56:12,300 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ImposedEmittedCurrentFlagOnWire
2020-03-10 11:56:12,301 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SCFourAlpha…
2020-03-10 11:56:12,302 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SCFourAlpha
2020-03-10 11:56:12,302 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SCFourValue…
2020-03-10 11:56:12,303 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SCFourValue
2020-03-10 11:56:12,303 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SourceTempOnWire…
2020-03-10 11:56:12,306 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SourceTempOnWire
2020-03-10 11:56:12,306 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: EdgeFlagS found and registered, but excluded from the mapping.
2020-03-10 11:56:12,306 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ElecSecEmisOnWire…
2020-03-10 11:56:12,309 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ElecSecEmisOnWire
2020-03-10 11:56:12,309 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SunFluxOnWire…
2020-03-10 11:56:12,312 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SunFluxOnWire
2020-03-10 11:56:12,313 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: SurfFlagS found and registered, but excluded from the mapping.
2020-03-10 11:56:12,313 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SCDiriPotEdge…
2020-03-10 11:56:12,316 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SCDiriPotEdge
2020-03-10 11:56:12,316 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ImposedEmittedCurrentDensityOnWire…
2020-03-10 11:56:12,320 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ImposedEmittedCurrentDensityOnWire
2020-03-10 11:56:12,320 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: SourceIdOnWire…
2020-03-10 11:56:12,324 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as SourceIdOnWire
2020-03-10 11:56:12,324 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:811 ! DataField: NodeFlags found and registered, but excluded from the mapping.
2020-03-10 11:56:12,324 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: ImposedCollectedCurrentFlagOnWire…
2020-03-10 11:56:12,327 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as ImposedCollectedCurrentFlagOnWire
2020-03-10 11:56:12,328 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeId…
2020-03-10 11:56:12,329 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeId
2020-03-10 11:56:12,329 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeIdOnEdge…
2020-03-10 11:56:13,010 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeIdOnEdge
2020-03-10 11:56:13,011 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceSurfFlagForNum…
2020-03-10 11:56:13,012 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceSurfFlagForNum
2020-03-10 11:56:13,012 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceTypeIdForNum…
2020-03-10 11:56:13,013 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceTypeIdForNum
2020-03-10 11:56:13,013 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeId…
2020-03-10 11:56:13,014 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeId
2020-03-10 11:56:13,014 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeIdOnEdge…
2020-03-10 11:56:13,015 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeIdOnEdge
2020-03-10 11:56:13,015 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceSurfFlagForNum…
2020-03-10 11:56:13,016 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceSurfFlagForNum
2020-03-10 11:56:13,016 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceTypeIdForNum…
2020-03-10 11:56:13,017 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceTypeIdForNum
2020-03-10 11:56:13,017 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeId…
2020-03-10 11:56:13,018 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeId
2020-03-10 11:56:13,018 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeIdOnEdge…
2020-03-10 11:56:13,020 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeIdOnEdge
2020-03-10 11:56:13,020 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceSurfFlagForNum…
2020-03-10 11:56:13,021 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceSurfFlagForNum
2020-03-10 11:56:13,021 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceTypeIdForNum…
2020-03-10 11:56:13,022 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceTypeIdForNum
2020-03-10 11:56:13,022 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeId…
2020-03-10 11:56:13,023 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeId
2020-03-10 11:56:13,023 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeIdOnEdge…
2020-03-10 11:56:13,025 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeIdOnEdge
2020-03-10 11:56:13,025 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceSurfFlagForNum…
2020-03-10 11:56:13,026 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceSurfFlagForNum
2020-03-10 11:56:13,026 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceTypeIdForNum…
2020-03-10 11:56:13,027 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceTypeIdForNum
2020-03-10 11:56:13,027 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeId…
2020-03-10 11:56:13,028 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeId
2020-03-10 11:56:13,028 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeIdOnEdge…
2020-03-10 11:56:13,029 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeIdOnEdge
2020-03-10 11:56:13,030 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceSurfFlagForNum…
2020-03-10 11:56:13,030 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceSurfFlagForNum
2020-03-10 11:56:13,030 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceTypeIdForNum…
2020-03-10 11:56:13,031 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceTypeIdForNum
2020-03-10 11:56:13,031 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeId…
2020-03-10 11:56:13,032 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeId
2020-03-10 11:56:13,032 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: MatTypeIdOnEdge…
2020-03-10 11:56:13,034 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as MatTypeIdOnEdge
2020-03-10 11:56:13,034 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceSurfFlagForNum…
2020-03-10 11:56:13,035 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceSurfFlagForNum
2020-03-10 11:56:13,035 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:791 ! Mapping LocalParameter on S/C surface mesh: DeviceTypeIdForNum…
2020-03-10 11:56:13,036 TRACE o.s.u.u.u.Ui2Num
! Ui2Num.java:794 ! Mapped and stored as DeviceTypeIdForNum
2020-03-10 11:56:13,054 INFO o.s.u.u.u.Ui2Num
! Ui2Num.java:390 ! DONE
2020-03-10 11:56:13,060 INFO o.s.u.u.u.Ui2Num
! Ui2Num.java:401 ! No STG attributed to VolMesh
2020-03-10 11:56:13,060 INFO o.s.u.u.u.Ui2Num
! Ui2Num.java:408 ! Computing devices axis (if any) …
2020-03-10 11:56:13,061 DEBUG BundleController:UI2NUM
! CommandLogLevel.java:42 ! Converting data for numerical kernel - null
2020-03-10 11:56:13,064 INFO o.s.u.u.u.Ui2Num
! Ui2Num.java:441 ! DONE
2020-03-10 11:56:13,085 INFO s.U.i.SpisIO
! SpisIO.java:374 ! opening log file for SPIS/NUM: /mnt/brain/Brain/SPIS-Simuleringar/DFtest.spis5/DefaultStudy/Simulations/Run1/NumKernel/Output/SpisNum.log
2020-03-10 11:56:13,371 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Default output path for SPIS/NUM set to /mnt/brain/Brain/SPIS-Simuleringar/DFtest.spis5/DefaultStudy/Simulations/Run1/NumKernel/Output/
2020-03-10 11:56:13,372 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Default input path for SPIS/NUM set to /mnt/brain/Brain/SPIS-Simuleringar/DFtest.spis5/DefaultStudy/Simulations/Run1/NumKernel/Input/
2020-03-10 11:56:13,373 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Serialising object of type [Lspis.Top.Default.GlobalParameter; in file /mnt/brain/Brain/SPIS-Simuleringar/DFtest.spis5/DefaultStudy/Simulations/Run1/NumKernel/Output/globalParOut.gp
2020-03-10 11:56:13,426 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Serialising object of type [Lspis.Top.Default.LocalParameter; in file /mnt/brain/Brain/SPIS-Simuleringar/DFtest.spis5/DefaultStudy/Simulations/Run1/NumKernel/Output/localParOut.lp
2020-03-10 11:56:18,192 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Serialising object of type [Lspis.Surf.Material.GenericParamSet; in file /mnt/brain/Brain/SPIS-Simuleringar/DFtest.spis5/DefaultStudy/Simulations/Run1/NumKernel/Output/genericParamSetsOut.gps
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Starting building simulation from UI parameters, SPIS-NUM-CORE svn version 1242
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 0 is BackGroundDens
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 1 is VolInteracFlag
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 2 is IncomPart
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 3 is OutgoPart
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 4 is BdDiriFlag
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 5 is BdDiriPot
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 6 is BdFourAlpha
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 7 is BdFourValue
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 8 is BdFourFlag
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 9 is ElecNodeId
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 10 is MatModelId
2020-03-10 11:56:18,207 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 11 is MatModelIdOnEdge
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 12 is IndConduct
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 13 is ImposedEmittedCurrentFlag
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 14 is ElecSecEmis
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 15 is PhotoEmis
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 16 is ImposedCollectedCurrentFlag
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 17 is ImposedCollectedCurrentDensity
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 18 is VolConduct
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 19 is SurfConduct
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 20 is ProtSecEmis
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 21 is ImposedEmittedCurrentDensity
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 22 is SurfThicknessS
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 23 is Temperature
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 24 is MatThickness
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 25 is SunFlux
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 26 is SCDiriPot
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 27 is SCDiriPotSurf
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 28 is InstrumentSupport
2020-03-10 11:56:18,208 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 29 is SourceCurrent
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 30 is SourceId
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 31 is SourceMach
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 32 is SourceTemp
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 33 is SourceMachOnWire
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 34 is EdgeElecNodeId
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 35 is ImposedCollectedCurrentDensityOnWire
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 36 is PhotoEmisOnWire
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 37 is ProtSecEmisOnWire
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 38 is SourceIdOnWire
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 39 is EdgeRadiusS
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 40 is SCFourFlag
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 41 is SCDiriFlag
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 42 is ImposedEmittedCurrentFlagOnWire
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 43 is SCFourAlpha
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 44 is SCFourValue
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 45 is SourceTempOnWire
2020-03-10 11:56:18,209 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 46 is ElecSecEmisOnWire
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 47 is SunFluxOnWire
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 48 is SCDiriPotEdge
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 49 is ImposedEmittedCurrentDensityOnWire
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 50 is SourceIdOnWire
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 51 is ImposedCollectedCurrentFlagOnWire
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 52 is MatTypeId
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 53 is MatTypeIdOnEdge
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 54 is DeviceSurfFlagForNum
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 55 is DeviceTypeIdForNum
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 56 is MatTypeId
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 57 is MatTypeIdOnEdge
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 58 is DeviceSurfFlagForNum
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 59 is DeviceTypeIdForNum
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 60 is MatTypeId
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 61 is MatTypeIdOnEdge
2020-03-10 11:56:18,210 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 62 is DeviceSurfFlagForNum
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 63 is DeviceTypeIdForNum
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 64 is MatTypeId
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 65 is MatTypeIdOnEdge
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 66 is DeviceSurfFlagForNum
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 67 is DeviceTypeIdForNum
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 68 is MatTypeId
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 69 is MatTypeIdOnEdge
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 70 is DeviceSurfFlagForNum
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 71 is DeviceTypeIdForNum
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 72 is MatTypeId
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 73 is MatTypeIdOnEdge
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 74 is DeviceSurfFlagForNum
2020-03-10 11:56:18,211 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Local parameter Id 75 is DeviceTypeIdForNum
2020-03-10 11:56:18,372 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Number of non linear vertices: 0
2020-03-10 11:56:19,117 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Population ions1
> spacecraft velocity included in population velocity in SC reference frame
2020-03-10 11:56:19,127 INFO s.U.i.SpisIO ! SpisIO.java:374 ! Number of non uniform cells:0
2020-03-10 11:56:19,204 INFO s.U.i.SpisIO ! SpisIO.java:374 ! Number of threads runs in parallel for particle pushing: 8
2020-03-10 11:56:19,682 INFO s.U.i.SpisIO ! SpisIO.java:374 ! Population of ions1 successfully created (type spis.Vol.VolDistrib.PICVolDistrib)
2020-03-10 11:56:19,682 INFO s.U.i.SpisIO ! SpisIO.java:374 ! Population of elec1 not created because its density was defined as 0
2020-03-10 11:56:19,682 INFO s.U.i.SpisIO ! SpisIO.java:374 ! Population of ions2 not created because its density was defined as 0
2020-03-10 11:56:19,682 INFO s.U.i.SpisIO ! SpisIO.java:374 ! Population of elec2 not created because its density was defined as 0
2020-03-10 11:56:19,682 INFO s.U.i.SpisIO ! SpisIO.java:374 ! Population pop1 > spacecraft velocity included in population velocity in SC reference frame
2020-03-10 11:56:19,683 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Population pop1 --> spacecraft velocity included in population velocity in SC reference frame
2020-03-10 11:56:19,685 INFO s.U.i.SpisIO
! SpisIO.java:374 ! Polar mode only for an isotropic distribution function
2020-03-10 11:56:19,689 ERROR o.s.u.u.c.NumTopFromUICommand
! NumTopFromUICommand.java:226 ! Error in UI2NUM
spis.Util.Exception.SpisRuntimeException: Unsupported type of value (Integer, Float, Double, FloatScalTable
IsotropicBiMaxwellianDF initialisation bug,XyzDataRect, or String only): spis.Util.Phys.DimScal, for parameter pop1RatioJ1overJ2
at spis.Top.Default.GlobalParameter.init(GlobalParameter.java:89) ~
! org-spis-num-core-6.0.2.jar:6.0.2 !
at spis.Top.Default.GlobalParameter.<init>(GlobalParameter.java:70) ~
! org-spis-num-core-6.0.2.jar:6.0.2 !
at spis.Util.DistribFunc.IsotropicBiMaxwellianDF.<init>(IsotropicBiMaxwellianDF.java:53) ~
! na:na !
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~
! na:1.8.0_202 !
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~
! na:1.8.0_202 !
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~
! na:1.8.0_202 !
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~
! na:1.8.0_202 !
at spis.Util.io.Introspection.getUIDefinedInstance(Introspection.java:160) ~
! na:na !
at spis.Vol.VolDistrib.PICVolDistrib.initFromUIParams(PICVolDistrib.java:497) ~
! na:na !
at spis.Vol.VolDistrib.PICVolDistrib.<init>(PICVolDistrib.java:342) ~
! na:na !
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~
! na:1.8.0_202 !
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~
! na:1.8.0_202 !
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~
! na:1.8.0_202 !
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~
! na:1.8.0_202 !
at spis.Util.io.Introspection.getUIDefinedInstance(Introspection.java:160) ~
! na:na !
at spis.Top.Plasma.ExtendedEnvironment.buildNewExtPop(ExtendedEnvironment.java:151) ~
! na:na !
at spis.Top.Plasma.ExtendedEnvironment.<init>(ExtendedEnvironment.java:108) ~
! na:na !
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~
! na:1.8.0_202 !
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~
! na:1.8.0_202 !
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~
! na:1.8.0_202 !
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~
! na:1.8.0_202 !
at spis.Util.io.Introspection.getUIDefinedInstance(Introspection.java:160) ~
! na:na !
at spis.Top.Simulation.SimulationFromUIParams.initEnvironmentFromUI(SimulationFromUIParams.java:4462) ~
! org-spis-num-core-6.0.2.jar:6.0.2 !
at spis.Top.Simulation.SimulationFromUIParams.initEfieldFromUI(SimulationFromUIParams.java:1205) ~
! org-spis-num-core-6.0.2.jar:6.0.2 !
at spis.Top.Simulation.SimulationFromUIParams.init(SimulationFromUIParams.java:465) ~
! org-spis-num-core-6.0.2.jar:6.0.2 !
at spis.Top.Simulation.SimulationFromUIParams.<init>(SimulationFromUIParams.java:371) ~
! org-spis-num-core-6.0.2.jar:6.0.2 !
at spis.Top.Top.Scenario.<init>(Scenario.java:142) ~
! na:na !
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~
! na:1.8.0_202 !
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~
! na:1.8.0_202 !
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~
! na:1.8.0_202 !
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~
! na:1.8.0_202 !
at spis.Util.io.Introspection.getUIDefinedInstance(Introspection.java:160) ~
! na:na !
at spis.Top.Top.NumTopFromUI.<init>(NumTopFromUI.java:135) ~
! na:na !
at spis.Top.Top.NumTopFromUI.<init>(NumTopFromUI.java:104) ~
! na:na !
at org.spis.ui.spis.num.numerical.core.implementation.NumericalCore.<init>(NumericalCore.java:95) ~
! org-spis-ui-spis-num-numerical-core-implementation-6.0.4.jar:6.0.4 !
at org.spis.ui.ui2num.util.Ui2Num.buildNumTopFromUI(Ui2Num.java:455) ~
! org-spis-ui-ui2num-6.0.4.jar:6.0.4 !
at org.spis.ui.ui2num.command.NumTopFromUICommand.run(NumTopFromUICommand.java:170)
! org-spis-ui-ui2num-6.0.4.jar:6.0.4 !
at org.spis.ui.ui2num.command.NumTopFromUICommand.run(NumTopFromUICommand.java:54)
! org-spis-ui-ui2num-6.0.4.jar:6.0.4 !
at org.keridwen.core.messaging.AbstractCommand.execute(AbstractCommand.java:208)
! org-keridwen-core-messaging-3.0.10.jar:na !
at org.keridwen.core.messaging.DefaultBundleController$CallableCommand.call(DefaultBundleController.java:267)
! org-keridwen-core-messaging-3.0.10.jar:na !
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
! na:1.8.0_202 !
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
! na:1.8.0_202 !
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
! na:1.8.0_202 !
at java.lang.Thread.run(Thread.java:748)
! na:1.8.0_202 !
2020-03-10 12:02:33,482 DEBUG BundleController:SPIS Model
! CommandLogLevel.java:42 ! Change model state - org.spis.ui.simulation
Wiki Syntax
Simple text filters
Mnemonic | Rendering | Comment |
---|
1 Title | | a style 1 heading (major heading) |
1.1 Title | | a style 1.1 heading (minor heading) |
- text | | a list item (with -), several lines create a single list |
* text | | a list item (with *) |
1. text | | an enumerated list |
__bold__ | bold | simple bold text |
~~italics~~ | italics | simple italic text |
--strike-- | strike | strike through text |
(empty line) | | produces a new paragraph |
\\
| | creates a line break, please use sparingly! |
[/documentation] or [../documentation] or [/documentation|Doc] | Like a standard link | internal link to another document |
http://www.libresource.org/ | http://www.libresource.org/ | creates a link to an external resource, special characters that come after the URL and are not part of it must be separated with a space. |
\X | X | escape special character X (i.e. {) |
---- | | creates a horizontal rule |
Macros List
Macro syntaxe: {macroName:key1=param1|key2=param2|...}
Macro | Description | Parameters |
---|
api | Generates links to Java or Ruby API documentation. | 1: class name, e.g. java.lang.Object or java.lang.Object@Java131 2: mode, e.g. Java12, Ruby, defaults to Java (optional)
|
asin | Generates links to DVD/CD dealers or comparison services. Configuration is read from conf/asinservices.txt | 1: asin number
|
blink | Blink a text. | the text
|
bookmarks | Display the user bookmarks. | none |
box | Create a box in order to change the basic disposition. | 1. the box title (optional) 2. the floating behaviour (left or right) (optional) 3. the height of the box (px,%) (optional) 4. the width of the box (px,%) (optional)
|
children | Display the current children list. | 1. uri= ...(optional) where you list the resources, the default uri is the current 2. groupby=… (optional) to group resources.The following value are available : type or owner or uri or creation or update or name 3. sort=… (optional) to sort resources. The values available are : type or owner or uri or creation or update or name 4. creation=...(optional) allows you to filter on the creation date. The values available are: Date (dd/MM/yyyy) or '+'/'-'/'!' followed by a Date(dd/MM/yyyy): allows to keep superior/inferior/exclude date 5. update=...(optional) allows you to filter on the modification date. The values available are: Date (dd/MM/yyyy) or '+'/'-'/'!' followed by a Date(dd/MM/yyyy): allows to keep superior/inferior/exclude date 6. type=...(optional) :allows you to filter resources with its type. The values available are : Project, Template, Timeline, Page, Repository, File, Forum, Thread, Message, Group, Synchronizer, BugTracker, Issue, Site, Survey, Form, DropBox 7. owner=...(optional):allows you to show only resources belonging to one user or many users. 8. limit=...(optional): allows you to limit the displayed resources 9. depth=...(optional): allows you to fix the depth of listed ressources 10. view=...(optional): to fix the view of displayed resources. The view available are : flat (default view) or count(to display the number of listed ressources) or tree(display resource following tree viewer)
|
code | Displays a chunk of code with syntax highlighting, for example Java, XML and SQL. The none type will do nothing and is useful for unknown code types. | 1: syntax highlighter to use, defaults to java (optional)
|
hello | Say hello example macro. | 1: name to print
|
html | By pass wiki engine to allow HTML code in content | the html block
|
api-docs | Displays a list of known online API documentations and mappings. | none |
file-path | Displays a file system path. The file path should use slashes. Defaults to windows. | 1: file path
|
image | Display an image. | 1. the image URI 2. align (right ,left or center) (optional) 3. width (optional) 4. height (optional)
|
inter-wiki | Displays a list of known InterWiki mappings. | none
|
isbn | Generates links to book dealers or comparison services. Configuration is read from conf/bookservices.txt. | 1: isbn number
|
link | Generate a weblink. | unexplained, lazy programmer, probably
|
list-of-macros | Displays a list of available macros. | unexplained, lazy programmer, probably
|
loginBox | Display a login box. | none |
mailto | Displays an email address. | 1: mail address
|
menu | Include the menu of the specified URI | 1. The uri for the menu to be include
|
news | Display a message thread as news. | 1. the thread URI 2. Max (optional)
|
pre | Allow rigid text style. (Keep text formating) | none |
printField | Display a node forms fields values. | 1. (uri=) The uri on which you want to get the form value (Optional, by default=.) 2. (print=) Print or not the field label and the field value (Optional, by default=label, value, edit) 3. (field=) Print or not the specified field (Optional, by default will print all)
|
quote | Display quotations. | 1: source (optional) 2: displayed description, default is Source (optional)
|
quoteMessage | Quote a message in another message by referencing only the message URI. | 1. The message URI to quote.
|
resource | Include the view of a LibreSource resource. | 1. the uri of the resource (mandatory) 2. the view (optional) 3. the action (optional) 4. noaction (optional)
|
rfc | Generates links to RFCs. | unexplained, lazy programmer, probably
|
rss | Include an RSS feed. | 1. the url of the rss feed (mandatory)
|
searchBox | Display a search box. | 1. the URI pattern
|
subProjects | Display the current subProjects list. | none |
summary | Create the summary of a wiki page. | 1. the page URI (optional)
|
survey | Display results of a survey. | the survey URI
|
table | Displays a table. | none |
tableForm | Display a table listing form results. | 1. (uri=) The uri on which you want to get the form value (Optional, by default use the local path) 2. (print=) Print additinal features such as a link to the data (goLink) or a link to get a CSV file (csvExport) (Optional, by default print all) 3. (field=) The list of field to show (Optional by default all)
|
timeline | Display the first items of a timeline. | 1. the timeline URI 2. Max items (optional)
|
user | Generate a link to the current user page, according 'action'. | 1. the action (optional) 2. the link label (optional)
|
workspaces | Display the user workspaces. | none |
xref | Generates links to Java Xref source code. | 1: class name, e.g. java.lang.Object or java.lang.Object@Nanning 2: line number (optional)
|
Smiley
| | | | | | | | | | | | | |
---|
:-) | :-( | ;-) | :-P | :-D | :-[ | :-/ | :-* | >:o | 8-) | :-$ | :-! | :'( | :-X =-O |