Home
last modified time | relevance | path

Searched refs:rho0ch (Results 1 – 15 of 15) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_lagr_particle-coal.c139 = lagr_cc->xashch[coal_id] * lagr_cc->rho0ch[coal_id] in cs_user_lagr_in()
141 * lagr_cc->rho0ch[coal_id] in cs_user_lagr_in()
158 * lagr_cc->rho0ch[coal_id] in cs_user_lagr_in()
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dlagran.f90217 rho0ch, xwatch, xashch, thcdch) &
227 rho0ch, xwatch, xashch, thcdch local
410 use cpincl, only: ncharb, xashch, cp2ch, xwatch, rho0ch, a1ch, &
449 rho0ch, &
H A Dcs_lagr_injection.c525 cs_real_t *rho0ch = cs_glob_lagr_coal_comb->rho0ch; in _injection_check() local
527 if ( rho0ch[coal_id] < 0.0 in _injection_check()
542 (double)rho0ch[coal_id], in _injection_check()
642 const cs_real_t *rho0ch = cs_glob_lagr_coal_comb->rho0ch; in _init_particles() local
1040 cs_real_t mass = rho0ch[coal_id] * pis6 * d3; in _init_particles()
1077 particle_coal_density[ilayer] = rho0ch[coal_id]; in _init_particles()
H A Dcs_lagr_sde_model.c1183 cs_real_t mp0 = dpis6 * _pow3(init_diam) * lag_cc->rho0ch[co_id]; in _lagich()
1527 part_coal_density[l_id] = lag_cc->rho0ch[co_id] - mv in _lagich()
1564 * ( part_coal_mass[l_id_het] / lag_cc->rho0ch[co_id] in _lagich()
1579 cs_real_t f1 = part_coal_mass[l_id_het] / lag_cc->rho0ch[co_id]; in _lagich()
H A Dcs_lagr.h1018 cs_real_t *rho0ch; // member
H A Dcs_lagr.c502 cs_real_t *rho0ch,
678 cs_real_t *rho0ch, in cs_f_lagr_coal_comb() argument
709 cs_glob_lagr_coal_comb->rho0ch = rho0ch; in cs_f_lagr_coal_comb()
/dports/science/code_saturne/code_saturne-7.1.0/src/comb/
H A Dcs_coal_param.f90158 rhock(icha) = rho0ch(icha)
H A Dcplin1.f90189 rhock(icha) = rho0ch(icha)
H A Dcpincl.f90103 pcich (ncharm), rho0ch(ncharm), thcdch(ncharm), & variable
H A Dcs_coal_masstransfer.f90221 rhock(icha) = rho0ch(icha)
251 rhock(icha) = rho0ch(icha) * ( 1.d0 - &
H A Dcs_coal_readata.f901217 rho20(icla) = rho0ch(ichcor(icla))
/dports/science/code_saturne/code_saturne-7.1.0/src/pprt/
H A Dpplecd.f9081 hch, och, nch, sch, ipci, pcich, cp2ch, rho0ch, &
H A Dppinii.f90387 rho0ch(icha) = zero
/dports/science/code_saturne/code_saturne-7.1.0/src/gui/
H A Dcs_gui_specific_physics.h113 double *rho0ch,
H A Dcs_gui_specific_physics.c724 double *rho0ch, in CS_PROCF()
970 rho0ch[icha] = _get_solid_fuel_child_real(tn, "density"); in CS_PROCF()