Changeset 223:7163f09666e9 for source


Ignore:
Timestamp:
Feb 27, 2011, 6:49:40 PM (13 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Added plasmon energy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/entities.js

    r221 r223  
    205205        section   : "spectroscopy",
    206206        formula   : "this.plasma.getMinEnergyDistance()"
     207    },
     208    {
     209        id        : "plasmon_energy",
     210        name      : "Plasmon energy",
     211        dimension : "energy",
     212        nspecies  : 0,
     213        section   : "spectroscopy",
     214        formula   : "this.plasma.e.getPlasmaFrequency()",
     215        wikiLink  : "Plasmon"
    207216    },
    208217    {
Note: See TracChangeset for help on using the changeset viewer.