Skip to content

Commit

Permalink
[plasma] add description to the constructor of PlasmaPhase
Browse files Browse the repository at this point in the history
  • Loading branch information
BangShiuh committed Feb 19, 2022
1 parent 1417268 commit eac2838
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/cantera/plasma/PlasmaPhase.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ class PlasmaPhase: public IdealGasPhase
{
public:
//! Construct and initialize an PlasmaPhase ThermoPhase object
//! directly from an ASCII input file
//! directly from an ASCII input file. The constructor initializes the electron
//! energy distribution to be Druyvesteyn distribution (m_x = 2.0). The initial
//! electron energy grid is set to a linear space which starts at 0.01 eV and ends
//! at 1 eV with 1000 points.
/*!
* @param inputFile Name of the input file containing the phase definition
* to set up the object. If blank, an empty phase will be
Expand Down

0 comments on commit eac2838

Please sign in to comment.