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

Created pf.base.Radiator class (derived from pf.base.Species).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/entities.js

    r292 r295  
    125125        nspecies  : 0,
    126126        section   : "spectroscopy",
    127         formula   : "this.plasma.getTransitionEnergy()"
     127        formula   : "this.plasma.r.getTransitionEnergy()"
    128128    },
    129129    {
     
    133133        nspecies  : 0,
    134134        section   : "spectroscopy",
    135         formula   : "this.plasma.getNaturalWidth()"
     135        formula   : "this.plasma.r.getNaturalWidth()"
    136136    },
    137137    {
     
    141141        nspecies  : 0,
    142142        section   : "spectroscopy",
    143         formula   : "this.plasma.getFineStructure()",
     143        formula   : "this.plasma.r.getFineStructure()",
    144144        wikiLink  : "Fine_structure"
    145145    },
     
    150150        nspecies  : 0,
    151151        section   : "spectroscopy",
    152         formula   : "2*this.plasma.getDopplerHwhm()",
     152        formula   : "2*this.plasma.r.getDopplerHwhm()",
    153153        wikiLink  : "Doppler_broadening"
    154154    },
     
    204204        nspecies  : 0,
    205205        section   : "spectroscopy",
    206         formula   : "this.plasma.getMinEnergyDistance()"
     206        formula   : "this.plasma.r.getMinEnergyDistance()"
    207207    },
    208208    {
     
    269269        nspecies  : 0,
    270270        section   : "spectroscopy",
    271         formula   : "this.plasma.getOscillatorStrength()",
     271        formula   : "this.plasma.r.getOscillatorStrength()",
    272272        wikiLink  : "Oscillator_strength"
    273273    },
     
    278278        nspecies  : 0,
    279279        section   : "spectroscopy",
    280         formula   : "this.plasma.getEinsteinA()",
     280        formula   : "this.plasma.r.getEinsteinA()",
    281281        wikiLink  : "Einstein_coefficients"
    282282    },
     
    305305        nspecies  : 0,
    306306        section   : "spectroscopy",
    307         formula   : "pf.base.Bohr.c/this.plasma.getTransitionEnergy()*(2*Math.PI)"
     307        formula   : "pf.base.Bohr.c/this.plasma.r.getTransitionEnergy()*(2*Math.PI)"
    308308    },
    309309
     
    314314        nspecies  : 0,
    315315        section   : "spectroscopy",
    316         formula   : "this.plasma.getTransitionEnergy()/(2*Math.PI)"
     316        formula   : "this.plasma.r.getTransitionEnergy()/(2*Math.PI)"
    317317    },
    318318
     
    447447        nspecies  : 0,
    448448        section   : "spectroscopy",
    449         formula   : "this.plasma.getClassicalIonizationField()"
     449        formula   : "this.plasma.r.getClassicalIonizationField()"
    450450    },
    451451    {
     
    455455        nspecies  : 0,
    456456        section   : "spectroscopy",
    457         formula   : "this.plasma.getInglisTellerField()",
     457        formula   : "this.plasma.r.getInglisTellerField()",
    458458        wikiLink  : "Inglis-Teller_equation"
    459459    },
Note: See TracChangeset for help on using the changeset viewer.