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

Detailed Description

Definition at line 16 of file DataStructures.h.

#include <DataStructures.h>

Inheritance diagram for CoolProp::SimpleState:
CoolProp::CriticalState CoolProp::SsatSimpleState

Public Member Functions

 SimpleState ()
 
void fill (double v)
 
bool is_valid ()
 

Public Attributes

double rhomolar
 
double T
 
double p
 
double hmolar
 
double smolar
 
double umolar
 
double Q
 

Constructor & Destructor Documentation

◆ SimpleState()

CoolProp::SimpleState::SimpleState ( )
inline

Definition at line 19 of file DataStructures.h.

Member Function Documentation

◆ fill()

void CoolProp::SimpleState::fill ( double  v)
inline

Definition at line 22 of file DataStructures.h.

◆ is_valid()

bool CoolProp::SimpleState::is_valid ( )
inline

Definition at line 31 of file DataStructures.h.

Member Data Documentation

◆ hmolar

double CoolProp::SimpleState::hmolar

Definition at line 18 of file DataStructures.h.

◆ p

double CoolProp::SimpleState::p

Definition at line 18 of file DataStructures.h.

◆ Q

double CoolProp::SimpleState::Q

Definition at line 18 of file DataStructures.h.

◆ rhomolar

double CoolProp::SimpleState::rhomolar

Definition at line 18 of file DataStructures.h.

◆ smolar

double CoolProp::SimpleState::smolar

Definition at line 18 of file DataStructures.h.

◆ T

double CoolProp::SimpleState::T

Definition at line 18 of file DataStructures.h.

◆ umolar

double CoolProp::SimpleState::umolar

Definition at line 18 of file DataStructures.h.


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