Home
last modified time | relevance | path

Searched refs:tppt1d (Results 1 – 6 of 6) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcou1di.f90125 b_temp(ifac) = tppt1d(ii) - tkelvi
127 b_temp(ifac) = tppt1d(ii)
153 rcodcl(ifac,ivar,1) = tppt1d(ii)
H A Dcs_1d_wall_thermal.c173 .tppt1d = NULL,
194 cs_f_1d_wall_thermal_get_temp(cs_real_t **tppt1d);
290 cs_f_1d_wall_thermal_get_temp(cs_real_t **tppt1d) in cs_f_1d_wall_thermal_get_temp() argument
292 *tppt1d = _1d_wall_thermal.tppt1d; in cs_f_1d_wall_thermal_get_temp()
353 _1d_wall_thermal.tppt1d[ii] = 0.; in cs_1d_wall_thermal_local_models_create()
575 _1d_wall_thermal.tppt1d[ii] = hf + xlmbt1/zz[0]; in cs_1d_wall_thermal_solve()
576 _1d_wall_thermal.tppt1d[ii] in cs_1d_wall_thermal_solve()
577 = 1./_1d_wall_thermal.tppt1d[ii] in cs_1d_wall_thermal_solve()
852 _1d_wall_thermal.tppt1d[ii] = tabvar[ifac]; in cs_1d_wall_thermal_read()
1095 tabvar[ifac] = _1d_wall_thermal.tppt1d[ii]; in cs_1d_wall_thermal_write()
[all …]
H A Dpointe.f90645 subroutine cs_1d_wall_thermal_get_temp(tppt1d) argument
652 double precision, dimension(:), pointer, intent(out) :: tppt1d local
659 call c_f_pointer(c_tppt1d, tppt1d, [nfpt1d])
H A Dcs_1d_wall_thermal.h119 cs_real_t *tppt1d; /* Initialisation temperature of the wall (uniform in member
H A Dcs_c_bindings.f902430 subroutine cs_f_1d_wall_thermal_get_temp(tppt1d) &
2434 type(c_ptr), intent(out) :: tppt1d local
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_1d_wall_thermal.c208 wall_thermal->tppt1d[ii] = cs_glob_fluid_properties->t0; in cs_user_1d_wall_thermal()