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

Detailed Description

Definition at line 29 of file state_capi.h.

#include <state_capi.h>

Public Attributes

void *(* make )(const char *backend, const char *fluids)
 
void(* destroy )(void *handle)
 
void(* update )(void *handle, long input_pair, double value1, double value2)
 
double(* keyed_output )(void *handle, long key)
 
double(* first_partial_deriv )(void *handle, long Of, long Wrt, long Constant)
 
const char *(* last_error )()
 
void(* set_mole_fractions )(void *handle, const double *fractions, long n)
 
void(* specify_phase )(void *handle, long phase)
 
void(* unspecify_phase )(void *handle)
 

Member Data Documentation

◆ destroy

void(* CoolProp_StateCAPI::destroy) (void *handle)

Definition at line 32 of file state_capi.h.

◆ first_partial_deriv

double(* CoolProp_StateCAPI::first_partial_deriv) (void *handle, long Of, long Wrt, long Constant)

Definition at line 35 of file state_capi.h.

◆ keyed_output

double(* CoolProp_StateCAPI::keyed_output) (void *handle, long key)

Definition at line 34 of file state_capi.h.

◆ last_error

const char *(* CoolProp_StateCAPI::last_error) ()

Definition at line 40 of file state_capi.h.

◆ make

void *(* CoolProp_StateCAPI::make) (const char *backend, const char *fluids)

Definition at line 31 of file state_capi.h.

◆ set_mole_fractions

void(* CoolProp_StateCAPI::set_mole_fractions) (void *handle, const double *fractions, long n)

Definition at line 44 of file state_capi.h.

◆ specify_phase

void(* CoolProp_StateCAPI::specify_phase) (void *handle, long phase)

Definition at line 47 of file state_capi.h.

◆ unspecify_phase

void(* CoolProp_StateCAPI::unspecify_phase) (void *handle)

Definition at line 54 of file state_capi.h.

◆ update

void(* CoolProp_StateCAPI::update) (void *handle, long input_pair, double value1, double value2)

Definition at line 33 of file state_capi.h.


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