CoolProp  6.6.0
An open-source fluid property and humid air property database
Public Attributes | List of all members
ComponentData Struct Reference

Detailed Description

Structure containing data for the pure fluid in the mixture.

Definition at line 11 of file UNIFAC.h.

#include <UNIFAC.h>

Public Attributes

std::map< std::size_t, double > X
 
std::map< std::size_t, double > theta
 
std::map< std::size_t, double > lnGamma
 
int group_count
 The total number of groups in the pure fluid. More...
 

Member Data Documentation

◆ group_count

int ComponentData::group_count

The total number of groups in the pure fluid.

Definition at line 14 of file UNIFAC.h.

◆ lnGamma

std::map<std::size_t, double> ComponentData::lnGamma

Definition at line 13 of file UNIFAC.h.

◆ theta

std::map<std::size_t, double> ComponentData::theta

Definition at line 13 of file UNIFAC.h.

◆ X

std::map<std::size_t, double> ComponentData::X

Definition at line 13 of file UNIFAC.h.


The documentation for this struct was generated from the following file: