Cantera
2.0
|
A Gaussian line profile. More...
#include <LineBroadener.h>
Public Member Functions | |
GaussianProfile (doublereal sigma) | |
Constructor. | |
virtual doublereal | profile (doublereal deltaFreq) |
The line shape profile
\[ P(\Delta\nu) *\] | |
virtual doublereal | cumulative (doublereal deltaFreq) |
The cumulative profile, defined as
\[ C(\Delta \nu) = \int_{-\infty}^{\Delta \nu} P(x) dx \] | |
virtual doublereal | width () |
doublereal | standardDev () |
doublereal | operator() (doublereal deltaFreq) |
Protected Attributes | |
doublereal | m_sigma |
doublereal | m_sigma2 |
doublereal | m_width |
A Gaussian line profile.
This profile results when Doppler broadening is dominant.
Definition at line 91 of file LineBroadener.h.
GaussianProfile | ( | doublereal | sigma | ) |
Constructor.
Definition at line 53 of file LineBroadener.cpp.
|
virtual |
The line shape profile
\[ P(\Delta\nu) *\]
as a function of distance from line center \( \Delta\nu \).
This function must have total area = 1.0. Note that this method must be overloaded in each derived class. If the base class method is called, an exception will be thrown.
Reimplemented from LineBroadener.
Definition at line 59 of file LineBroadener.cpp.
References Cantera::SqrtPi, and Cantera::SqrtTwo.
|
virtual |
The cumulative profile, defined as
\[ C(\Delta \nu) = \int_{-\infty}^{\Delta \nu} P(x) dx \]
.
Reimplemented from LineBroadener.
Definition at line 68 of file LineBroadener.cpp.
References Cantera::SqrtTwo.