Searched refs:h_mix (Results 1 – 4 of 4) sorted by relevance
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/test/thermo/ |
H A D | PengRobinson_Test.cpp | 361 double h_mix = test_phase->enthalpy_mole(); in TEST_F() local 368 EXPECT_NEAR(h, h_mix, 1e-11 * std::abs(h_mix)); in TEST_F() 379 EXPECT_NEAR(uk[k] + P * vk[k], hk[k], 1e-11 * std::abs(h_mix)); in TEST_F()
|
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/ |
H A D | esf.hpp | 71 float h_mix[binsize] = {0}; in computeESF() local 266 h_mix[static_cast<int>(pcl_round (d2v[nn_idx] / maxd2 * (binsize-1)))]++ ; in computeESF() 291 for (const float &i : h_mix) in computeESF()
|
/dports/lang/yorick/yorick-y_2_2_04/hex/ |
H A D | ylmdec.i | 298 pdata = h_mix(f, matlist, ["vf", "ireg", "den", "tmat"], mixdat);
|
/dports/lang/yorick/yorick-y_2_2_04/i/ |
H A D | hydra.i | 746 func h_mix(f, &matlist, name, &mixdat)
|