CompContainer Struct Reference
#include <CompManager.h>
Struct to store compositions (always as number fractions) More...
Public Attributes | |
| std::string | name |
| std::string | inputTypeString |
| bool | inputNorm |
| std::string | inputScaleString |
| double | inputTotal |
| double | inputScaleFactor |
| double | referenceDensity |
| int | index |
| bool | final |
| double | molarmass |
| std::vector< int > | ids |
| std::vector< double > | nums |
Detailed Description
Struct to store compositions (always as number fractions)
Member Data Documentation
| std::string name |
Referenced by CompManager::finalizeComp().
| std::string inputTypeString |
| bool inputNorm |
| std::string inputScaleString |
| double inputTotal |
| double inputScaleFactor |
| double referenceDensity |
| int index |
| bool final |
| double molarmass |
| std::vector<int> ids |
| std::vector<double> nums |
The documentation for this struct was generated from the following file:
- Core/xf/CompManager.h

1.8.10