Home
last modified time | relevance | path

Searched refs:cs_glob_mesh_quantities (Results 26 – 50 of 104) sorted by relevance

12345

/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_bw_time_diff.c110 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_backward_differentiation_in_time()
H A Dcs_bad_cells_regularisation.c85 cs_mesh_quantities_t *mq = cs_glob_mesh_quantities; in cs_bad_cells_regularisation_scalar()
213 cs_mesh_quantities_t *mq = cs_glob_mesh_quantities; in cs_bad_cells_regularisation_vector()
393 cs_mesh_quantities_t *mq = cs_glob_mesh_quantities; in cs_bad_cells_regularisation_sym_tensor()
575 cs_mesh_quantities_t *mq = cs_glob_mesh_quantities; in cs_bad_cells_regularisation_tensor()
H A Dcs_face_viscosity.c118 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in CS_PROCF()
141 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in CS_PROCF()
166 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in CS_PROCF()
/dports/science/code_saturne/code_saturne-7.1.0/src/rayt/
H A Dcs_rad_transfer_wall_flux.c389 cs_real_t srfbn = cs_glob_mesh_quantities->b_face_surf[ifac]; in cs_rad_transfer_wall_flux()
421 cs_real_3_t *xyzcen = (cs_real_3_t *)cs_glob_mesh_quantities->cell_cen; in cs_rad_transfer_wall_flux()
433 cs_real_3_t *xyzcen = (cs_real_3_t *)cs_glob_mesh_quantities->cell_cen; in cs_rad_transfer_wall_flux()
H A Dcs_rad_transfer_absorption.c436 const cs_real_t *cell_vol = cs_glob_mesh_quantities->cell_vol; in cs_rad_transfer_absorption_check_p1()
437 const cs_real_t *b_face_surf = cs_glob_mesh_quantities->b_face_surf; in cs_rad_transfer_absorption_check_p1()
H A Dcs_rad_transfer_fsck.c1170 pco2ref += pco2[iel] * cs_glob_mesh_quantities->cell_vol[iel]; in cs_rad_transfer_fsck()
1171 ph2oref += ph2o[iel] * cs_glob_mesh_quantities->cell_vol[iel]; in cs_rad_transfer_fsck()
1193 * cs_glob_mesh_quantities->cell_vol[iel]; in cs_rad_transfer_fsck()
1205 pco2ref /= cs_glob_mesh_quantities->tot_vol; in cs_rad_transfer_fsck()
1206 ph2oref /= cs_glob_mesh_quantities->tot_vol; in cs_rad_transfer_fsck()
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_1d_wall_thermal.c96 cs_real_3_t *cdgfbo = (cs_real_3_t *)cs_glob_mesh_quantities->b_face_cog; in cs_user_1d_wall_thermal()
H A Dcs_user_postprocess-profiles.c76 const cs_mesh_quantities_t *mq = cs_glob_mesh_quantities; in _b_face_criterion_probes_define()
280 const cs_mesh_quantities_t *mq = cs_glob_mesh_quantities; in cs_user_postprocess_values()
H A Dcs_user_parameters-volume_mass_injection.c113 const cs_mesh_quantities_t *mq = cs_glob_mesh_quantities; in _define_injection()
H A Dcs_user_porosity-from_cad.c94 cs_mesh_quantities_t *mq = cs_glob_mesh_quantities; in cs_user_porosity()
H A Dcs_user_lagr_boundary_conditions.c80 = (const cs_real_3_t *)cs_glob_mesh_quantities->b_face_cog; in _injection_profile()
H A Dcs_user_radiative_transfer.c249 cs_real_t z = cs_glob_mesh_quantities->cell_cen[cell_id*3 + 2]; in cs_user_rad_transfer_absorption()
H A Dcs_user_les_inflow-base.c199 = (const cs_real_3_t *)cs_glob_mesh_quantities->b_face_cog; in cs_user_les_inflow_advanced()
H A Dcs_user_parameters-time_moments.c156 = (const cs_real_3_t *restrict)cs_glob_mesh_quantities->cell_cen; in _velocity_moment_data()
/dports/science/code_saturne/code_saturne-7.1.0/src/turb/
H A Dcs_les_filter.c119 const cs_real_t *cell_vol = cs_glob_mesh_quantities->cell_vol; in _les_filter_ext_neighborhood()
315 const cs_real_t *cell_vol = cs_glob_mesh_quantities->cell_vol; in cs_les_filter()
H A Dcs_turbulence_sa.c192 const cs_real_t *b_dist = cs_glob_mesh_quantities->b_dist; in _src_terms()
193 const cs_real_t *cell_f_vol = cs_glob_mesh_quantities->cell_f_vol; in _src_terms()
/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_mesh_intersect.c116 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_mesh_intersect_segment_cell_select()
285 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_mesh_intersect_polyline_cell_select()
H A Dcs_mesh_quantities.h157 extern cs_mesh_quantities_t *cs_glob_mesh_quantities;
H A Dcs_mesh_boundary_layer.c419 cs_mesh_quantities_t *mq = cs_glob_mesh_quantities; in cs_mesh_boundary_layer_insert()
502 const cs_real_t *cell_vol_ref = cs_glob_mesh_quantities->cell_vol; in cs_mesh_boundary_layer_insert()
H A Dcs_mesh_bad_cells.c614 cs_glob_mesh_quantities, in _bad_cells_post_function()
921 && cs_glob_mesh_quantities->min_vol >= 0.) in cs_mesh_bad_cells_detect()
927 && cs_glob_mesh_quantities->min_vol >= 0.) { in cs_mesh_bad_cells_detect()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_fan.c165 cs_glob_mesh_quantities, in CS_PROCF()
193 cs_fan_compute_force(cs_glob_mesh_quantities, in CS_PROCF()
989 cs_fan_build_all(cs_glob_mesh, cs_glob_mesh_quantities); in cs_fan_cells_select()
H A Dcs_wall_functions.c364 const cs_mesh_quantities_t *mq = cs_glob_mesh_quantities; in cs_wall_functions_velocity()
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_precipitation_model.c126 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_lagr_precipitation_mass_st()
283 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_lagr_precipitation_injection()
H A Dcs_lagr_tracking.c913 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in _internal_treatment()
949 const cs_real_t *cell_vol = cs_glob_mesh_quantities->cell_vol; in _internal_treatment()
1153 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in _boundary_treatment()
1166 const cs_real_t *cell_vol = cs_glob_mesh_quantities->cell_vol; in _boundary_treatment()
1921 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in _local_propagation()
1956 const cs_real_t *cell_vol = cs_glob_mesh_quantities->cell_vol; in _local_propagation()
3136 const cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in cs_lagr_tracking_particle_movement()
3454 = (const cs_real_3_t *restrict)cs_glob_mesh_quantities->b_face_normal; in cs_lagr_test_wall_cell()
3456 = (const cs_real_3_t *restrict)cs_glob_mesh_quantities->b_face_cog; in cs_lagr_test_wall_cell()
/dports/science/code_saturne/code_saturne-7.1.0/src/atmo/
H A Dcs_atprke.c236 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in _dry_atmosphere()
344 cs_mesh_quantities_t *fvq = cs_glob_mesh_quantities; in _humid_atmosphere()

12345