Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Aug 3, 2015
1 parent a1671a6 commit 8591422
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ distribute-*.tar.gz

# Mac OSX
.DS_Store

# pycharm project files
.idea
8 changes: 8 additions & 0 deletions tardis/plasma/properties/property_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,27 @@ class PlasmaPropertyCollection(list):
TimeExplosion, AtomicData, JBlues, DilutionFactor, LinkTRadTElectron,
RadiationFieldCorrectionInput, NLTESpecies, PreviousBetaSobolevs,
PreviousElectronDensities])

basic_properties = PlasmaPropertyCollection([BetaRadiation,
Levels, Lines, AtomicMass, LevelPopulation, PartitionFunction,
GElectron, IonizationData, NumberDensity, LinesLowerLevelIndex,
LinesUpperLevelIndex, TauSobolev, LevelNumberDensity, IonNumberDensity,
StimulatedEmissionFactor, SelectedAtoms, PhiGeneral])

lte_ionization_properties = PlasmaPropertyCollection([PhiSahaLTE])

lte_excitation_properties = PlasmaPropertyCollection([LevelBoltzmannFactorLTE])

macro_atom_properties = PlasmaPropertyCollection([BetaSobolev,
TransitionProbabilities])

nebular_ionization_properties = PlasmaPropertyCollection([PhiSahaNebular,
ZetaData, ElectronTemperature, BetaElectron, RadiationFieldCorrection])

dilute_lte_excitation_properties = PlasmaPropertyCollection([
LevelBoltzmannFactorDiluteLTE])

non_nlte_properties = PlasmaPropertyCollection([LevelBoltzmannFactorNoNLTE])

nlte_properties = PlasmaPropertyCollection([
LevelBoltzmannFactorNLTE, NLTEData, NLTESpecies, LTEJBlues])

0 comments on commit 8591422

Please sign in to comment.