CoolProp  6.6.0
An open-source fluid property and humid air property database
Public Member Functions | Public Attributes | List of all members
UNIFACLibrary::InteractionParameters Struct Reference

Detailed Description

A structure containing the parameters for a given mgi-mgi pair.

Definition at line 22 of file UNIFACLibrary.h.

#include <UNIFACLibrary.h>

Public Member Functions

void swap ()
 Swap a_ij with a_ji, b_ij with b_ji, etc. More...
 
void zero_out ()
 Set all the values to 0. More...
 

Public Attributes

int mgi1
 The first main group index. More...
 
int mgi2
 The second main group index. More...
 
double a_ij
 
double a_ji
 
double b_ij
 
double b_ji
 
double c_ij
 
double c_ji
 

Member Function Documentation

◆ swap()

void UNIFACLibrary::InteractionParameters::swap ( )
inline

Swap a_ij with a_ji, b_ij with b_ji, etc.

Definition at line 33 of file UNIFACLibrary.h.

◆ zero_out()

void UNIFACLibrary::InteractionParameters::zero_out ( )
inline

Set all the values to 0.

Definition at line 39 of file UNIFACLibrary.h.

Member Data Documentation

◆ a_ij

double UNIFACLibrary::InteractionParameters::a_ij

Definition at line 26 of file UNIFACLibrary.h.

◆ a_ji

double UNIFACLibrary::InteractionParameters::a_ji

Definition at line 27 of file UNIFACLibrary.h.

◆ b_ij

double UNIFACLibrary::InteractionParameters::b_ij

Definition at line 28 of file UNIFACLibrary.h.

◆ b_ji

double UNIFACLibrary::InteractionParameters::b_ji

Definition at line 29 of file UNIFACLibrary.h.

◆ c_ij

double UNIFACLibrary::InteractionParameters::c_ij

Definition at line 30 of file UNIFACLibrary.h.

◆ c_ji

double UNIFACLibrary::InteractionParameters::c_ji

Definition at line 31 of file UNIFACLibrary.h.

◆ mgi1

int UNIFACLibrary::InteractionParameters::mgi1

The first main group index.

Definition at line 24 of file UNIFACLibrary.h.

◆ mgi2

int UNIFACLibrary::InteractionParameters::mgi2

The second main group index.

Definition at line 25 of file UNIFACLibrary.h.


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