Home
last modified time | relevance | path

Searched refs:cp2ch (Results 1 – 21 of 21) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dlagran.f90216 y1ch, y2ch, cp2ch, ahetch, ehetch, &
226 y1ch, y2ch, cp2ch, ahetch, ehetch, & local
410 use cpincl, only: ncharb, xashch, cp2ch, xwatch, rho0ch, a1ch, &
446 cp2ch, &
H A Dcs_lagr_injection.c523 cs_real_t *cp2ch = cs_glob_lagr_coal_comb->cp2ch; in _injection_check() local
528 || cp2ch[coal_id] < 0.0 in _injection_check()
543 (double)cp2ch[coal_id], in _injection_check()
640 const cs_real_t *cp2ch = cs_glob_lagr_coal_comb->cp2ch; in _init_particles() local
1038 cs_lagr_particle_set_real(particle, p_am, CS_LAGR_CP, cp2ch[coal_id]); in _init_particles()
H A Dcs_lagr.h1015 cs_real_t *cp2ch; // member
H A Dcs_lagr.c499 cs_real_t *cp2ch,
675 cs_real_t *cp2ch, in cs_f_lagr_coal_comb() argument
706 cs_glob_lagr_coal_comb->cp2ch = cp2ch; in cs_f_lagr_coal_comb()
/dports/science/code_saturne/code_saturne-7.1.0/src/rayt/
H A Dradiat.f90128 cp2fol, cp2ch, ichcor) &
134 real(kind=c_double), dimension(*) :: cp2ch local
H A Dcs_rad_transfer_solve.h74 const cs_real_t cp2ch[],
H A Dcs_rad_transfer_solve.c1071 const cs_real_t cp2ch[], in cs_rad_transfer_solve() argument
1831 cp2 = cp2ch[ichcor[class_id]-1]; in cs_rad_transfer_solve()
/dports/science/code_saturne/code_saturne-7.1.0/src/comb/
H A Dcs_coal_htconvers2.f90100 enthal = h02ch(icha) + cp2ch(icha)*(temper-trefth)
106 temper = (enthal-h02ch(icha))/cp2ch(icha) + trefth
H A Dcpincl.f90111 h02ch (ncharm), cp2ch (ncharm), & variable
H A Dcs_coal_thfieldconv2.f90131 / cp2ch(icha) + trefth
H A Dcs_coal_readata.f90647 if ( cp2ch(icha).gt.epsicp ) then
650 + cp2ch(icha)*(thc(it)-trefth)
686 if (cp2ch(icha).gt.epsicp) then
689 + cp2ch(icha)*(thc(it)-trefth)
740 if (cp2ch(icha).gt.epsicp) then
743 + cp2ch(icha)*(thc(it)-trefth)
H A Dcs_coal_scast.f90661 cpro_rovsdt2(iel) = aux / cp2ch(numcha)
/dports/science/code_saturne/code_saturne-7.1.0/src/pprt/
H A Dpplecd.f9081 hch, och, nch, sch, ipci, pcich, cp2ch, rho0ch, &
/dports/science/code_saturne/code_saturne-7.1.0/src/gui/
H A Dcs_gui_specific_physics.h112 double *cp2ch,
H A Dcs_gui_specific_physics.c723 double *cp2ch, in CS_PROCF()
967 cp2ch[icha] = _get_solid_fuel_child_real(tn, "specific_heat_average"); in CS_PROCF()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs418 | p (cp2ch cp) = Just ofs
904 c0 = cp2ch cp0
928 c0 = cp2ch cp0
1171 in if p (cp2ch cp)
1344 cp2ch :: CP -> Char
1345 cp2ch (CP w) = (w < 0x110000) `assert` unsafeChr (fromIntegral w) function
1351 | otherwise = Just $! cp2ch cp
1369 c = cp2ch cp
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs418 | p (cp2ch cp) = Just ofs
904 c0 = cp2ch cp0
928 c0 = cp2ch cp0
1171 in if p (cp2ch cp)
1344 cp2ch :: CP -> Char
1345 cp2ch (CP w) = (w < 0x110000) `assert` unsafeChr (fromIntegral w) function
1351 | otherwise = Just $! cp2ch cp
1369 c = cp2ch cp
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs418 | p (cp2ch cp) = Just ofs
904 c0 = cp2ch cp0
928 c0 = cp2ch cp0
1171 in if p (cp2ch cp)
1344 cp2ch :: CP -> Char
1345 cp2ch (CP w) = (w < 0x110000) `assert` unsafeChr (fromIntegral w) function
1351 | otherwise = Just $! cp2ch cp
1369 c = cp2ch cp
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs418 | p (cp2ch cp) = Just ofs
904 c0 = cp2ch cp0
928 c0 = cp2ch cp0
1171 in if p (cp2ch cp)
1344 cp2ch :: CP -> Char
1345 cp2ch (CP w) = (w < 0x110000) `assert` unsafeChr (fromIntegral w) function
1351 | otherwise = Just $! cp2ch cp
1369 c = cp2ch cp
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_lagr_particle-coal.c144 cp = lagr_cc->cp2ch[coal_id]; /* specific heat */ in cs_user_lagr_in()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dtridim.f901440 call cs_rad_transfer_solve(itypfb, cp2fol, cp2ch, ichcor)