Lines Matching refs:c_p

88   PetscReal c_p;      /* Specific heat at constant pressure */  member
245 const PetscReal c_p = PetscRealPart(constants[C_P]); in f0_conduct_quadratic_w() local
248 …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() local
847 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() local
1080 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() local
1091 g0[0] += c_p * S * p_th / u[uOff[TEMP]] * u_tShift; in g0_conduct_wT()
1093 g0[0] -= c_p * S * p_th / PetscSqr(u[uOff[TEMP]]) * u_t[uOff[TEMP]]; in g0_conduct_wT()
1095 …for (d = 0; d < dim; ++d) g0[0] -= c_p * p_th / PetscSqr(u[uOff[TEMP]]) * u[uOff[VEL] + d] * u_x[u… in g0_conduct_wT()
1101 const PetscReal c_p = PetscRealPart(constants[C_P]); in g1_conduct_wT() local
1105 for (d = 0; d < dim; ++d) g1[d] += c_p * p_th / u[uOff[TEMP]] * u[uOff[VEL] + d]; in g1_conduct_wT()
1160 PetscCall(PetscBagRegisterReal(bag, &p->c_p, 1.0, "c_p", "Specific heat at constant pressure")); in SetupParameters()
1401 constants[C_P] = param->c_p; in SetupProblem()