#include "base/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/bft_mem.h"#include "bft/bft_error.h"#include "bft/bft_printf.h"#include "fvm/fvm_selector.h"#include "base/cs_all_to_all.h"#include "base/cs_array.h"#include "atmo/cs_atmo.h"#include "base/cs_base.h"#include "base/cs_boundary.h"#include "base/cs_boundary_zone.h"#include "cfbl/cs_cf_model.h"#include "cdo/cs_domain_setup.h"#include "cdo/cs_equation.h"#include "cdo/cs_equation_param.h"#include "base/cs_ext_neighborhood.h"#include "base/cs_field.h"#include "base/cs_field_default.h"#include "base/cs_field_pointer.h"#include "base/cs_file.h"#include "base/cs_function.h"#include "base/cs_log.h"#include "gui/cs_gui_util.h"#include "gui/cs_gui_boundary_conditions.h"#include "gui/cs_gui_specific_physics.h"#include "gui/cs_gui_mobile_mesh.h"#include "mesh/cs_geom.h"#include "base/cs_internal_coupling.h"#include "base/cs_math.h"#include "meg/cs_meg_prototypes.h"#include "meg/cs_meg_xdef_wrapper.h"#include "mesh/cs_mesh.h"#include "mesh/cs_mesh_quantities.h"#include "mesh/cs_mesh_location.h"#include "alge/cs_multigrid.h"#include "base/cs_order.h"#include "base/cs_parall.h"#include "base/cs_porous_model.h"#include "base/cs_parameters.h"#include "alge/cs_param_sles.h"#include "mesh/cs_partition.h"#include "pprt/cs_physical_model.h"#include "cdo/cs_property.h"#include "base/cs_rotation.h"#include "base/cs_selector.h"#include "base/cs_timer.h"#include "base/cs_time_moment.h"#include "base/cs_time_table.h"#include "base/cs_thermal_model.h"#include "cdo/cs_thermal_system.h"#include "base/cs_physical_properties.h"#include "base/cs_time_step.h"#include "base/cs_turbomachinery.h"#include "alge/cs_sles.h"#include "alge/cs_sles_it.h"#include "turb/cs_turbulence_model.h"#include "base/cs_wall_functions.h"#include "base/cs_physical_constants.h"#include "alge/cs_balance_by_zone.h"#include "base/cs_fan.h"#include "base/cs_velocity_pressure.h"#include "base/cs_vof.h"#include "base/cs_volume_zone.h"#include "gui/cs_gui.h"| const cs_gui_volume_meg_context_t * cs_gui_add_volume_meg_context | ( | const cs_zone_t * | zone, |
| const cs_field_t * | fields[], | ||
| const int | n_fields ) |
Add new MEG context info.
Add new volume MEG function context info.
| [in] | zone | pointer to associated zone |
| [in] | fields | array of field pointers |
| [in] | n_fields | number gof field pointers |
| void cs_gui_balance_by_zone | ( | void | ) |
| void cs_gui_calculator_functions | ( | void | ) |
| void cs_gui_checkpoint_parameters | ( | void | ) |
Read GUi-defined Checkpoint parameters.
| void cs_gui_cp_params | ( | void | ) |
| void cs_gui_define_fans | ( | void | ) |
| void cs_gui_dt | ( | void | ) |
| void cs_gui_dt_param | ( | void | ) |
| void cs_gui_equation_parameters | ( | void | ) |
| void cs_gui_error_estimator | ( | void | ) |
| void cs_gui_finalize | ( | void | ) |
| void cs_gui_fluid_properties_value | ( | const char * | param, |
| double * | value ) |
| cs_equation_param_t * cs_gui_get_equation_param | ( | const char * | name | ) |
| void cs_gui_groundwater_property_laws | ( | int | permeability, |
| int | diffusion, | ||
| int | unsaturated ) |
| 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_hydrostatic_equ_param | ( | void | ) |
| void cs_gui_hydrostatic_pressure | ( | void | ) |
| void cs_gui_initial_conditions | ( | void | ) |
Apply initial conditions based on GUI-defined settings.
| void cs_gui_internal_coupling | ( | void | ) |
| void cs_gui_laminar_viscosity | ( | void | ) |
| void cs_gui_linear_solvers | ( | void | ) |
| void cs_gui_momentum_source_terms | ( | const cs_real_3_t *restrict | vel, |
| cs_real_3_t *restrict | tsexp, | ||
| cs_real_33_t *restrict | tsimp ) |
| void cs_gui_mpi_algorithms | ( | void | ) |
| void cs_gui_numerical_options | ( | void | ) |
| void cs_gui_parallel_io | ( | void | ) |
| void cs_gui_partition | ( | void | ) |
| void cs_gui_physical_constants | ( | void | ) |
| void cs_gui_physical_properties | ( | void | ) |
| void cs_gui_physical_variable | ( | void | ) |
| void cs_gui_porosity | ( | 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 ) |
| void cs_gui_scalar_model_settings | ( | void | ) |
| void cs_gui_scalar_source_terms | ( | cs_field_t * | f, |
| const cs_real_t *restrict | pvar, | ||
| cs_real_t *restrict | tsexp, | ||
| cs_real_t *restrict | tsimp ) |
| void cs_gui_thermal_model | ( | void | ) |
| int cs_gui_thermal_model_code | ( | void | ) |
| void cs_gui_thermal_source_terms | ( | cs_field_t * | f, |
| const cs_real_t *restrict | pvar, | ||
| cs_real_t *restrict | tsexp, | ||
| cs_real_t *restrict | tsimp ) |
| void cs_gui_thermal_source_terms_setup | ( | void | ) |
Define thermal scalar source terms as xdef.
| void cs_gui_time_moments | ( | void | ) |
| void cs_gui_time_tables | ( | void | ) |
Read GUI defined time tables.
| 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 | ) |