- Class cs_boundary_condition_pm_info_t
This is used for cs_boundary_condition_pm_info_t only.
This should be used for Fortran compatibilty and migration to C only. In C, we should then move to high level boundary condition definitions not requiring indexing by legacy zone numbers indexed by cs_glob_bc_face_zone.
- Global cs_boundary_conditions_legacy_turbulence (int bc_type[])
Code should migrate to the "per zone" open boundary condition definitions.
Code should migrate to the "per zone" open boundary condition definitions.
- Class cs_boundary_zone_t
- use cs_zone_t instead.
- Global cs_cell_polyline_intersect_select (void *input, cs_lnum_t n_points, cs_lnum_t *n_cells, cs_lnum_t **cell_ids, cs_real_t **seg_c_len, cs_real_3_t **seg_c_cen)
Use cs_mesh_intersect_polyline_cell_select (rename) instead.
Use cs_mesh_intersect_polyline_cell_select (rename) instead.
- Global cs_cell_segment_intersect_probes_define (void *input, cs_lnum_t *n_elts, cs_real_3_t **coords, cs_real_t **s)
: higher-level cs_probe_set_create_from_segment function with n_probes argument set at 0 or lower includes equivalent function.
: higher-level cs_probe_set_create_from_segment function with n_probes argument set at 0 or lower includes equivalent function.
- Global cs_cell_segment_intersect_select (void *input, cs_lnum_t *n_cells, cs_lnum_t **cell_ids)
Use cs_mesh_intersect_segment_cell_select (rename) instead.
Use cs_mesh_intersect_segment_cell_select (rename) instead.
- Global cs_equation_copy_param_from (const cs_equation_param_t *ref, cs_equation_param_t *dst, bool copy_fid)
- Renamed tocs_equation_param_copy_from.
- Global cs_equation_create_param (const char *name, cs_equation_type_t type, int dim, cs_param_bc_type_t default_bc)
- Renamed tocs_equation_param_create.
- Global cs_equation_param_t::iwarni
- use verbosity instead (iwarni is an alias to verbosity)
- Global cs_equation_set_param (cs_equation_param_t *eqp, cs_equation_key_t key, const char *keyval)
- Renamed tocs_equation_param_set.
- Global cs_matrix_get_extra_diagonal (const cs_matrix_t *matrix)
-
- Global CS_MAX_BC_PM_ZONE_NUM
- This is used for Fortran compatibilty (and maps to the Fortran nozppm parameter). In C, we should move to high level boundary condition definitions not requiring indexing by legacy zone numbers.
- Global cs_mesh_location_get_elt_list (int id)
- Use cs_mesh_location_get_elt_ids_try or cs_mesh_location_get_elt_ids instead.
- Global cs_rad_transfer_params_t::ifgrno
- See CS_BOUNDARY_RAD_WALL_GRAY_COND_FLUX.
- Global cs_rad_transfer_params_t::ifrefl
- see CS_BOUNDARY_RAD_WALL_REFL_COND_FLUX.
- Global cs_rad_transfer_params_t::ipgrno
- See CS_BOUNDARY_RAD_WALL_GRAY_EXTERIOR_T.
- Global cs_rad_transfer_params_t::iprefl
- See CS_BOUNDARY_RAD_WALL_REFL_EXTERIOR_T.
- Global cs_rad_transfer_params_t::itpimp
- See CS_BOUNDARY_RAD_WALL_GRAY.
- Global cs_sles_pop (int f_id)
- This function matches cs_sles_push, which is deprecated.
- Global cs_thermal_model_t::itherm
- alias/old name for thermal_variable
- Global cs_thermal_model_t::itpscl
- alias/old name for temperature_scale
- Global cs_turbomachinery_relative_velocity (int rotor_num, const cs_real_t coords[3], cs_real_t velocity[3])
- Use cs_rotation_velocity for more consistent naming of this reference frame velocity.
- Global cs_user_internal_coupling_add_volumes (cs_mesh_t *mesh)
- move contents tocs_user_internal_coupling instead.
- Global cs_user_internal_coupling_from_disjoint_meshes (cs_mesh_t *mesh)
- move contents tocs_user_internal_coupling instead.
- Global cs_user_radiative_transfer_parameters (void)
- Use cs_user_model instead.
- Global cs_velocity_pressure_param_t::ipredfl
- Will be removed in a future version.
- Class cs_volume_zone_t
- use cs_zone_t instead.
- Page Supported input and output formats
- Use of the CGNS format should be stronlgy preferred to this format when possible, and CGNS output is available in STAR-CCM+ since version 12.06 at least.