Base class of the thermophysical property types.
More...
#include <specie.H>
|
| | ClassName ("specie") |
| | Declare type-name (with debug switch).
|
| | specie (const specie &)=default |
| | Copy construct.
|
| | specie (const scalar Y, const scalar molWeight) |
| | Construct from components without name.
|
| | specie (const word &name, const scalar Y, const scalar molWeight) |
| | Construct from components with name.
|
| | specie (const word &name, const specie &) |
| | Construct as named copy.
|
| | specie (const dictionary &dict) |
| | Construct from dictionary.
|
| const word & | name () const |
| | Name.
|
| scalar | W () const |
| | Molecular weight [kg/kmol].
|
| scalar | Y () const |
| | No of moles of this species in mixture.
|
| scalar | R () const |
| | Gas constant [J/(kg K)].
|
| void | write (Ostream &os) const |
| | Write to Ostream.
|
| void | operator= (const specie &) |
| | Copy assignment, preserve original name.
|
| void | operator+= (const specie &) |
| void | operator*= (const scalar) |
Base class of the thermophysical property types.
- Source files
-
Definition at line 63 of file specie.H.
◆ specie() [1/5]
| specie |
( |
const specie & | | ) |
|
|
default |
Copy construct.
References dict, name(), os(), specie(), and Y().
Referenced by operator*, operator+, operator+=(), operator<<, operator=(), operator==, specie(), and specie().
◆ specie() [2/5]
| specie |
( |
const scalar | Y, |
|
|
const scalar | molWeight ) |
|
inline |
Construct from components without name.
Definition at line 39 of file specieI.H.
References Y().
◆ specie() [3/5]
| specie |
( |
const word & | name, |
|
|
const scalar | Y, |
|
|
const scalar | molWeight ) |
|
inline |
Construct from components with name.
Definition at line 26 of file specieI.H.
References name(), and Y().
◆ specie() [4/5]
| specie |
( |
const word & | name, |
|
|
const specie & | st ) |
|
inline |
◆ specie() [5/5]
◆ ClassName()
Declare type-name (with debug switch).
◆ name()
◆ W()
Molecular weight [kg/kmol].
Definition at line 68 of file specieI.H.
◆ Y()
◆ R()
◆ write()
◆ operator=()
| void operator= |
( |
const specie & | st | ) |
|
|
inline |
Copy assignment, preserve original name.
Definition at line 88 of file specieI.H.
References specie().
◆ operator+=()
| void operator+= |
( |
const specie & | st | ) |
|
|
inline |
◆ operator*=()
| void operator*= |
( |
const scalar | s | ) |
|
|
inline |
◆ operator+
◆ operator*
◆ operator==
◆ operator<<
The documentation for this class was generated from the following files:
- src/thermophysicalModels/specie/specie/specie.H
- src/thermophysicalModels/specie/specie/specie.C
- src/thermophysicalModels/specie/specie/specieI.H