source: source/entities.js @ 364:5443fc795688

Last change on this file since 364:5443fc795688 was 364:5443fc795688, checked in by Evgeny Stambulchik <Evgeny.Stambulchik@…>, 9 years ago

Added per-species getStarkHwhm().

File size: 16.4 KB
RevLine 
[70]1var plasma_entities = new Array(
2    {
[181]3        id        : "plasma_frequency",
[70]4        name      : "Plasma frequency",
5        dimension : "frequency",
6        nspecies  : 1,
[210]7        section   : "waves",
[349]8        formula   : "return s1.getPlasmaFrequency()",
[96]9        wikiLink  : "Plasma_frequency"
[70]10    },
11    {
[181]12        id        : "gyrofrequency",
[70]13        name      : "Gyrofrequency",
14        dimension : "frequency",
15        nspecies  : 1,
16        section   : "fundamental",
[349]17        formula   : "return s1.getGyroFrequency(this.plasma.B)",
[96]18        wikiLink  : "Gyrofrequency"
[70]19    },
20
21    {
[221]22        id        : "wigner_seitz_radius",
23        name      : "Typical inter-particle distance",
[119]24        dimension : "length",
25        nspecies  : 1,
26        section   : "fundamental",
[349]27        formula   : "return s1.getTypicalDistance()",
[221]28        wikiLink  : "Wigner-Seitz_radius"
[119]29    },
30    {
[181]31        id        : "debye_length",
[70]32        name      : "Debye length",
33        dimension : "length",
34        nspecies  : 1,
35        section   : "fundamental",
[349]36        formula   : "return s1.getDebyeLength()",
[96]37        wikiLink  : "Debye_length"
[70]38    },
39    {
[181]40        id        : "full_debye_length",
[70]41        name      : "Full Debye length",
42        dimension : "length",
43        nspecies  : 1,
44        section   : "fundamental",
[349]45        formula   : "return this.plasma.getFullDebyeLength(s1)",
[96]46        wikiLink  : "Debye_length"
[70]47    },
48    {
[181]49        id        : "gyroradius",
[119]50        name      : "Gyroradius",
[70]51        dimension : "length",
52        nspecies  : 1,
53        section   : "fundamental",
[349]54        formula   : "return s1.getGyroRadius(this.plasma.B)",
[119]55        wikiLink  : "Gyroradius"
[70]56    },
57    {
[181]58        id        : "distance_of_minimal_approach",
[70]59        name      : "Distance of minimal approach",
60        dimension : "length",
61        nspecies  : 1,
62        section   : "fundamental",
[354]63        formula   : "return s1.getMinApproachDistance()",
64        wikiLink  : "Coulomb_collision"
[70]65    },
66    {
[181]67        id        : "inertial_length",
[70]68        name      : "Inertial length",
69        dimension : "length",
70        nspecies  : 1,
[210]71        section   : "waves",
[349]72        formula   : "return s1.getInertialLength()",
[96]73        wikiLink  : "Inertial_length"
[70]74    },
[119]75    {
[181]76        id        : "de_broglie_wavelength",
[119]77        name      : "De Broglie wavelength",
78        dimension : "length",
79        nspecies  : 1,
80        section   : "fundamental",
[349]81        formula   : "return s1.getDeBroglieLength()",
[119]82        wikiLink  : "DeBroglie_wavelength"
83    },
[70]84
85    {
[181]86        id        : "thermal_velocity",
[70]87        name      : "Thermal velocity",
88        dimension : "velocity",
89        nspecies  : 1,
90        section   : "fundamental",
[349]91        formula   : "return s1.getThermalVelocity()",
[96]92        wikiLink  : "Thermal_velocity"
[70]93    },
94    {
[181]95        id        : "alfven_velocity",
[70]96        name      : "Alfven velocity",
97        dimension : "velocity",
[101]98        nspecies  : 0,
[103]99        section   : "waves",
[349]100        formula   : "return this.plasma.getAlfvenVelocity(this.plasma.B)",
[96]101        wikiLink  : "Alfven_velocity"
[70]102    },
103
104    {
[181]105        id        : "coupling_parameter",
[70]106        name      : "Coupling parameter",
107        dimension : "none",
108        nspecies  : 1,
109        section   : "fundamental",
[354]110        formula   : "return s1.getCoupling()",
111        wikiLink  : "Plasma_parameter"
[70]112    },
113    {
[181]114        id        : "typical_debye_screening",
[70]115        name      : "Typical Debye screening",
116        dimension : "none",
117        nspecies  : 1,
118        section   : "spectroscopy",
[349]119        formula   : "var r = s1.getTypicalDistance()/s1.getDebyeLength(); \
[354]120                     return (1 + r)*Math.exp(-r)",
121        wikiLink  : "Debye_length"
[70]122    },
123
124    {
[181]125        id        : "transition_energy",
[70]126        name      : "Transition energy",
127        dimension : "energy",
128        nspecies  : 0,
129        section   : "spectroscopy",
[354]130        formula   : "return this.plasma.r.getTransitionEnergy()",
131        wikiLink  : "Energy_spectrum"
[70]132    },
133    {
[181]134        id        : "natural_linewidth",
[70]135        name      : "Natural linewidth",
136        dimension : "energy",
137        nspecies  : 0,
138        section   : "spectroscopy",
[354]139        formula   : "return this.plasma.r.getNaturalWidth()",
140        wikiLink  : "Spontaneous_emission"
[70]141    },
142    {
[312]143        id        : "natural_linewidth_wl",
144        name      : "Natural linewidth (wl)",
145        dimension : "length",
146        nspecies  : 0,
147        section   : "spectroscopy",
[354]148        formula   : "return this.plasma.dE2dWl(this.plasma.r.getNaturalWidth())",
149        wikiLink  : "Spontaneous_emission"
[312]150    },
151    {
[190]152        id        : "Fine_structure",
153        name      : "Fine structure",
154        dimension : "energy",
155        nspecies  : 0,
156        section   : "spectroscopy",
[349]157        formula   : "return this.plasma.r.getFineStructure()",
[190]158        wikiLink  : "Fine_structure"
159    },
160    {
[312]161        id        : "Fine_structure_wl",
162        name      : "Fine structure (wl)",
163        dimension : "length",
164        nspecies  : 0,
165        section   : "spectroscopy",
[349]166        formula   : "return this.plasma.dE2dWl(this.plasma.r.getFineStructure())",
[312]167        wikiLink  : "Fine_structure"
168    },
169    {
[181]170        id        : "doppler_fwhm",
[70]171        name      : "Doppler FWHM",
172        dimension : "energy",
173        nspecies  : 0,
174        section   : "spectroscopy",
[349]175        formula   : "return 2*this.plasma.r.getDopplerHwhm()",
[96]176        wikiLink  : "Doppler_broadening"
[70]177    },
178    {
[312]179        id        : "doppler_fwhm_wl",
180        name      : "Doppler FWHM (wl)",
181        dimension : "length",
182        nspecies  : 0,
183        section   : "spectroscopy",
[349]184        formula   : "return this.plasma.dE2dWl(2*this.plasma.r.getDopplerHwhm())",
[312]185        wikiLink  : "Doppler_broadening"
186    },
187    {
[181]188        id        : "zeeman_splitting",
[70]189        name      : "Zeeman splitting",
190        dimension : "energy",
191        nspecies  : 0,
192        section   : "spectroscopy",
[354]193        formula   : "return 2*this.plasma.getZeemanSplitting()",
194        wikiLink  : "Zeeman_effect"
[70]195    },
196    {
[312]197        id        : "zeeman_splitting_wl",
198        name      : "Zeeman splitting (wl)",
199        dimension : "length",
200        nspecies  : 0,
201        section   : "spectroscopy",
[354]202        formula   : "return this.plasma.dE2dWl(2*this.plasma.getZeemanSplitting())",
203        wikiLink  : "Zeeman_effect"
[312]204    },
205    {
[181]206        id        : "total_stark_fwhm",
[70]207        name      : "Total Stark FWHM",
208        dimension : "energy",
209        nspecies  : 0,
210        section   : "spectroscopy",
[363]211        formula   : "return 2*this.plasma.getTotalStarkHwhm()",
[354]212        wikiLink  : "Stark_effect"
[70]213    },
214    {
[312]215        id        : "total_stark_fwhm_wl",
216        name      : "Total Stark FWHM (wl)",
217        dimension : "length",
218        nspecies  : 0,
219        section   : "spectroscopy",
[363]220        formula   : "return this.plasma.dE2dWl(2*this.plasma.getTotalStarkHwhm())",
[354]221        wikiLink  : "Stark_effect"
[312]222    },
223    {
[181]224        id        : "stark_fwhm",
[119]225        name      : "Stark FWHM",
226        dimension : "energy",
227        nspecies  : 1,
228        prepos    : "due to",
229        section   : "spectroscopy",
[364]230        formula   : "return 2*this.plasma.getStarkHwhm(s1)",
[354]231        wikiLink  : "Stark_effect"
[119]232    },
233
234    {
[181]235        id        : "qs_stark_fwhm",
[70]236        name      : "QS Stark FWHM",
237        dimension : "energy",
238        nspecies  : 1,
[87]239        prepos    : "due to",
[70]240        section   : "spectroscopy",
[349]241        formula   : "return 2*this.plasma.getQsHwhm(s1)"
[70]242    },
243
244    {
[181]245        id        : "dynamic_stark_range",
[70]246        name      : "Dynamic Stark range",
247        dimension : "energy",
248        nspecies  : 1,
249        section   : "spectroscopy",
[349]250        formula   : "return this.plasma.getMicrofieldFrequency(s1)"
[70]251    },
252
253    {
[181]254        id        : "minimal_energy_distance",
[70]255        name      : "Minimal energy distance",
256        dimension : "energy",
257        nspecies  : 0,
258        section   : "spectroscopy",
[349]259        formula   : "return this.plasma.r.getMinEnergyDistance()"
[70]260    },
[75]261    {
[223]262        id        : "plasmon_energy",
263        name      : "Plasmon energy",
264        dimension : "energy",
265        nspecies  : 0,
266        section   : "spectroscopy",
[349]267        formula   : "return this.plasma.e.getPlasmaFrequencyW()",
[223]268        wikiLink  : "Plasmon"
269    },
270    {
[181]271        id        : "fermi_energy",
[75]272        name      : "Fermi energy",
273        dimension : "energy",
274        nspecies  : 0,
275        section   : "fundamental",
[349]276        formula   : "return this.plasma.getFermiEnergy()",
[96]277        wikiLink  : "Fermi_energy"
[75]278    },
[135]279    {
[310]280        id        : "fermi_velocity",
281        name      : "Fermi velocity",
282        dimension : "velocity",
283        nspecies  : 0,
284        section   : "fundamental",
[349]285        formula   : "return this.plasma.getFermiVelocity()",
[310]286        wikiLink  : "Fermi_velocity"
287    },
288    {
289        id        : "fermi_length",
290        name      : "Fermi screening length",
291        dimension : "length",
292        nspecies  : 0,
293        section   : "fundamental",
[349]294        formula   : "return this.plasma.getFermiLength()",
[310]295        wikiLink  : "Electric-field_screening"
296    },
297    {
[181]298        id        : "chemical_potential",
[135]299        name      : "Chemical potential",
300        dimension : "energy",
301        nspecies  : 1,
302        section   : "fundamental",
[349]303        formula   : "return s1.getChemicalPotential()",
[135]304        wikiLink  : "Chemical_potential"
305    },
[70]306
307    {
[268]308        id        : "mass_density",
309        name      : "Mass density",
310        dimension : "mass_density",
311        nspecies  : 1,
312        section   : "fundamental",
[349]313        formula   : "return s1.getMassDensity()",
[268]314        wikiLink  : "Density"
315    },
316    {
317        id        : "mass_density",
318        name      : "Total mass density",
319        dimension : "mass_density",
320        nspecies  : 0,
321        section   : "fundamental",
[349]322        formula   : "return this.plasma.getMassDensity()",
[268]323        wikiLink  : "Density"
324    },
325
326    {
[181]327        id        : "beta",
[119]328        name      : "Beta",
[70]329        dimension : "none",
[119]330        nspecies  : 0,
331        section   : "fundamental",
[349]332        formula   : "return this.plasma.getBeta()",
[119]333        wikiLink  : "Beta_(plasma_physics)"
[70]334    },
[119]335   
[70]336    {
[299]337        id        : "transition_wavelength",
338        name      : "Transition wavelength",
339        dimension : "length",
340        nspecies  : 0,
341        section   : "spectroscopy",
[354]342        formula   : "return pf.base.Bohr.c/this.plasma.r.getTransitionEnergy()*(2*Math.PI)",
343        wikiLink  : "Energy_spectrum"
[299]344    },
345    {
346        id        : "transition_frequency",
347        name      : "Transition frequency",
348        dimension : "frequency",
349        nspecies  : 0,
350        section   : "spectroscopy",
[354]351        formula   : "return this.plasma.r.getTransitionEnergy()/(2*Math.PI)",
352        wikiLink  : "Energy_spectrum"
[299]353    },
354
355    {
[288]356        id        : "f_abs",
357        name      : "Oscillator strength",
358        dimension : "none",
359        nspecies  : 0,
360        section   : "spectroscopy",
[349]361        formula   : "return this.plasma.r.getOscillatorStrength()",
[288]362        wikiLink  : "Oscillator_strength"
363    },
[289]364    {
365        id        : "A",
366        name      : "Einstein coefficient",
367        dimension : "frequency",
368        nspecies  : 0,
369        section   : "spectroscopy",
[349]370        formula   : "return this.plasma.r.getEinsteinA()",
[289]371        wikiLink  : "Einstein_coefficients"
372    },
[318]373
374    {
375        id        : "LTE_parameter",
376        name      : "LTE parameter",
377        dimension : "none",
378        nspecies  : 0,
379        section   : "spectroscopy",
[349]380        formula   : "return this.plasma.e.getN()/this.plasma.getLteNe()",
[354]381        wikiLink  : "Local_thermodynamic_equilibrium"
[318]382    },
[288]383   
384    {
[181]385        id        : "stark_quasistaticity",
[70]386        name      : "Stark quasistaticity",
387        dimension : "none",
388        nspecies  : 1,
389        section   : "spectroscopy",
[349]390        formula   : "return this.plasma.getStarkQuasistaticity(s1)"
[70]391    },
[119]392    {
[181]393        id        : "static_to_dynamic_stark_ratio",
[119]394        name      : "Static/dynamic Stark ratio",
395        dimension : "none",
396        nspecies  : 1,
397        section   : "spectroscopy",
[349]398        formula   : "return this.plasma.getStarkRatio(s1)"
[119]399    },
[70]400
401    {
[181]402        id        : "holtsmark_field",
[70]403        name      : "Holtsmark field",
404        dimension : "efield",
405        nspecies  : 1,
406        section   : "spectroscopy",
[349]407        formula   : "return s1.getHoltsmarkField()"
[70]408    },
409
410    {
[181]411        id        : "microfield_frequency",
[70]412        name      : "Microfield frequency",
413        dimension : "frequency",
414        nspecies  : 1,
415        section   : "spectroscopy",
[349]416        formula   : "return this.plasma.getMicrofieldFrequency(s1)"
[70]417    },
418   
419    {
[181]420        id        : "cyclotron_losses",
[70]421        name      : "Cyclotron losses",
422        dimension : "power_density",
423        nspecies  : 1,
424        section   : "radiation",
[349]425        formula   : "return s1.getCyclotronLosses(this.plasma.B)",
[96]426        wikiLink  : "Cyclotron_radiation"
[70]427    },
428   
429    {
[181]430        id        : "free-free_losses",
[70]431        name      : "Free-free losses",
432        dimension : "power_density",
433        nspecies  : 0,
434        section   : "radiation",
[349]435        formula   : "return this.plasma.getBremsstrahlungLosses()",
[192]436        wikiLink  : "Bremsstrahlung"
[70]437    },
438   
439    {
[181]440        id        : "dree-free_spectral_density",
[70]441        name      : "Free-free spectral density",
442        dimension : "spectral_power_density",
443        nspecies  : 0,
444        section   : "radiation",
[349]445        formula   : "return this.plasma.getBremsstrahlungSpectralDensity()",
[192]446        wikiLink  : "Bremsstrahlung"
[70]447    },
448   
449    {
[181]450        id        : "free-bound_losses",
[70]451        name      : "Free-bound losses",
452        dimension : "power_density",
453        nspecies  : 0,
454        section   : "radiation",
[349]455        formula   : "return this.plasma.getFreeBoundLosses()"
[70]456    },
457   
458    {
[181]459        id        : "free-bound_spectral_density",
[70]460        name      : "Free-bound spectral density",
461        dimension : "spectral_power_density",
462        nspecies  : 0,
463        section   : "radiation",
[349]464        formula   : "return this.plasma.getFreeBoundSpectralDensity()"
[70]465    },
466   
467    {
[181]468        id        : "ideal_gas_pressure",
[70]469        name      : "Ideal gas pressure",
470        dimension : "pressure",
471        nspecies  : 1,
472        section   : "fundamental",
[349]473        formula   : "return s1.getPressure()",
[96]474        wikiLink  : "Ideal_gas"
[70]475    },
476   
477    {
[181]478        id        : "total_pressure",
[354]479        name      : "Total gas pressure",
[70]480        dimension : "pressure",
481        nspecies  : 0,
482        section   : "fundamental",
[354]483        formula   : "return this.plasma.getPressure()",
484        wikiLink  : "Ideal_gas"
[70]485    },
486   
487    {
[181]488        id        : "magnetic_field_pressure",
[70]489        name      : "Magnetic field pressure",
490        dimension : "pressure",
491        nspecies  : 0,
492        section   : "fundamental",
[349]493        formula   : "return this.plasma.getMagneticFieldPressure()",
[96]494        wikiLink  : "Magnetic_pressure"
[70]495    },
496   
497    {
[181]498        id        : "coulomb_logarithm",
[102]499        name      : "Coulomb logarithm",
500        dimension : "none",
[214]501        nspecies  : 2,
[103]502        section   : "collisions",
[349]503        formula   : "return this.plasma.getCoulombLog(s1, s2)",
[192]504        wikiLink  : "Coulomb_collision"
[102]505    },
506
507    {
[218]508        id        : "relaxation_rate",
509        name      : "Relaxation rate",
510        dimension : "frequency",
511        nspecies  : 2,
512        section   : "collisions",
[354]513        formula   : "return this.plasma.getRelaxationRate(s1, s2)",
514        wikiLink  : "Coulomb_collision"
[218]515    },
516
517    {
[181]518        id        : "thomson_cross-section",
[70]519        name      : "Thomson cross-section",
520        dimension : "area",
521        nspecies  : 1,
522        section   : "collisions",
[349]523        formula   : "return s1.getThomsonXsTotal()",
[96]524        wikiLink  : "Thomson_cross_section"
[219]525    },
526
527    {
[224]528        id        : "classical_ionization_field",
529        name      : "Classical ionization field",
530        dimension : "efield",
531        nspecies  : 0,
532        section   : "spectroscopy",
[349]533        formula   : "return this.plasma.r.getClassicalIonizationField()"
[227]534    },
535    {
536        id        : "inglis_teller_field",
537        name      : "Inglis-Teller field",
538        dimension : "efield",
539        nspecies  : 0,
540        section   : "spectroscopy",
[349]541        formula   : "return this.plasma.r.getInglisTellerField()",
[227]542        wikiLink  : "Inglis-Teller_equation"
[228]543    },
544    {
545        id        : "dreicer_field",
546        name      : "Dreicer field",
547        dimension : "efield",
548        nspecies  : 0,
549        section   : "collisions",
[349]550        formula   : "return this.plasma.getDreicerField()"
[70]551    }
552);
Note: See TracBrowser for help on using the repository browser.