Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/entities.js

    r318 r308  
    136136    },
    137137    {
    138         id        : "natural_linewidth_wl",
    139         name      : "Natural linewidth (wl)",
    140         dimension : "length",
    141         nspecies  : 0,
    142         section   : "spectroscopy",
    143         formula   : "this.plasma.dE2dWl(this.plasma.r.getNaturalWidth())"
    144     },
    145     {
    146138        id        : "Fine_structure",
    147139        name      : "Fine structure",
     
    153145    },
    154146    {
    155         id        : "Fine_structure_wl",
    156         name      : "Fine structure (wl)",
    157         dimension : "length",
    158         nspecies  : 0,
    159         section   : "spectroscopy",
    160         formula   : "this.plasma.dE2dWl(this.plasma.r.getFineStructure())",
    161         wikiLink  : "Fine_structure"
    162     },
    163     {
    164147        id        : "doppler_fwhm",
    165148        name      : "Doppler FWHM",
     
    171154    },
    172155    {
    173         id        : "doppler_fwhm_wl",
    174         name      : "Doppler FWHM (wl)",
    175         dimension : "length",
    176         nspecies  : 0,
    177         section   : "spectroscopy",
    178         formula   : "this.plasma.dE2dWl(2*this.plasma.r.getDopplerHwhm())",
    179         wikiLink  : "Doppler_broadening"
    180     },
    181     {
    182156        id        : "zeeman_splitting",
    183157        name      : "Zeeman splitting",
     
    188162    },
    189163    {
    190         id        : "zeeman_splitting_wl",
    191         name      : "Zeeman splitting (wl)",
    192         dimension : "length",
    193         nspecies  : 0,
    194         section   : "spectroscopy",
    195         formula   : "this.plasma.dE2dWl(2*this.plasma.getZeemanSplitting())"
    196     },
    197     {
    198164        id        : "total_stark_fwhm",
    199165        name      : "Total Stark FWHM",
     
    204170    },
    205171    {
    206         id        : "total_stark_fwhm_wl",
    207         name      : "Total Stark FWHM (wl)",
    208         dimension : "length",
    209         nspecies  : 0,
    210         section   : "spectroscopy",
    211         formula   : "this.plasma.dE2dWl(2*this.plasma.getStarkHwhm())"
    212     },
    213     {
    214172        id        : "stark_fwhm",
    215173        name      : "Stark FWHM",
     
    265223        formula   : "this.plasma.getFermiEnergy()",
    266224        wikiLink  : "Fermi_energy"
    267     },
    268     {
    269         id        : "fermi_velocity",
    270         name      : "Fermi velocity",
    271         dimension : "velocity",
    272         nspecies  : 0,
    273         section   : "fundamental",
    274         formula   : "this.plasma.getFermiVelocity()",
    275         wikiLink  : "Fermi_velocity"
    276     },
    277     {
    278         id        : "fermi_length",
    279         name      : "Fermi screening length",
    280         dimension : "length",
    281         nspecies  : 0,
    282         section   : "fundamental",
    283         formula   : "this.plasma.getFermiLength()",
    284         wikiLink  : "Electric-field_screening"
    285225    },
    286226    {
     
    356296        section   : "spectroscopy",
    357297        formula   : "this.plasma.r.getEinsteinA()",
    358         wikiLink  : "Einstein_coefficients"
    359     },
    360 
    361     {
    362         id        : "LTE_parameter",
    363         name      : "LTE parameter",
    364         dimension : "none",
    365         nspecies  : 0,
    366         section   : "spectroscopy",
    367         formula   : "this.plasma.e.getN()/this.plasma.getLteNe()",
    368298        wikiLink  : "Einstein_coefficients"
    369299    },
Note: See TracChangeset for help on using the changeset viewer.