Cantera  2.0
Public Member Functions | Protected Attributes | List of all members
GaussianProfile Class Reference

A Gaussian line profile. More...

#include <LineBroadener.h>

Inheritance diagram for GaussianProfile:
[legend]
Collaboration diagram for GaussianProfile:
[legend]

Public Member Functions

 GaussianProfile (doublereal sigma)
 Constructor.
 
virtual doublereal profile (doublereal deltaFreq)
 The line shape profile

\[ P(\Delta\nu) *\]

as a function of distance from line center \( \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
 

Detailed Description

A Gaussian line profile.

This profile results when Doppler broadening is dominant.

Definition at line 91 of file LineBroadener.h.

Constructor & Destructor Documentation

GaussianProfile ( doublereal  sigma)

Constructor.

Definition at line 53 of file LineBroadener.cpp.

Member Function Documentation

doublereal profile ( doublereal  deltaFreq)
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.

doublereal cumulative ( doublereal  deltaFreq)
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.


The documentation for this class was generated from the following files: