Searched refs:c_p (Results 1 – 1 of 1) sorted by relevance
88 PetscReal c_p; /* Specific heat at constant pressure */ member245 const PetscReal c_p = PetscRealPart(constants[C_P]); in f0_conduct_quadratic_w() local248 …f0[0] -= c_p * p_th * (S + 2. * t + 3. * X[0] * X[0] - 2. * X[0] * X[1] + X[1] * X[1]) / (t + X[0]… in f0_conduct_quadratic_w()842 const PetscReal c_p = PetscRealPart(constants[C_P]); in f0_conduct_w() local847 f0[0] = c_p * S * p_th / u[uOff[TEMP]] * u_t[uOff[TEMP]]; in f0_conduct_w()850 …for (d = 0; d < dim; ++d) f0[0] += c_p * p_th / u[uOff[TEMP]] * u[uOff[VEL] + d] * u_x[uOff_x[TEMP… in f0_conduct_w()1076 const PetscReal c_p = PetscRealPart(constants[C_P]); in g0_conduct_wu() local1080 for (d = 0; d < dim; ++d) g0[d] = c_p * p_th / u[uOff[TEMP]] * u_x[uOff_x[TEMP] + d]; in g0_conduct_wu()1087 const PetscReal c_p = PetscRealPart(constants[C_P]); in g0_conduct_wT() local1091 g0[0] += c_p * S * p_th / u[uOff[TEMP]] * u_tShift; in g0_conduct_wT()[all …]