![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_physical_properties.h"
Functions | |
void | cs_phys_prop_freesteam (cs_phys_prop_thermo_plane_type_t thermo_plane, cs_phys_prop_type_t property, const cs_lnum_t n_vals, const cs_real_t var1[], const cs_real_t var2[], cs_real_t val[]) |
Compute properties with Freesteam in a defined thermal plane. More... | |
void cs_phys_prop_freesteam | ( | cs_phys_prop_thermo_plane_type_t | thermo_plane, |
cs_phys_prop_type_t | property, | ||
const cs_lnum_t | n_vals, | ||
const cs_real_t | var1[], | ||
const cs_real_t | var2[], | ||
cs_real_t | val[] | ||
) |
Compute properties with Freesteam in a defined thermal plane.
[in] | thermo_plane | thermodynamic plane |
[in] | property | property queried |
[in] | n_vals | number of values |
[in] | var1 | values on first plane axis |
[in] | var2 | values on second plane axis |
[out] | val | resulting property values |