Ignore:
Timestamp:
May 31, 2023, 7:40:07 PM (15 months ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Tags:
tip
Message:

Add a simple calculation of PPS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/entities.js

    r375 r381  
    250250        formula   : "return 2*this.plasma.getQsHwhm(s1)"
    251251    },
     252    {
     253        id        : "qs_stark_fwhm0",
     254        name      : "QS Stark FWHM0",
     255        dimension : "energy",
     256        nspecies  : 1,
     257        prepos    : "due to",
     258        section   : "spectroscopy",
     259        formula   : "return 2*1.4385*this.plasma.getDelta0(s1)"
     260    },
    252261
    253262    {
     
    268277        formula   : "return this.plasma.r.getMinEnergyDistance()"
    269278    },
     279
     280    {
     281        id        : "plasma_polarization_shift",
     282        name      : "Plasma polarization shift",
     283        dimension : "energy",
     284        nspecies  : 0,
     285        section   : "spectroscopy",
     286        formula   : "return this.plasma.getPPS()"
     287    },
     288    {
     289        id        : "plasma_polarization_shift_wl",
     290        name      : "Plasma polarization shift (wl)",
     291        dimension : "length",
     292        nspecies  : 0,
     293        section   : "spectroscopy",
     294        formula   : "return -this.plasma.dE2dWl(this.plasma.getPPS())"
     295    },
     296
    270297    {
    271298        id        : "plasmon_energy",
Note: See TracChangeset for help on using the changeset viewer.