Ignore:
Timestamp:
Dec 12, 2013, 12:27:07 PM (11 years ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Message:

Added a few wiki links here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/entities.js

    r349 r354  
    6161        nspecies  : 1,
    6262        section   : "fundamental",
    63         formula   : "return s1.getMinApproachDistance()"
     63        formula   : "return s1.getMinApproachDistance()",
     64        wikiLink  : "Coulomb_collision"
    6465    },
    6566    {
     
    107108        nspecies  : 1,
    108109        section   : "fundamental",
    109         formula   : "return s1.getCoupling()"
     110        formula   : "return s1.getCoupling()",
     111        wikiLink  : "Plasma_parameter"
    110112    },
    111113    {
     
    116118        section   : "spectroscopy",
    117119        formula   : "var r = s1.getTypicalDistance()/s1.getDebyeLength(); \
    118                      return (1 + r)*Math.exp(-r)"
     120                     return (1 + r)*Math.exp(-r)",
     121        wikiLink  : "Debye_length"
    119122    },
    120123
     
    125128        nspecies  : 0,
    126129        section   : "spectroscopy",
    127         formula   : "return this.plasma.r.getTransitionEnergy()"
     130        formula   : "return this.plasma.r.getTransitionEnergy()",
     131        wikiLink  : "Energy_spectrum"
    128132    },
    129133    {
     
    133137        nspecies  : 0,
    134138        section   : "spectroscopy",
    135         formula   : "return this.plasma.r.getNaturalWidth()"
     139        formula   : "return this.plasma.r.getNaturalWidth()",
     140        wikiLink  : "Spontaneous_emission"
    136141    },
    137142    {
     
    141146        nspecies  : 0,
    142147        section   : "spectroscopy",
    143         formula   : "return this.plasma.dE2dWl(this.plasma.r.getNaturalWidth())"
     148        formula   : "return this.plasma.dE2dWl(this.plasma.r.getNaturalWidth())",
     149        wikiLink  : "Spontaneous_emission"
    144150    },
    145151    {
     
    185191        nspecies  : 0,
    186192        section   : "spectroscopy",
    187         formula   : "return 2*this.plasma.getZeemanSplitting()"
     193        formula   : "return 2*this.plasma.getZeemanSplitting()",
     194        wikiLink  : "Zeeman_effect"
    188195    },
    189196    {
     
    193200        nspecies  : 0,
    194201        section   : "spectroscopy",
    195         formula   : "return this.plasma.dE2dWl(2*this.plasma.getZeemanSplitting())"
     202        formula   : "return this.plasma.dE2dWl(2*this.plasma.getZeemanSplitting())",
     203        wikiLink  : "Zeeman_effect"
    196204    },
    197205    {
     
    201209        nspecies  : 0,
    202210        section   : "spectroscopy",
    203         formula   : "return 2*this.plasma.getStarkHwhm()"
     211        formula   : "return 2*this.plasma.getStarkHwhm()",
     212        wikiLink  : "Stark_effect"
    204213    },
    205214    {
     
    209218        nspecies  : 0,
    210219        section   : "spectroscopy",
    211         formula   : "return this.plasma.dE2dWl(2*this.plasma.getStarkHwhm())"
     220        formula   : "return this.plasma.dE2dWl(2*this.plasma.getStarkHwhm())",
     221        wikiLink  : "Stark_effect"
    212222    },
    213223    {
     
    218228        prepos    : "due to",
    219229        section   : "spectroscopy",
    220         formula   : "return 2*this.plasma.getQsHwhm(s1)*this.plasma.getStarkQuasistaticity(s1)"
     230        formula   : "return 2*this.plasma.getQsHwhm(s1)*this.plasma.getStarkQuasistaticity(s1)",
     231        wikiLink  : "Stark_effect"
    221232    },
    222233
     
    329340        nspecies  : 0,
    330341        section   : "spectroscopy",
    331         formula   : "return pf.base.Bohr.c/this.plasma.r.getTransitionEnergy()*(2*Math.PI)"
     342        formula   : "return pf.base.Bohr.c/this.plasma.r.getTransitionEnergy()*(2*Math.PI)",
     343        wikiLink  : "Energy_spectrum"
    332344    },
    333345    {
     
    337349        nspecies  : 0,
    338350        section   : "spectroscopy",
    339         formula   : "return this.plasma.r.getTransitionEnergy()/(2*Math.PI)"
     351        formula   : "return this.plasma.r.getTransitionEnergy()/(2*Math.PI)",
     352        wikiLink  : "Energy_spectrum"
    340353    },
    341354
     
    366379        section   : "spectroscopy",
    367380        formula   : "return this.plasma.e.getN()/this.plasma.getLteNe()",
    368         wikiLink  : "Einstein_coefficients"
     381        wikiLink  : "Local_thermodynamic_equilibrium"
    369382    },
    370383   
     
    464477    {
    465478        id        : "total_pressure",
    466         name      : "Total pressure",
     479        name      : "Total gas pressure",
    467480        dimension : "pressure",
    468481        nspecies  : 0,
    469482        section   : "fundamental",
    470         formula   : "return this.plasma.getPressure()"
     483        formula   : "return this.plasma.getPressure()",
     484        wikiLink  : "Ideal_gas"
    471485    },
    472486   
     
    497511        nspecies  : 2,
    498512        section   : "collisions",
    499         formula   : "return this.plasma.getRelaxationRate(s1, s2)"
     513        formula   : "return this.plasma.getRelaxationRate(s1, s2)",
     514        wikiLink  : "Coulomb_collision"
    500515    },
    501516
Note: See TracChangeset for help on using the changeset viewer.