Changeset 96:5aab95632c9c


Ignore:
Timestamp:
Jan 6, 2009, 5:32:36 PM (16 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Wikipedia links added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/entities.js

    r87 r96  
    55        nspecies  : 1,
    66        section   : "fundamental",
    7         formula   : "%s1.getPlasmaFrequency()"
     7        formula   : "%s1.getPlasmaFrequency()",
     8        wikiLink  : "Plasma_frequency"
    89    },
    910    {
     
    1213        nspecies  : 1,
    1314        section   : "fundamental",
    14         formula   : "%s1.getGyroFrequency(this.B)"
     15        formula   : "%s1.getGyroFrequency(this.B)",
     16        wikiLink  : "Gyrofrequency"
    1517    },
    1618
     
    2022        nspecies  : 1,
    2123        section   : "fundamental",
    22         formula   : "%s1.getDebyeLength()"
     24        formula   : "%s1.getDebyeLength()",
     25        wikiLink  : "Debye_length"
    2326    },
    2427    {
     
    2730        nspecies  : 1,
    2831        section   : "fundamental",
    29         formula   : "this.getFullDebyeLength(%s1)"
    30     },
    31     {
    32         name      : "deBroglie length",
    33         dimension : "length",
    34         nspecies  : 1,
    35         section   : "fundamental",
    36         formula   : "%s1.getDeBroglieLength()"
     32        formula   : "this.getFullDebyeLength(%s1)",
     33        wikiLink  : "Debye_length"
     34    },
     35    {
     36        name      : "deBroglie wavelength",
     37        dimension : "length",
     38        nspecies  : 1,
     39        section   : "fundamental",
     40        formula   : "%s1.getDeBroglieLength()",
     41        wikiLink  : "DeBroglie_wavelength"
    3742    },
    3843    {
     
    5560        nspecies  : 1,
    5661        section   : "fundamental",
    57         formula   : "%s1.getGyroRadius(this.B)"
     62        formula   : "%s1.getGyroRadius(this.B)",
     63        wikiLink  : "Gyroradius"
    5864    },
    5965    {
     
    6268        nspecies  : 1,
    6369        section   : "fundamental",
    64         formula   : "%s1.getInertialLength()"
     70        formula   : "%s1.getInertialLength()",
     71        wikiLink  : "Inertial_length"
    6572    },
    6673
     
    7077        nspecies  : 1,
    7178        section   : "fundamental",
    72         formula   : "%s1.getThermalVelocity()"
     79        formula   : "%s1.getThermalVelocity()",
     80        wikiLink  : "Thermal_velocity"
    7381    },
    7482    {
     
    7785        nspecies  : 1,
    7886        section   : "fundamental",
    79         formula   : "%s1.getAlfvenVelocity(this.B)"
     87        formula   : "%s1.getAlfvenVelocity(this.B)",
     88        wikiLink  : "Alfven_velocity"
    8089    },
    8190
     
    115124        nspecies  : 0,
    116125        section   : "spectroscopy",
    117         formula   : "2*this.getDopplerHwhm()"
     126        formula   : "2*this.getDopplerHwhm()",
     127        wikiLink  : "Doppler_broadening"
    118128    },
    119129    {
     
    168178        nspecies  : 0,
    169179        section   : "fundamental",
    170         formula   : "this.getFermiEnergy()"
     180        formula   : "this.getFermiEnergy()",
     181        wikiLink  : "Fermi_energy"
    171182    },
    172183
     
    223234        nspecies  : 1,
    224235        section   : "radiation",
    225         formula   : "%s1.getCyclotronLosses(this.B)"
     236        formula   : "%s1.getCyclotronLosses(this.B)",
     237        wikiLink  : "Cyclotron_radiation"
    226238    },
    227239   
     
    271283        nspecies  : 1,
    272284        section   : "fundamental",
    273         formula   : "%s1.getPressure()"
     285        formula   : "%s1.getPressure()",
     286        wikiLink  : "Ideal_gas"
    274287    },
    275288   
     
    287300        nspecies  : 0,
    288301        section   : "fundamental",
    289         formula   : "this.getMagneticFieldPressure()"
     302        formula   : "this.getMagneticFieldPressure()",
     303        wikiLink  : "Magnetic_pressure"
    290304    },
    291305   
     
    295309        nspecies  : 0,
    296310        section   : "fundamental",
    297         formula   : "this.getBeta()"
     311        formula   : "this.getBeta()",
     312        wikiLink  : "Beta_(plasma_physics)"
    298313    },
    299314   
     
    303318        nspecies  : 1,
    304319        section   : "collisions",
    305         formula   : "%s1.getThomsonXsTotal()"
     320        formula   : "%s1.getThomsonXsTotal()",
     321        wikiLink  : "Thomson_cross_section"
    306322    }
    307323);
Note: See TracChangeset for help on using the changeset viewer.