Added doxygen fixes
This commit is contained in:
parent
626660102c
commit
436bed3868
2 changed files with 5 additions and 2 deletions
|
|
@ -191,6 +191,8 @@ namespace Cantera {
|
|||
* the value ENTROPY298_UNKNOWN, which is
|
||||
* interpreted as an unknown, and if used
|
||||
* will cause Cantera to throw an error.
|
||||
* @param elem_type Specifies the type of the element constraint equation. This defaults
|
||||
* to CT_ELEM_TYPE_ABSPOS, i.e., an element.
|
||||
*/
|
||||
void addUniqueElement(const std::string& symbol, doublereal weight,
|
||||
int atomicNumber = 0,
|
||||
|
|
@ -230,6 +232,8 @@ namespace Cantera {
|
|||
* the value ENTROPY298_UNKNOWN, which is
|
||||
* interpreted as an unknown, and if used
|
||||
* will cause Cantera to throw an error.
|
||||
* @param elem_type Specifies the type of the element constraint equation. This defaults
|
||||
* to CT_ELEM_TYPE_ABSPOS, i.e., an element.
|
||||
*/
|
||||
int addUniqueElementAfterFreeze(const std::string& symbol, doublereal weight, int atomicNumber,
|
||||
doublereal entropy298 = ENTROPY298_UNKNOWN, int elem_type = CT_ELEM_TYPE_ABSPOS);
|
||||
|
|
|
|||
|
|
@ -59,8 +59,7 @@ namespace Cantera {
|
|||
*/
|
||||
#define CT_ELEM_TYPE_CHARGENEUTRALITY 2
|
||||
|
||||
//! Constraint associated with maintaing a fixed lattice stoichiometry int eh
|
||||
//! solids
|
||||
//! Constraint associated with maintaing a fixed lattice stoichiometry in a solid
|
||||
/*!
|
||||
* The constraint may have positive or negative values. The lattice 0 species will
|
||||
* have negative values while higher lattices will have positive values
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue