programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Types
cs_c_bindings.f90 File Reference

Definition of C function and subroutine bindings. More...

Data Types

module  cs_c_bindings
 
type  cs_c_bindings::var_cal_opt
 
type  cs_c_bindings::solving_info
 
type  cs_c_bindings::gas_mix_species_prop
 
interface  cs_c_bindings::boundary_conditions_mapped_set
 Set mapped boundary conditions for a given field and mapping locator. More...
 
interface  cs_c_bindings::cs_fan_n_fans
 Return the number of fans. More...
 
interface  cs_c_bindings::log_iteration
 
interface  cs_c_bindings::les_filter
 Compute filters for dynamic models. More...
 
interface  cs_c_bindings::cs_map_name_to_id_destroy
 Destroy name to id map structure. More...
 
interface  cs_c_bindings::parameters_read_restart_info
 Read restart metadata. More...
 
interface  cs_c_bindings::restart_destroy
 Destroy structure associated with a restart file (and close the file). More...
 
interface  cs_c_bindings::restart_check_base_location
 Check the locations associated with a restart file. More...
 
interface  cs_c_bindings::restart_read_field_info
 Read field metadata from checkpoint. More...
 
interface  cs_c_bindings::restart_write_field_info
 Write field metadata to checkpoint. More...
 
interface  cs_c_bindings::restart_read_bc_coeffs
 Read boundary condition coefficients for all fields from checkpoint. More...
 
interface  cs_c_bindings::restart_write_bc_coeffs
 Write boundary condition coefficients for all fields to checkpoint. More...
 
interface  cs_c_bindings::cs_time_moment_n_moments
 Return the number of temporal moments. More...
 
interface  cs_c_bindings::cs_time_moment_is_active
 Return if moment is active (1) or not (0). More...
 
interface  cs_c_bindings::time_moment_update_all
 Update temporal moments. More...
 
interface  cs_c_bindings::time_moment_log_iteration
 Log temporal moments initialization. More...
 
interface  cs_c_bindings::time_moment_field_id
 Get field id associated with a given moment. More...
 
interface  cs_c_bindings::time_moment_restart_read
 Read temporal moments checkpoint information. More...
 
interface  cs_c_bindings::time_moment_restart_write
 Checkpoint temporal moments. More...
 
interface  cs_c_bindings::timer_stats_increment_time_step
 Increment time step for timer statistics. More...
 
interface  cs_c_bindings::timer_stats_set_plot
 Enable or disable plotting for a timer statistic. More...
 
interface  cs_c_bindings::timer_stats_start
 Start a timer for a given statistic. More...
 
interface  cs_c_bindings::timer_stats_stop
 Stop a timer for a given statistic. More...
 
interface  cs_c_bindings::timer_stats_switch
 Start a timer for a given statistic, stopping previous timers of the same type which are not a parent, and starting inactive parent timers if necessary. More...
 
interface  cs_c_bindings::turbulence_bc_ke_hyd_diam
 Calculation of $ u^\star $, $ k $ and $\varepsilon $ from a diameter $ D_H $ and the reference velocity $ U_{ref} $ for a circular duct flow with smooth wall (use for inlet boundary conditions). More...
 
interface  cs_c_bindings::turbulence_bc_ke_turb_intensity
 Calculation of $ k $ and $\varepsilon$ from a diameter $ D_H $, a turbulent intensity $ I $ and the reference velocity $ U_{ref} $ for a circular duct flow with smooth wall (for inlet boundary conditions). More...
 
interface  cs_c_bindings::turbulence_bc_inlet_hyd_diam
 Set inlet boundary condition values for turbulence variables based on a diameter $ D_H $ and the reference velocity $ U_{ref} $ for a circular duct flow with smooth wall. More...
 
interface  cs_c_bindings::turbulence_bc_inlet_turb_intensity
 Set inlet boundary condition values for turbulence variables based on a diameter $ D_H $, a turbulent intensity $ I $ and the reference velocity $ U_{ref} $ for a circular duct flow with smooth wall. More...
 
interface  cs_c_bindings::cs_user_parameters
 General user parameters. More...
 

Detailed Description

Definition of C function and subroutine bindings.