Skip to content

Commit

Permalink
Merge pull request ComputationalRadiationPhysics#92 from Computationa…
Browse files Browse the repository at this point in the history
…lRadiationPhysics/update_default_setup_LWFA_STII_0.4.1

update setup to what is actually running right now
  • Loading branch information
steindev authored Nov 8, 2018
2 parents b430416 + 1d2f0fe commit 5b64346
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions share/picongpu/examples/LWFA_STII/etc/picongpu/LWFA.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ TBG_sumEnergy="--fields_energy.period 100 \
# Data is dumped every .period steps to the fileset .file.
TBG_HDF5="--hdf5.period 5000 --hdf5.file simData --hdf5.source 'species_all,fields_all' "

TBG_HDF5_beta="--hdf5.period 20000:30000:500,30000:40000:1000 --hdf5.file simData_beta --hdf5.source 'en_all' "

TBG_radiation_He=" "
#"--e_radiation.period 1 --e_radiation.dump 100 --e_radiation.totalRadiation --e_radiation.lastRadiation"
TBG_radiation_N=" "
Expand All @@ -134,6 +136,7 @@ TBG_plugins="!TBG_E_pngYX \
!TGB_enPSxpy \
!TGB_enPSzpy \
!TBG_HDF5 \
!TBG_HDF5_beta \
!TBG_sumEnergy \
!TBG_radiation_He \
!TBG_radiation_N \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace picongpu
* example: using CICShape = particles::shapes::CIC;
*/
#ifndef PARAM_PARTICLESHAPE
#define PARAM_PARTICLESHAPE PCS
#define PARAM_PARTICLESHAPE TSC
#endif
using UsedParticleShape = particles::shapes::PARAM_PARTICLESHAPE;

Expand All @@ -59,7 +59,7 @@ using UsedField2Particle = FieldToParticleInterpolation< UsedParticleShape, Assi
* - currentSolver::ZigZag<SHAPE> : particle shapes - CIC, TSC, PCS, P4S (1st to 4th order)
*/
#ifndef PARAM_CURRENTSOLVER
#define PARAM_CURRENTSOLVER ZigZag
#define PARAM_CURRENTSOLVER Esirkepov
#endif
using UsedParticleCurrentSolver = currentSolver::PARAM_CURRENTSOLVER< UsedParticleShape >;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace picongpu
using DefaultParticleAttributes = MakeSeq_t<
position<position_pic>,
momentum,
momentum_Prev1,
momentumPrev1,
weighting
>;

Expand Down

0 comments on commit 5b64346

Please sign in to comment.