Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex76.c85 PetscReal p_th; /* Thermodynamic pressure */ member
225 const PetscReal p_th = PetscRealPart(constants[P_TH]); in f0_conduct_quadratic_v() local
226 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() local
239 …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() 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()
570 const PetscReal p_th = PetscRealPart(constants[P_TH]); in f0_conduct_pipe_v() local
572 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 …]