Home
last modified time | relevance | path

Searched refs:cs_volume_zone_by_name (Results 1 – 13 of 13) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_paramedmem_coupling-base.c148 const cs_zone_t *z = cs_volume_zone_by_name("zone_pmm1"); in cs_user_paramedmem_define_meshes()
H A Dcs_user_lagr_volume_conditions.c77 const cs_zone_t *z = cs_volume_zone_by_name("particle_injection"); in cs_user_lagr_volume_conditions()
H A Dcs_user_parameters-volume_mass_injection.c92 const cs_zone_t *z = cs_volume_zone_by_name("mass_injection"); in _define_injection()
H A Dcs_user_physical_properties.c99 const cs_zone_t *z = cs_volume_zone_by_name("CM"); in cs_user_physical_properties()
H A Dcs_user_porosity-from_cad.c89 const cs_zone_t *z_poro = cs_volume_zone_by_name("Zone_1"); in cs_user_porosity()
H A Dcs_user_parameters-base.c1276 const cs_zone_t *sz = cs_volume_zone_by_name("solid"); in cs_user_internal_coupling()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_volume_zone.h224 cs_volume_zone_by_name(const char *name);
H A Dcs_volume_zone.c695 cs_volume_zone_by_name(const char *name) in cs_volume_zone_by_name() function
/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_xdef.h353 const cs_zone_t *z = cs_volume_zone_by_name(z_name); in cs_get_vol_zone_id()
H A Dcs_navsto_param.c1790 z_id = (cs_volume_zone_by_name(z_name))->id; in cs_navsto_add_velocity_ic_by_value()
1914 z_id = (cs_volume_zone_by_name(z_name))->id; in cs_navsto_add_pressure_ic_by_value()
/dports/science/code_saturne/code_saturne-7.1.0/src/ctwr/
H A Dcs_ctwr.c240 const cs_lnum_t *ze_cell_ids = cs_volume_zone_by_name(ct->name)->elt_ids; in _write_liquid_vars()
575 ct->n_cells = cs_volume_zone_by_name(ct->name)->n_elts; in cs_ctwr_build_all()
1004 const cs_lnum_t *ze_cell_ids = cs_volume_zone_by_name(ct->name)->elt_ids; in cs_ctwr_init_field_vars()
1108 const cs_lnum_t *ze_cell_ids = cs_volume_zone_by_name(ct->name)->elt_ids; in cs_ctwr_init_flow_vars()
1445 const cs_lnum_t *ze_cell_ids = cs_volume_zone_by_name(ct->name)->elt_ids; in cs_ctwr_restart_field_vars()
1626 const cs_lnum_t *ze_cell_ids = cs_volume_zone_by_name(ct->name)->elt_ids; in cs_ctwr_phyvar_update()
1808 const cs_lnum_t *ze_cell_ids = cs_volume_zone_by_name(ct->name)->elt_ids; in cs_ctwr_source_term()
/dports/science/code_saturne/code_saturne-7.1.0/src/gui/
H A Dcs_gui_mobile_mesh.c873 const cs_zone_t *z_all = cs_volume_zone_by_name("all_cells");
H A Dcs_gui_output.c806 const cs_zone_t *z = cs_volume_zone_by_name(location); in cs_gui_postprocess_meshes()