Ignore:
Timestamp:
Sep 14, 2011, 12:59:42 PM (13 years ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Message:

Added oscillator strength (for absorption) using Kramers quasi-classical
formula + Menzel&Pekeris(1935) for the Gaunt factor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/entities.js

    r268 r288  
    261261        formula   : "this.plasma.getBeta()",
    262262        wikiLink  : "Beta_(plasma_physics)"
     263    },
     264   
     265    {
     266        id        : "f_abs",
     267        name      : "Oscillator strength",
     268        dimension : "none",
     269        nspecies  : 0,
     270        section   : "spectroscopy",
     271        formula   : "this.plasma.getOscillatorStrength()",
     272        wikiLink  : "Oscillator_strength"
    263273    },
    264274   
Note: See TracChangeset for help on using the changeset viewer.