My Project
programmer's documentation
|
#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include <EOS/API/EOS.hxx>
#include <EOS/API/EOS_Field.hxx>
#include <EOS/API/EOS_Fields.hxx>
#include <EOS/API/EOS_Error_Field.hxx>
#include <EOS/API/EOS_properties.hxx>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_eos.hxx"
Functions | |
void | _eos_error_code (const char *function_name, NEPTUNE::EOS_Error return_code) |
void | cs_eos_create (char *EOSMethod, char *EOSRef) |
void | cs_eos_destroy (void) |
void | cs_phys_prop_eos (cs_phys_prop_thermo_plane_type_t thermo_plane, cs_phys_prop_type_t property, const cs_lnum_t n_vals, double var1[], double var2[], cs_real_t val[]) |
Computes physical properties in (P,h,Yi) for compressible flow. More... | |
Variables | |
NEPTUNE::EOS * | eos |
void _eos_error_code | ( | const char * | function_name, |
NEPTUNE::EOS_Error | return_code | ||
) |
void cs_eos_create | ( | char * | EOSMethod, |
char * | EOSRef | ||
) |
void cs_eos_destroy | ( | void | ) |
void cs_phys_prop_eos | ( | cs_phys_prop_thermo_plane_type_t | thermo_plane, |
cs_phys_prop_type_t | property, | ||
const cs_lnum_t | n_vals, | ||
double | var1[], | ||
double | var2[], | ||
cs_real_t | val[] | ||
) |
Computes physical properties in (P,h,Yi) for compressible flow.
[in] | thermo_plane | type of thermal plane |
[in] | property | type of property to compute |
[in] | n_vals | size of properties arrays |
[in] | var1 | array of pressure |
[in] | var2 | array of thermal properties |
[out] | val | array of property |
NEPTUNE::EOS* eos |