#include "cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "fvm_selector.h"
#include "cs_all_to_all.h"
#include "cs_array.h"
#include "cs_base.h"
#include "cs_boundary.h"
#include "cs_boundary_zone.h"
#include "cs_equation.h"
#include "cs_equation_param.h"
#include "cs_ext_neighborhood.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_file.h"
#include "cs_log.h"
#include "cs_gui_util.h"
#include "cs_gui_boundary_conditions.h"
#include "cs_gui_specific_physics.h"
#include "cs_gui_mobile_mesh.h"
#include "cs_geom.h"
#include "cs_gwf_physical_properties.h"
#include "cs_internal_coupling.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_mesh_location.h"
#include "cs_multigrid.h"
#include "cs_order.h"
#include "cs_parall.h"
#include "cs_porous_model.h"
#include "cs_parameters.h"
#include "cs_param_sles.h"
#include "cs_partition.h"
#include "cs_physical_model.h"
#include "cs_prototypes.h"
#include "cs_rotation.h"
#include "cs_selector.h"
#include "cs_timer.h"
#include "cs_time_moment.h"
#include "cs_thermal_model.h"
#include "cs_physical_properties.h"
#include "cs_time_step.h"
#include "cs_turbomachinery.h"
#include "cs_sles.h"
#include "cs_sles_it.h"
#include "cs_turbulence_model.h"
#include "cs_wall_functions.h"
#include "cs_physical_constants.h"
#include "cs_balance_by_zone.h"
#include "cs_fan.h"
#include "cs_velocity_pressure.h"
#include "cs_vof.h"
#include "cs_volume_zone.h"
#include "cs_gui.h"
Functions | |
void | csther (void) |
void | cs_gui_turb_model (void) |
void | cs_gui_turb_ref_values (void) |
void | cscpva (void) |
void | csvvva (int *iviscv) |
void | csivis (void) |
void | csidtv (void) |
void | csiphy (void) |
void | cscfgp (int *icfgrp) |
void | csisui (int *ntsuit, int *iccvfg) |
void | cstime (void) |
void | uinum1 (double *cdtvar) |
void | csnum2 (double *relaxp, int *imrgra) |
void | cs_gui_physical_properties (void) |
void | cssca2 (void) |
void | cssca3 (void) |
void | uiporo (void) |
void | uitsnv (const cs_real_3_t *restrict vel, cs_real_3_t *restrict tsexp, cs_real_33_t *restrict tsimp) |
void | uitssc (const int *idarcy, const int *f_id, const cs_real_t *restrict pvar, cs_real_t *restrict tsexp, cs_real_t *restrict tsimp) |
void | uitsth (const int *f_id, const cs_real_t *restrict pvar, cs_real_t *restrict tsexp, cs_real_t *restrict tsimp) |
void | uiiniv (const int *isuite, const int *idarcy, int *iccfth) |
void | uiphyv (const int *iviscv) |
void | uiexop (void) |
void | uidapp (const int *permeability, const int *diffusion, const int *gravity, const cs_real_t *gravity_x, const cs_real_t *gravity_y, const cs_real_t *gravity_z, const int *unsaturated) |
void | uifans (void) |
void | uieres (int *iescal, int *iespre, int *iesder, int *iescor, int *iestot) |
void | cs_gui_finalize (void) |
void | cs_gui_head_losses (const cs_zone_t *zone, const cs_real_3_t *cvara_vel, cs_real_t cku[][6]) |
Compute GUI-defined head losses for a given volume zone. More... | |
void | cs_gui_linear_solvers (void) |
void | cs_gui_parallel_io (void) |
void | cs_gui_partition (void) |
void | cs_gui_mpi_algorithms (void) |
void | cs_gui_porous_model (void) |
void | cs_gui_properties_value (const char *property_name, double *value) |
void | cs_gui_properties_value_by_fluid_id (const int fluid_id, const char *property_name, double *value) |
void | cs_gui_fluid_properties_value (const char *param, double *value) |
int | cs_gui_thermal_model (void) |
void | cs_gui_time_moments (void) |
void | cs_gui_turbomachinery (void) |
void | cs_gui_turbomachinery_rotor (void) |
void | cs_gui_usage_log (void) |
void | cs_gui_user_variables (void) |
void | cs_gui_user_arrays (void) |
void | cs_gui_zones (void) |
void | cs_gui_balance_by_zone (void) |
void | cs_gui_pressure_drop_by_zone (void) |
void | cs_gui_define_fans (void) |
void | cs_gui_error_estimator (int *iescal, int *iespre, int *iesder, int *iescor, int *iestot) |
void | cs_gui_internal_coupling (void) |
void cs_gui_balance_by_zone | ( | void | ) |
void cs_gui_define_fans | ( | void | ) |
void cs_gui_error_estimator | ( | int * | iescal, |
int * | iespre, | ||
int * | iesder, | ||
int * | iescor, | ||
int * | iestot | ||
) |
void cs_gui_finalize | ( | void | ) |
void cs_gui_fluid_properties_value | ( | const char * | param, |
double * | value | ||
) |
void cs_gui_head_losses | ( | const cs_zone_t * | zone, |
const cs_real_3_t * | cvara_vel, | ||
cs_real_t | cku[][6] | ||
) |
Compute GUI-defined head losses for a given volume zone.
Head loss tensor coefficients for each cell are organized as follows: cku11, cku22, cku33, cku12, cku13, cku23.
[in] | zone | pointer to zone structure |
[in] | cvara_vel | velocity values at the previous time step |
[in,out] | cku | head loss coefficients |
void cs_gui_internal_coupling | ( | void | ) |
void cs_gui_linear_solvers | ( | void | ) |
void cs_gui_mpi_algorithms | ( | void | ) |
void cs_gui_parallel_io | ( | void | ) |
void cs_gui_partition | ( | void | ) |
void cs_gui_physical_properties | ( | void | ) |
void cs_gui_porous_model | ( | void | ) |
void cs_gui_pressure_drop_by_zone | ( | void | ) |
void cs_gui_properties_value | ( | const char * | property_name, |
double * | value | ||
) |
void cs_gui_properties_value_by_fluid_id | ( | const int | fluid_id, |
const char * | property_name, | ||
double * | value | ||
) |
int cs_gui_thermal_model | ( | void | ) |
void cs_gui_time_moments | ( | void | ) |
void cs_gui_turb_model | ( | void | ) |
void cs_gui_turb_ref_values | ( | void | ) |
void cs_gui_turbomachinery | ( | void | ) |
void cs_gui_turbomachinery_rotor | ( | void | ) |
void cs_gui_usage_log | ( | void | ) |
void cs_gui_user_arrays | ( | void | ) |
void cs_gui_user_variables | ( | void | ) |
void cs_gui_zones | ( | void | ) |
void cscfgp | ( | int * | icfgrp | ) |
void cscpva | ( | void | ) |
void csidtv | ( | void | ) |
void csiphy | ( | void | ) |
void csisui | ( | int * | ntsuit, |
int * | iccvfg | ||
) |
void csivis | ( | void | ) |
void csnum2 | ( | double * | relaxp, |
int * | imrgra | ||
) |
void cssca2 | ( | void | ) |
void cssca3 | ( | void | ) |
void csther | ( | void | ) |
void cstime | ( | void | ) |
void csvvva | ( | int * | iviscv | ) |
void uidapp | ( | const int * | permeability, |
const int * | diffusion, | ||
const int * | gravity, | ||
const cs_real_t * | gravity_x, | ||
const cs_real_t * | gravity_y, | ||
const cs_real_t * | gravity_z, | ||
const int * | unsaturated | ||
) |
void uieres | ( | int * | iescal, |
int * | iespre, | ||
int * | iesder, | ||
int * | iescor, | ||
int * | iestot | ||
) |
void uiexop | ( | void | ) |
void uifans | ( | void | ) |
void uiiniv | ( | const int * | isuite, |
const int * | idarcy, | ||
int * | iccfth | ||
) |
void uinum1 | ( | double * | cdtvar | ) |
void uiphyv | ( | const int * | iviscv | ) |
void uiporo | ( | void | ) |
void uitsnv | ( | const cs_real_3_t *restrict | vel, |
cs_real_3_t *restrict | tsexp, | ||
cs_real_33_t *restrict | tsimp | ||
) |
void uitssc | ( | const int * | idarcy, |
const int * | f_id, | ||
const cs_real_t *restrict | pvar, | ||
cs_real_t *restrict | tsexp, | ||
cs_real_t *restrict | tsimp | ||
) |