Searched refs:p_th (Results 1 – 1 of 1) sorted by relevance
85 PetscReal p_th; /* Thermodynamic pressure */ member225 const PetscReal p_th = PetscRealPart(constants[P_TH]); in f0_conduct_quadratic_v() local226 const PetscReal rho = p_th / (t + X[0] + X[1] + 1.); in f0_conduct_quadratic_v()237 const PetscReal p_th = PetscRealPart(constants[P_TH]); in f0_conduct_quadratic_q() local239 …f0[0] += p_th * (S + 2. * t + 3. * X[0] * X[0] - 2. * X[0] * X[1] + X[1] * X[1]) / PetscSqr(t + X[… in f0_conduct_quadratic_q()246 const PetscReal p_th = PetscRealPart(constants[P_TH]); 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()570 const PetscReal p_th = PetscRealPart(constants[P_TH]); in f0_conduct_pipe_v() local572 const PetscReal rho = p_th / (X[1] * (1. - X[1]) + T_in); in f0_conduct_pipe_v()686 const PetscReal p_th = PetscRealPart(constants[P_TH]); in f0_conduct_pipe_wiggly_v() local[all …]